Skip to content

Releases: ubi-coro/MagBotSim

v1.2.0

Choose a tag to compare

@lbergmann1 lbergmann1 released this 18 Jul 15:58

See the changelog

v1.1.0

Choose a tag to compare

@lbergmann1 lbergmann1 released this 08 May 17:21

See the changelog

v1.0.3

Choose a tag to compare

@lbergmann1 lbergmann1 released this 25 Mar 13:53

See the changelog

v1.0.2

Choose a tag to compare

@lbergmann1 lbergmann1 released this 24 Mar 11:55
96e2ca8

See the changelog

v1.0.1

Choose a tag to compare

@lbergmann1 lbergmann1 released this 24 Nov 10:44

See the changelog

v1.0.0: First Major Version

Choose a tag to compare

@lbergmann1 lbergmann1 released this 08 Nov 18:04

General

  1. Added the basic environments: BasicMagBotEnv, BasicMagBotSingleAgentEnv, BasicMagBotMultiAgentEnv
  2. Added the following example environments for trajectory planning and object manipulation:
    LongHorizonGlobalTrajectoryPlanningEnv-v0, StateBasedStaticObstaclePushingEnv-v0, StateBasedGlobalPushingEnv-v0,
    StateBasedPushBoxEnv-v0, StateBasedPushTEnv-v0
  3. Added a MoverImpedanceController that solves a position and orientation task
  4. 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
  5. Added the MujocoViewerCollection: a manager for all renderers in a MuJoCo environment
  6. 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
  7. Added auxiliary functions for MuJoCo, collision checking and rotations
  8. Added benchmarks and latest results for trajectory planning and object pushing
  9. Added tutorials and examples on how to use MagBotSim