TheButlah / makrl

makrl - modular algorithm kit for reinforcement learning
4 stars 1 forks source link

Synchronous QLearning Implementation #6

Open bayoumi17m opened 5 years ago

bayoumi17m commented 5 years ago

Implement a QLearning Agent using the new RL framework

bayoumi17m commented 5 years ago

I just need to add comments, and then we can close this issue. I will finish that tonight.

TheButlah commented 5 years ago

Status update: Implementing QLearning Agent and simple fc q-model. Will close when it is confirmed that the model works and the code is merged into dev

TheButlah commented 5 years ago

Status update: now that API has been rewritten, the work on this can begin.