tspooner / rsrl

A fast, safe and easy to use reinforcement learning framework in Rust.
https://crates.io/crates/rsrl
MIT License
178 stars 13 forks source link

Continuous Actor Critic Learning Automaton #52

Closed tspooner closed 5 years ago

tspooner commented 5 years ago

Adds the CACLA control algorithm, and Dirac policy used along with it, to the framework.