Releases: SPL-BGU/NumericPDDLGym
Releases · SPL-BGU/NumericPDDLGym
Release list
v1.2.0
Added
- Added fixed script planning agent implementations.
Changed
- Enhanced logging callbacks:
- Added support for trace saving.
- Added episode timing.
- Improved error messaging with friendly import errors for missing dependencies.
Development
- Added unit tests for PDDLEnv, PDDLMaskedEnv, and MinecraftEnv.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Added
- Introduced count_inapplicable parameter in PDDLMaskedEnv for episode length calculation.
- Relevant when using post-masking.
- When enabled, inapplicable actions contribute to the episode length; otherwise, they are ignored.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Added
- Configurable action masking strategies:
"pre"(filters invalid actions before execution) and"post"(learns invalid actions from environment feedback)
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
Initial release
- Basic functionality
Full Changelog: https://github.com/SPL-BGU/NumericPDDLGym/commits/v1.0.0