openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.84k stars 4.88k forks source link

Open AI gym doesn't support Atari Games in version 0.23 #1196

Open prathikshetty2002 opened 2 years ago

prathikshetty2002 commented 2 years ago

Open AI gym doesn't support for gym[atari] packages. I tried to render an env for spaceinvaders-v0 , one of the famous games in atari. I also tried an another version spaceinvaders-v4 but still it shows that package not found , no such thing exist. I had to downgrade to gym==0.21 for running the game . I was building a keras-rl2 model with openAI gym , encountered this problem.

My sys config:- OS : WSL2 ubuntu 20.04 OpenAI Gym : version 0.23 Package : Gym[atari] Tensorflow version : 2.8.0 keras-rl2 version : 1.0.5