Skip to content

Releases: UoA-CARES/cares_reinforcement_learning

v2.0.0

05 Dec 20:21
e29e7fd
Compare
Choose a tag to compare

What's Changed

A lot...

  • Numerous new algorithms:

    • SACD
    • PER Variations - TD3, SAC
    • PALTD3
    • LAP Variations - TD3, SAC
    • MAPER Variations - TD3, SAC
    • TQC
    • REDQ
    • CTD4
    • RD Variations - TD3, SAC
    • NaSATD3
    • AE Variations - TD3, SAC
  • Autoencoder Support

    • Vanilla
    • Burgess
  • Memory Buffer

    • Prioritisation Buffer functionality
    • Saving and Loading functionality - utilising pickle (note terribly storage space inefficient for image-based learning)
  • Record

    • Train/Eval format standardised
  • Plotter

    • Plotting any training/evaluation metrics
  • Standardised Code format

    • Type hints
    • Formalised Network formats - Base, Default, Custom
    • Naming of various methods/functions/variables across algorithms
  • Tests

    • Various tests - algorithms, network configurations, and memory buffer.
  • Fixes

    • Saving and Loading functions for all algorithms
    • Various default configuration parameters

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

01 Nov 00:47
b52f714
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta...v1.0.0

v0.0.0-beta

23 Oct 22:47
4e7fdcd
Compare
Choose a tag to compare
v0.0.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/UoA-CARES/cares_reinforcement_learning/commits/v0.0.0-beta