mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-28 22:56:53 +00:00
Update requirements
This commit is contained in:
parent
c5f29a3931
commit
aa66012764
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Pre-Release 0.6.0a3 (WIP)
|
||||
Pre-Release 0.6.0a4 (WIP)
|
||||
------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -105,7 +105,7 @@ setup(name='stable_baselines3',
|
|||
# For render
|
||||
'opencv-python',
|
||||
# For atari games,
|
||||
'gym[classic_control,atari]>=0.11'
|
||||
'atari_py~=0.2.0', 'Pillow'
|
||||
]
|
||||
},
|
||||
description='Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms.',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.6.0a3
|
||||
0.6.0a4
|
||||
|
|
|
|||
Loading…
Reference in a new issue