Closed lipeeeee closed 1 year ago
I have ran !pip install gym[atari]
to try and overcome this but every requirement has already been satisfied.
problem was fixed by installing both gym[accept-rom-license]
and gym[atari]
before running the training code block
When trying to run:
!python train.py --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
to train the model I get an error from gym saying It cant get the rom, here is the traceback: