unitree_rl_gym/legged_gym/envs/h1_2/README.md

21 lines
849 B
Markdown
Raw Normal View History

2024-07-17 17:32:10 +08:00
# H1_2 RL Example (Preview)
## Simplified URDF
This task utilizes a simplified version of URDF. We fix some joints and ignore most of the collisions.
### Fixed Joints
2024-07-17 17:44:33 +08:00
We fix all the joints in the hands, wrist and the elbow roll joints, since those joints have very limited effect on the whole body dynamics and are commonly controlled by other controllers.
2024-07-17 17:32:10 +08:00
### Collision
2024-07-17 17:41:18 +08:00
We only keep the collision of foot roll links, knee links and base. Early termination is majorly check by angular position of the base.
2024-07-17 17:32:10 +08:00
## Dynamics
2024-07-17 17:36:47 +08:00
Free "light" end effectors can lead to unstable simulation. Thus please be carefull with the control parameters for the joints that may affect such end effectors.
2024-07-17 17:32:10 +08:00
## Preview Stage
2024-07-17 17:36:47 +08:00
**The reward functions is not well tuned and cannot produce satisfactory results at the current stage. A feasible version is comming soon.**