What's Changed
- Doc/update version by @ffelten in #127
- Remove Sparsity from metrics logging by @ffelten in #124
- Fix retrieval of observation and action spaces when using wrappers by @LucasAlegre in #129
- MORecordEpisodeStatistics-logging-fix by @1Kraks in #142
- Refactor PCN save method by @1Kraks in #143
- Chore/update precommit by @ffelten in #147
- Add MOSAC Discrete, weights saving+loading for MORL-D, net_arch specification for MOSAC by @JaydenTeoh in #134
- Add PGMORL 3D and include sparsity coefficient from paper by @JaydenTeoh in #135
- Speed up tensor creation in pcn.py by @nkirschi in #152
- Add missing load function to pcn.py by @nkirschi in #150
- Add proper termination functions for GPI-PD LunarLander and Humanoid by @JaydenTeoh in #136
- Fix device mismatch bug by @nkirschi in #154
- Fix PCN documentation by @nkirschi in #155
- Fix sorting individuals in performance buffer pgmorl by @Henweiz in #156
- Fix CAPQL documentation by @nkirschi in #157
- Use weights_only=False in torch.load by @nkirschi in #158
- Provide helpful error message when pycddlib is not installed by @nkirschi in #162
- Update Gymnasium's FrameStackObservation and GrayscaleObservation imports by @LucasAlegre in #163
- Allow changing experiment name for GPI-LS by @LucasAlegre in #164
- Update morld_lunar_lander_restore.py by @ffelten in #165
- Release Version 1.2.0 by @LucasAlegre in #166
New Contributors
- @1Kraks made their first contribution in #142
- @JaydenTeoh made their first contribution in #134
- @nkirschi made their first contribution in #152
- @Henweiz made their first contribution in #156
Full Changelog: v1.1.0...v1.2.0