Skip to content

v1.1.3

Compare
Choose a tag to compare
@FilippoAiraldi FilippoAiraldi released this 05 Apr 18:18
· 212 commits to main since this release

Changes

Major

  • now learnable parameters (i.e., as per LearnableParameter and LearnableParametersDict) do not need to be 1D/flatten vectors, but also matrices
  • added skip_first to UpdateStrategy to allow to skip the first n updates for, e.g., building enough experience before updating
  • updated to csnlp==1.5.4 7and casadi==3.6.0

Minor

  • streamlined rollout operations in LstdDpgAgent
  • renamed attribute include_last to include_latest in ExperienceReplay
  • better type hints and tests