[Feature] adpat agibot a2 dof12 into rl locomotion #736
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adapting the 12-DOF version of the agibot a2 robot to the rl framework in RoboVerse learn, supporting locomotion training using the IsaacGym simulator and sim2sim using the MuJoCo simulator.
Currently, only the basic training and sim2sim pipeline have been adapted. Reward parameters still need some adjustments to achieve better walking effects. When the reward parameters are properly adjusted, documentation and more content will be supplemented.
Fixes:
Type of change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
How to test
Train in isaacgym from scratch,
Eval in isaacgym from a checkpoint,
If you want to use mujoco to do sim2sim, just change isaacgym to mujoco and reduce num_envs to 1.
Screenshots / Videos
2025.12.26.14.53.23.webm
Checklist
pre-commitchecks withpre-commit run --color=always --all-filesCONTRIBUTORS.mdor my name already exists there