Skip to content

Releases: JuliaPlanners/PDDLViz.jl

v0.1.13

22 Sep 21:28
Compare
Choose a tag to compare
  • Support rendering of MultiSolutions
  • Support animation callback for AlternatingRTHS.

Full Changelog: v0.1.12...v0.1.13

v0.1.12

11 Apr 19:50
Compare
Choose a tag to compare

GridworldRenderer changes

  • Update ForwardPlanner and RTHS animation code to ensure compatibility with SymbolicPlanners.jl v0.1.24
  • Render forward search tree stored in ReusableTreePolicy when show_search = true.
  • Render reusable tree of goal paths stored in ReusableTreePolicy when show_goal_tree = true.

Miscellaneous

  • Fix keyword argument handling when constructing a KeyboardController.
  • Add ControlRecorder as a callback function to record actions input by a Controller

Full Changelog: v0.1.11...v0.1.12

v0.1.11

19 Jan 14:14
Compare
Choose a tag to compare
  • Ensure equal movement speed in ManhattanTransition for Graphworld rendering.
  • Support automatic determination of gripper height in Blocksworld rendering.
  • Add inventory_labelsize option to GridworldRenderer.

Full Changelog: v0.1.10...v0.1.11

v0.1.10

12 Jan 18:55
Compare
Choose a tag to compare
  • Fix type instability in BoxGraphic and QuestionBoxGraphic when toggling is_open.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

12 Jan 03:57
Compare
Choose a tag to compare
  • Better documentation of prefab graphics
  • Support is_open keyword in BoxGraphic and QuestionBoxGraphic to render opened boxes.
  • Compatibility fixes for Makie 0.20

Full Changelog: v0.1.8...v0.1.9

v0.1.8

12 Jan 03:55
Compare
Choose a tag to compare
  • Fix type instability in gridworld path search rendering.

Full Changelog: v0.1.7...v0.1.8

v0.1.7

19 Oct 23:20
Compare
Choose a tag to compare
  • Support for edges between movable objects in Graphworld rendering
  • BlocksworldRenderer convenience constructor
  • Support for smooth animation transitions in Graphworld domains

Full Changelog: v0.1.6...v0.1.7

v0.1.6

26 Sep 14:47
Compare
Choose a tag to compare
  • Support loop parameter when creating GIF animations.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

07 Sep 13:19
Compare
Choose a tag to compare
  • Add BoxGraphic and QuestionBoxGraphic as prefab graphics.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

11 Jul 21:54
Compare
Choose a tag to compare
  • Improved path search solution rendering in gridworlds
  • Support animation of planning algorithms via anim_solve! and anim_refine!.
  • Implemented gridworld animations for RTDP, RTHS, and ForwardPlanner.
  • Support appending frames to an existing animation.
  • Support multi-agent policy rendering for gridworlds.

Full Changelog: v0.1.3...v0.1.4