yandexdataschool / AgentNet

Deep Reinforcement Learning library for humans
http://agentnet.rtfd.org/
Other
300 stars 72 forks source link

detach learning from objective #20

Closed justheuristic closed 8 years ago

justheuristic commented 8 years ago

Right now, both q-learning algorithms exist as separate methods inside objective.BaseObjective

Since more various Qlearning algos are planned, it is better to detach them from BaseObjective into some "LearningAlgorithm"-style thing.

justheuristic commented 8 years ago

Done. Now the two existing reference functions constitute the q-learning module