You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: