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

"How to create and train a custom agent" doesn't actually do any learning #160

Open
RylanSchaeffer opened this issue Dec 21, 2020 · 2 comments

Comments

@RylanSchaeffer
Copy link

The Colab notebook showing how to train a custom agent (https://colab.research.google.com/github/google/dopamine/blob/master/dopamine/colab/agents.ipynb) doesn't actually do any learning. Could we have an example of modifying the DQN architecture or its loss function?

@psc-g
Copy link
Collaborator

psc-g commented Apr 9, 2021

thanks for pointing this out and the suggestion, which i think is great! we'll look into this.

@bryanyuan1
Copy link

I think the reason was that the example agent was not using the .gin file given in the folder. I tried copy and paste the configs for DQN into the notebook and then it seems to have an identical learning curve.

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

3 participants