Releases: ubi-coro/MagBotSim
Releases · ubi-coro/MagBotSim
v1.0.1
v1.0.0: First Major Version
General
- 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
MoverImpedanceControllerthat 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