Description
Thank you for the impressive work! I am currently encountering some issues. I trained a policy using Instinct-Parkour-Target-Amp-G1-v0 following the README instructions, but the trained model behaves differently from the released parkour_onboard_preview_stair model:
- Standing: My trained model keeps taking small steps even when velocity command = 0, while the released model stands still properly
- Stair climbing: The released parkour_onboard_preview_stair model climbs stairs very smoothly on the real robot. However, my trained model fails to climb stairs properly.
- Gap traversal: The released model seems only for stairs and cannot cross gaps at all
Experiment Setup:
- Training command:
python scripts/instinct_rl/train.py --headless --task=Instinct-Parkour-Target-Amp-G1-v0 for 30000 iterations
- Hardware: G1 29dof
Any insights would be appreciated!