-1

I was using Open AI gym to train an RL model to play Mario but this is the error I'm getting and I can't figure out what is wrong

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Harshal
  • 1
  • 1

1 Answers1

0

For me it helped to upgrade gym to version 0.25.1 by running pip install gym --upgrade

Guest
  • 1