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
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