Hi,
I was using google colab when I was struck with this issue. I have all the necessary libs installed. This is the error message:
RuntimeError Traceback (most recent call last)
<ipython-input-13-feca46536a5c> in <module>() —-> 1 env = gym.make(‘ALE/Breakout-v5′, render_mode=’human’) 2 env = Recorder(env, ‘./video’) 4 frames
/usr/local/lib/python3.7/dist-packages/gym/envs/atari/environment.py in seed(self, seed) 194 “
https://github.com/mgbellemare/Arcade-Learning-Environment#rom-management” 195 ) –> 196 self.ale.loadROM(getattr(roms, self._game)) 197 198 if self._game_mode is not None: RuntimeError: Failed to initialize SDL
Cudn’t find any solutions, pls help.
Thx
submitted by /u/StarLan7
[visit reddit] [comments]