You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this problem was already raised in pull request #6. But I couldn't accept the proposed fix, because it broke the (optional) experiment label feature. I guess different separator should be used for experiment label, for example -. I will keep it open until I have time to fix it, you're welcome to submit a pull request.
./play.sh got the rom name wrong, it invokes:
python src/main.py --play_games 1 --display_screen true --load_weights snapshots/space_invaders_200.pkl roms/space.bin
while it should be space_invaders.bin
The text was updated successfully, but these errors were encountered: