ewanlee commited on
Commit
5b300ff
·
1 Parent(s): 6546740

simplified solution for ROMs import

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -90,6 +90,13 @@ pip install cython==0.29.37
90
 
91
  If you encounter the error `Unable to find game "[env_name]"` when running a script for Atari environments, it may be due to the absence of Atari ROMs in the `atari_py` package since version 0.2.7. To resolve this issue, you can manually download the ROMs and add them to Gym's registry.
92
 
 
 
 
 
 
 
 
93
  Follow the steps below to import Atari ROMs:
94
 
95
  #### Step 1: Download ROMs and Install Dependencies
 
90
 
91
  If you encounter the error `Unable to find game "[env_name]"` when running a script for Atari environments, it may be due to the absence of Atari ROMs in the `atari_py` package since version 0.2.7. To resolve this issue, you can manually download the ROMs and add them to Gym's registry.
92
 
93
+ #### Update: A simplified solution
94
+
95
+ ``` shell
96
+ pip install gym[accept-rom-license]
97
+ AutoROM --accept-license
98
+ ```
99
+
100
  Follow the steps below to import Atari ROMs:
101
 
102
  #### Step 1: Download ROMs and Install Dependencies