Farama-Foundation / Gymnasium-Robotics

A collection of robotics simulation environments for reinforcement learning
https://robotics.farama.org/
MIT License
485 stars 79 forks source link

add `MaMuJoCo-v1` environments #196

Closed Kallinteris-Andreas closed 5 months ago

Kallinteris-Andreas commented 7 months ago

Note: this may be merged post gymnasium 1.0.0

Description

This is a small release for MaMuJoCo, mainly updates to Gymnasium/MuJoCo-v5, along with fixing some bugs and cleaning up the code, optimizing the performance of some components, and taking this opportunity to strengthen the unit test cases.

MaMuJoCo-V1

Ant

Humanoid(-Standup)

Walker2d

ManySegmentAnt

ManySegmentSwimmer

Implementation details (not relevant for the end user)

Note only map_global_state_to_local_observations has been reworked

Other

Type of change

Please delete options that are not relevant.

Checklist:

rodrigodelazcano commented 5 months ago

Is this ready to merge?

Kallinteris-Andreas commented 5 months ago

@rodrigodelazcano needs a review

Kallinteris-Andreas commented 5 months ago

@rodrigodelazcano I applied your suggestions, and updated the readme.md