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

Framework classes to implement: #10

Open
5 tasks
TheButlah opened this issue Sep 24, 2018 · 2 comments
Open
5 tasks

Framework classes to implement: #10

TheButlah opened this issue Sep 24, 2018 · 2 comments
Assignees
Labels
framework A component of the RL framework

Comments

@TheButlah
Copy link
Owner

TheButlah commented Sep 24, 2018

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

  • ActionModel
  • StateModel
  • PolicyModel
  • Agent
  • Experiment Script
@TheButlah
Copy link
Owner Author

TheButlah commented Nov 9, 2018

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

@TheButlah
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework A component of the RL framework
Projects
None yet
Development

No branches or pull requests

2 participants