From 3609b692378491d73b96a0c4954f4ea7be68684f Mon Sep 17 00:00:00 2001 From: Hailu Date: Tue, 22 Jul 2025 12:58:33 +0200 Subject: [PATCH] fix: update Gymnasium installation command in README see release notes https://gymnasium.farama.org/gymnasium_release_notes/index.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee83ffc8..1c8f337a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ We are currently supporting versions > 3.9 #### Install Gymnasium with Atari support ```sh -pip install "gymnasium[atari, accept-rom-license]" +pip install "gymnasium[atari]" ``` ### Installation