What's Changed
- Move util functions to make more sense by @ffelten in #62
- Implement fast pareto and convex hull pruning by @wilrop in #60
- Support Gymnasium 0.29 by @LucasAlegre in #64
- Add minecart-deterministic-v0 to envs with known pfs by @ffelten in #65
- Support for image-based observations in GPI-LS and Envelope by @LucasAlegre in #63
- Implement a fix to #69 by @wilrop in #70
- Feature/hpo by @ffelten in #74
- Use deterministic policies when evaluating PCN by @vaidas-sl in #75
- Add bibtex for NeurIPS paper by @ffelten in #77
- Update README.md by @eltociear in #80
- Log all training parameters given to the algorithm by @wilrop in #83
- Add support for continuous action spaces to PCN by @vaidas-sl in #82
- Fix bug where tolist was called on a float by @wilrop in #86
- Adding cardinality metric by @ffelten in #87
- Remove dropout at evaluation time on GPI-LS by @LucasAlegre in #90
- MORL/D by @ffelten in #89
- Chore/remove tensorboard stuff make gym logging optional by @ffelten in #94
- Make number of sampled weights used to compute utility metrics parameterizable by @LucasAlegre in #95
- Dev eupg by @omidsbhn in #99
- Fix PGMORL example by @ffelten in #104
- Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #116
- Fix EUPG's inconsistent expansion of observations by @timondesch in #119
- Migration to gymnasium 1.0 by @ffelten in #109
- Add save_freq option to CAPQL train method by @LucasAlegre in #122
- In GPI-LS for continuous action, use GPI only for selecting weights as default by @LucasAlegre in #126
- Add python 3.12 support by @ffelten in #125
New Contributors
- @vaidas-sl made their first contribution in #75
- @eltociear made their first contribution in #80
- @omidsbhn made their first contribution in #99
- @dependabot made their first contribution in #116
- @timondesch made their first contribution in #119
Full Changelog: 1.0.0...v1.1.0