OPenAI Gym Retro error: "AttributeError: module 'gym.utils.seeding' has no attribute 'hash_seed'"

Viewed 54

I am using WSL2 and Ubuntu 20.4, I create a fresh virtual enviroment using (venv), and install gym-retro as the OpenAI official page states (https://retro.readthedocs.io/en/latest/getting_started.html), using the following command:

pip3 install gym-retro

I get no error while installing it, and then to test it I run the command (as stated in the getting started page previouly mentioned):

python3 -m retro.examples.interactive --game Airstriker-Genesis

And the get the following error:

enter image description here

Can somebody, please help me?

I have also tested it using the easiest implementation (calling retro.make("Game-name")) and I also get the same error.

0 Answers
Related