TheButlah / makrl

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

Framework classes to implement: #10

Open TheButlah opened 6 years ago

TheButlah commented 6 years ago

We need the following classes implemented to build the core code of our framework.

TheButlah commented 5 years ago

Making this into two issues: one for concrete implementation, the other for API

TheButlah commented 5 years ago

Status update: We originally had a concrete implementation for an ActionModel titled FCQNet which was a fully connected architecture. However, it was designed for TD(0) rather than TD(n), so it needs to be reimplemented to account for the n-step framework changes.