Skip to content

Releases: IRLL/HierarchyCraft

JOSS Paper release

09 Mar 20:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

25 Jan 15:13

Choose a tag to compare

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

09 Aug 12:20

Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

14 Jan 17:23

Choose a tag to compare

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

14 Sep 17:07

Choose a tag to compare

🚑 Hotfix action type check

26 Mar 15:13

Choose a tag to compare

🎉 Add planning timeout & MineHCraft gym for all items

25 Mar 22:00
8b2b650

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

🔧 Transformations API refactoring & gym standardiation

25 Mar 18:20
ddf2148

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

🚚 Renaming to HierarchyCraft / hcraft

21 Mar 04:34

Choose a tag to compare

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

05 Mar 18:06

Choose a tag to compare

🔧 invalid_reward is now -1 by default for all Crafting environments.
🔧 Update default parameters of MineCrafting environments:

  • timestep_reward is 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