You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the basic environments: BasicMagBotEnv, BasicMagBotSingleAgentEnv, BasicMagBotMultiAgentEnv
Added the following example environments for trajectory planning and object manipulation: LongHorizonGlobalTrajectoryPlanningEnv-v0, StateBasedStaticObstaclePushingEnv-v0, StateBasedGlobalPushingEnv-v0, StateBasedPushBoxEnv-v0, StateBasedPushTEnv-v0
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
Added benchmarks and latest results for trajectory planning and object pushing
Added tutorials and examples on how to use MagBotSim