josiahls / fast-reinforcement-learning

Important Note fastrl version 2 is being developed at fastrl. Note the link in the readme
Apache License 2.0
38 stars 5 forks source link

Version 0_8_0: Stable #9

Closed josiahls closed 5 years ago

josiahls commented 5 years ago

This PR handles refactoring code to be more testable / cleaner. Prior, all features exist but are hard to work with.

Edit: 10/14/2019 Redoing the entire MDP data structures. Now that we have tried testing continuous and discrete models on many different types of environments, we now have a better perspective on what these data structures need to do. Also we know know that memory management is going to be a core issue, and will make this directly into the structure.

Added:

Edit: 10/15/2019

Added:

Edit: 10/21/2019

fast_rl is now unstably compatible with the fastai fit functions. This makes me super happy.

Edit: 10/23/2019

DDPG and DQN's seem to be working. Next step is to allow this to pass some tests and we will pull