Skip to content

v0.4.0

Compare
Choose a tag to compare
@zmsn-2077 zmsn-2077 released this 08 May 20:06
· 43 commits to main since this release
e0b1852
  1. refactor: condense top-level benchmarks
  2. deps(joblib): unpin joblib
  3. fix: check duplicated parameters and values which are specified in the experiment grid
  4. refactor: update hyper-parameters for first-order algorithms
  5. feat(off-policy): support off-policy lag
  6. fix(off-policy): fix log when not update
  7. fix: enable smooth param in Costs when plotting
  8. feat(saute, simmer): support saute rl and clean the code
  9. refactor(algo_wrapper, configs): rename update cycle and refactor structure
  10. style: fix grammar in README and normalize string in pyproject.toml
  11. refactor(common/logger): refactor and simplify logger storage logic
  12. chore: update benchmark performance for first-order algorithms
  13. fix(simmer, PID): fix simmer performance and tune parameters
  14. refactor: minor changes regarding documentation and dependencies
  15. feat: add model-based algorithms
  16. docs: update contributing.md