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

Playing Breakout with the program #15

Open
hamiltonwei opened this issue Aug 15, 2018 · 2 comments
Open

Playing Breakout with the program #15

hamiltonwei opened this issue Aug 15, 2018 · 2 comments

Comments

@hamiltonwei
Copy link

I am trying to adapt your code to train the agent to play breakout. I tried to use both the CartPole-basic file as well as the Seaquest-DDQN-PER file but the agent doesn't seem to learn after training for couple of hundreds of episodes (the total reward is around 1 to 3 in average). Have you tried to train the agent to play breakout with the code? If so was rgere any effects? I was using "Breakout-ram-v0" for the CartPole-basic file and "Breakout-v0" for the Seaquest-DDQN-PER file.

@slerman12
Copy link

Did you make any progress on this or find an implementation that allowed you to do this?

@hamiltonwei
Copy link
Author

Sorry I have stopped working on this project for a while so my memory is getting rusty. One progress I did make is that using the breakout RAM as the input doesn't seem to work. I have to use the frames as the input to make the agent work. I am not sure why that's the case though as I haven't investigated this problem too deeply.

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

No branches or pull requests

2 participants