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

Unable to reproduce the results shown in the demo using the .dat files provided. #4

Open
squishytofu042 opened this issue Aug 7, 2020 · 1 comment

Comments

@squishytofu042
Copy link

I'm using the following code in my terminal:

python train.py --action-space complex --environment SuperMarioBros-1-1-v0 --transfer

using the SuperMarioBros-1-1-v0.dat file provided by you in the pretrained_models folder, in order to view the results from the parameters stored in the .dat file. However, the results are not at all similar to the ones shown in your demo under the 'Progress' section.

Could you please double check this. I'm currently having this problem with your super-mario-bros-dqn project. I haven't yet tested it on the super-mario-bros-a3c one.

@squishytofu042
Copy link
Author

UPDATE: I noticed the agent does perform almost as good as the gif when looking at the video in recording/run1. I've left the network running via:

python train.py --action-space complex --environment SuperMarioBros-1-1-v0 --render --transfer

But looking at the video now (currently on run53), the agent is dying on the first Goomba now.

Why does this happen?

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

1 participant