From 3f98ef79981cfdaa190ee4689edeb3c55580ac57 Mon Sep 17 00:00:00 2001 From: Prabhat Nagarajan Date: Thu, 28 Dec 2023 00:17:22 -0600 Subject: [PATCH] does gymnasium all to gymnasium atari --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bb833cb9..0dcb7c8d5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ install_requires = [ 'torch>=1.3.0', - 'gymnasium[all]', + 'gymnasium[atari]', 'numpy>=1.11.0', 'pillow', 'filelock',