Skip to content

Open RL - 0.2.0

Latest
Compare
Choose a tag to compare
@natetsang natetsang released this 16 Sep 23:44
· 53 commits to main since this release

Release Note

Significant updates were made in this release and it's recommended that all users pull down and use this version in place of the previous version.

Highlights

✔️ Complete refactor and reorganization of the repo.
✔️ Consolidate significant amount of code in higher-level directories to avoid code duplication
✔️ Make code more consistent across different algorithms
✔️ Fix several bugs throughout code base
✔️ Update imports
✔️ Clarify the difference between state dimensions, action dimensions, and number of discrete actions
✔️ Update plotting for most algorithms
✔️ Create BaseAgent interface and extend with most algorithms

Enjoy 😄