Update minimum gym version

This commit is contained in:
Antonin RAFFIN 2020-05-08 12:43:42 +02:00
parent a4a4afcc3d
commit 97aea21349
3 changed files with 4 additions and 3 deletions

View file

@ -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:
^^^^^^^^^^^^^^

View file

@ -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

View file

@ -1 +1 @@
0.6.0a5
0.6.0a6