v1.0.3; fix last_last_action reset, resample_command befor compute reward bugs; add self collisions

This commit is contained in:
wty-yy
2026-04-03 11:06:53 +08:00
parent c02a6aabff
commit 1029c41a0b
7 changed files with 29 additions and 22 deletions

View File

@@ -165,7 +165,7 @@ class GO2Cfg(LeggedRobotCfg):
foot_name = "foot"
penalize_contacts_on = ["thigh", "calf"]
terminate_after_contacts_on = ["base"]
self_collisions = 1 # 1 to disable, 0 to enable...bitwise filter
self_collisions = 0 # 1 to disable, 0 to enable...bitwise filter
class rewards(LeggedRobotCfg.rewards):
soft_dof_pos_limit = 0.9