Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.14k stars 420 forks source link

Surround Fail to run in gym #410

Closed markerthu closed 3 years ago

JesseFarebro commented 3 years ago

Hi,

I see you edited your issue, did you end up resolving your issue? From your original post, I believe you were installing an outdated version of the ALE that didn't support Surround. It should work if you run,

git clone https://github.com/mgbellemare/Arcade-Learning-Environment
cd Arcade-Learning-Environment
pip install .

with the accompanying dependencies installed as you had done in your original post.