Changelog#
Release v1.0.3 (2025-01-14)#
General#
Add grid lines to visualize tile boundaries (@cedricgrothues)
Release v1.0.2 (2024-07-30)#
Bug Fixes#
Fixed a bug in
BenchmarkPlanningEnv
(mover actuator XML string) where different mover masses were not taken into account
Release v1.0.1 (2024-05-28)#
General#
Added the basic environments:
BasicPlanarRoboticsEnv
,BasicPlanarRoboticsSingleAgentEnv
,BasicPlanarRoboticsMultiAgentEnv
Added the
BenchmarkPushingEnv
andBenchmarkPlanningEnv
environments: two simple example environments for motion planning and object manipulation.Added a
MoverImpedanceController
that solves a position and orientation task.Added the
MujocoOffScreenViewer
: an extension of the Gymnasium OffScreenViewer that allows to also specify the groups of geoms to be rendered by the off-screen renderer.Added the
MujocoViewerCollection
: a manager for all renderers in a MuJoCo environment.Added the
Matplotlib2DViewer
: a simple viewer that displays the tile and mover configuration together with the mover collision offsets for debugging and analyzing planning tasks.Added auxiliary functions for MuJoCo, collision checking and rotations