From aa660127646e6e2f0bb12018cd609283b51c369d Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Thu, 7 May 2020 16:21:33 +0200 Subject: [PATCH] Update requirements --- docs/misc/changelog.rst | 2 +- setup.py | 2 +- stable_baselines3/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 34aec66..9f5e600 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -3,7 +3,7 @@ Changelog ========== -Pre-Release 0.6.0a3 (WIP) +Pre-Release 0.6.0a4 (WIP) ------------------------------ diff --git a/setup.py b/setup.py index 2718daa..f07e89a 100644 --- a/setup.py +++ b/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.', diff --git a/stable_baselines3/version.txt b/stable_baselines3/version.txt index 02e53e5..25c2e1d 100644 --- a/stable_baselines3/version.txt +++ b/stable_baselines3/version.txt @@ -1 +1 @@ -0.6.0a3 +0.6.0a4