Skip to content

Releases: rickstaa/stable-learning-control

v0.9.1

24 Mar 15:46
Compare
Choose a tag to compare
  • 💚 Fixes OS gh actions
  • 📝 Updates documentation header
  • 💚 Makes sure OS actions don't run on doc change

v0.9.0

23 Mar 18:32
Compare
Choose a tag to compare

🚀 Features

  • ✨ add robustness eval

v0.8.3

11 Mar 15:13
Compare
Choose a tag to compare
  • ✨ Adds the ability to evaluate the policy performance from a given training checkpoint.

v0.8.1

11 Mar 10:43
Compare
Choose a tag to compare
  • 📝 Updates the documentation.
  • 🐛 Implements a fix for the math render problem in the documentation.

v0.7.1

06 Mar 16:00
Compare
Choose a tag to compare

This release fixes a small 🐛 bug that was present in the ray tuning example.

v0.7.0

06 Mar 14:11
Compare
Choose a tag to compare

In this release, an extra CLI option was added (--exp-cfg) was added, which can be used to load hyperparameters based on a yaml configuration file. Several example configuration files were added to the experiments folder. See the documentation for more information on this new feature.

v0.6.0

02 Mar 21:21
Compare
Choose a tag to compare
  • Fixes small learning rate lower bound bug
  • Format Python code with psf/black push
  • Fixes plotter
  • Add torch tensorboard support
  • ✨ Adds TF tensorboard support
  • ✨ Adds Torch GPU support
  • 🐛 Makes the test_policy utility compatible with tf2
  • Update the documentation and cleans up the code

🚧 First test release

22 Dec 15:46
Compare
Choose a tag to compare
Pre-release

🚧 This is the first test release of the Machine Learning Control package. The code in this release is therefore not throughly tested. Please open an issue if you experience problems or have suggestions.