Skip to content

Releases: araffin/robotics-rl-srl

Soft Actor-Critic + Bug fixes

17 Jan 20:03
Compare
Choose a tag to compare
  • fixed a bug in the dataset generator where the GUI was instantiated two times
  • updated stable-baselines version + srl-zoo submodule
  • add stable-baselines SAC version
  • remove pytorch SAC version breaking changes

Stable Baselines Version

09 Oct 09:15
Compare
Choose a tag to compare

Model trained with previous release are not compatible with this version.

  • refactored all rl baselines to integrate with Stable Baselines breaking changes
  • updated plotting scripts
  • added doc

First Stable Version

09 Oct 09:16
Compare
Choose a tag to compare

Initial release, using OpenAI Baselines (and patches) for the RL algorithms.