Releases: IRLL/HierarchyCraft
Releases · IRLL/HierarchyCraft
JOSS Paper release
What's Changed
- Fix missing/incorrect references; cite published versions of preprints by @logological in #49
- Fix: add missing DOIs for citations by @liyuxuan-academic in #50
- Remove invalid DOIs by @logological in #51
New Contributors
- @logological made their first contribution in #49
- @liyuxuan-academic made their first contribution in #50
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Switch to gymnasium for RL environment interface (new RL standard as gym is now unmaintained by OpenAI) by @MathisFederico in #48
- Fix paper issues seen in review by @MathisFederico in #47
Full Changelog: v1.2.5...v2.0.0
Html interactive graphs, bugfixes and performance improvements
What's Changed
- Pin lower enhsp version due to breaking change on their side
- ⚡️ Remove envs instanciations during module init by @MathisFederico in #37
- Interactive visualization of requirements graphs in html with pyvis by @MathisFederico in #38
- 📝 Add web uri for html graphs by @MathisFederico in #39
- 🐛 Fix broken gif in docs by @MathisFederico in #40
- 📝 Fix MineHcraft requirements graph path by @MathisFederico in #41
- 🔨 Transformation should only require one zone (or None) by @MathisFederico in #42
Full Changelog: v1.2.4...v1.2.5
v1.2.4
JOSS submission release
What's Changed
- 📝 Updated paper draft, readme and documentation for the JOSS submission.
Full Changelog: v1.2.3...v1.2.4
🔧 Make unified_planning an optional dependency
Full Changelog: v1.2.2...v1.2.3
🚑 Hotfix action type check
Full Changelog: v1.2.1...v1.2.2
🎉 Add planning timeout & MineHCraft gym for all items
What's Changed
- 🎉 Add planning timeout & MineHCraft gym for all items by @MathisFederico in #33
Full Changelog: v1.2.0...v1.2.1
🔧 Transformations API refactoring & gym standardiation
What's Changed
- 🔨 Refactor Transformation with Use & Yield by @MathisFederico in #30
- 🎉 Add planning statistics by @MathisFederico in #31
- 🎉 Ensure gym.make work for all common HCraft envs by @MathisFederico in #32
Full Changelog: v1.1.0...v1.2.0
🚚 Renaming to HierarchyCraft / hcraft
What's Changed
- 🚚 Renaming to HierarchyCraft / hcraft
- 🎉 Add minigrid-like environments (MiniCraft) by @MathisFederico in #28
- 🎉 Add converter to unified_planning problem & PDDL by @MathisFederico in #29
Full Changelog: v1.0.7...v1.1.0
🔧 Default params of MineCrafting environments
🔧 invalid_reward is now -1 by default for all Crafting environments.
🔧 Update default parameters of MineCrafting environments:
timestep_rewardis now always -0.1 for all MineCrafting environments
🔥 Removed "MineCrafting-Env-v1" environment for lack of relevance
🚚 Renamed "MineCrafting-Platinium-v1" to "MineCrafting-v1"
📝 Improve Transformation documentation
👷 Add pre-commit configuration
✨ Switch from pylint to ruff
Full Changelog: v1.0.6...v1.0.7