Open Hugh-Cai opened 3 years ago
Can confirm. Something goes wrong during the environment creation, but that's atari_py
failing on loadROM
, so I suggest raising an issue in that repo. The following lines are enough to cause Python to hang for me:
import atari_py
ale = atari_py.ALEInterface()
ale.loadROM(atari_py.get_game_path('defender'))
Hi, Kai! I find an issue which happens when I set the game "defender" as the environment. It only displays hyper-parameter setting "args", and however, any training results aren't output, not as the same as other games.
Thanks!