Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A problem about one game in ALE cannot be trained #83

Open
Hugh-Cai opened this issue Apr 16, 2021 · 1 comment
Open

A problem about one game in ALE cannot be trained #83

Hugh-Cai opened this issue Apr 16, 2021 · 1 comment
Labels

Comments

@Hugh-Cai
Copy link

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!

@Kaixhin
Copy link
Owner

Kaixhin commented Apr 19, 2021

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'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants