mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-06 00:03:28 +00:00
Update minimum gym version
This commit is contained in:
parent
a4a4afcc3d
commit
97aea21349
3 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Pre-Release 0.6.0a5 (WIP)
|
||||
Pre-Release 0.6.0a6 (WIP)
|
||||
------------------------------
|
||||
|
||||
|
||||
|
|
@ -30,6 +30,7 @@ Others:
|
|||
- Renamed to Stable-Baseline3
|
||||
- Added Dockerfile
|
||||
- Sync ``VecEnvs`` with Stable-Baselines
|
||||
- Update requirement: ``gym>=0.17``
|
||||
|
||||
Documentation:
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(name='stable_baselines3',
|
|||
'stable_baselines3': ['py.typed', 'version.txt']
|
||||
},
|
||||
install_requires=[
|
||||
'gym>=0.11',
|
||||
'gym>=0.17',
|
||||
'numpy',
|
||||
'torch>=1.4.0',
|
||||
# For saving models
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.6.0a5
|
||||
0.6.0a6
|
||||
|
|
|
|||
Loading…
Reference in a new issue