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

Bootstrapping Deep Q-Learning with the NEF #73

Open
Seanny123 opened this issue Jan 16, 2017 · 0 comments
Open

Bootstrapping Deep Q-Learning with the NEF #73

Seanny123 opened this issue Jan 16, 2017 · 0 comments
Labels

Comments

@Seanny123
Copy link
Contributor

Somewhat related to #71, it might be interesting to hard-code an approximate solution to a Deep Reinforcement Learning problem, something like the Mountain Car problem.

In the aforementioned problem, two approximate solutions could be:

  1. Build a network with integrators to keep track of how long the car has been going in each direction and use that to map the problem space.
  2. Build a network with integrators to solve the problem and then see how much Deep Learning improves the solution reward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant