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

Fix bootstrapped DQN #7

Open
Kaixhin opened this issue Apr 18, 2016 · 5 comments
Open

Fix bootstrapped DQN #7

Kaixhin opened this issue Apr 18, 2016 · 5 comments

Comments

@Kaixhin
Copy link
Owner

Kaixhin commented Apr 18, 2016

The test on Beam Rider is failing badly, and does not look promising.

@iassael
Copy link

iassael commented Apr 18, 2016

Hi @Kaixhin, did you try using my layer?

@Kaixhin
Copy link
Owner Author

Kaixhin commented Apr 18, 2016

@iassael couple of questions about your layer. Can it use more complicated heads (like the dueling head)? How does it work on picking a new head for a new episode vs. using the mode in ensemble mode (during evaluation)? Is it possible to train with the "full" version of the bootstrap - when each head requires a separate experience replay memory?

@iassael
Copy link

iassael commented Apr 25, 2016

hey @Kaixhin currently nope. For the former we could pass the module as a parameter, and for the latter it should be super easy to extend it with an extra parameter of the episode id.

@Kaixhin
Copy link
Owner Author

Kaixhin commented Apr 25, 2016

@iassael I'm focusing on some of the other components at the moment so I'm not sure I'll get to this any time soon, but feel free to give it a shot if you can.

@iassael
Copy link

iassael commented Apr 25, 2016

@Kaixhin I'll keep you posted and thanks for the awesome work cheers~

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

No branches or pull requests

2 participants