ctn-waterloo / modelling_ideas

Ideas for models that could be made with Nengo if anyone has time
9 stars 1 forks source link

Bootstrapping Deep Q-Learning with the NEF #73

Open Seanny123 opened 7 years ago

Seanny123 commented 7 years ago

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.