We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe8db9 commit a47dbfaCopy full SHA for a47dbfa
roboverse_pack/tasks/humanoid/locomotion/walk_g1_dof29.py
@@ -20,7 +20,6 @@
20
step_funcs,
21
termination_funcs,
22
)
23
-from roboverse_pack.queries.lidar import LidarPointCloud
24
from roboverse_pack.randomization.humanoid import (
25
MassRandomizer,
26
MaterialRandomizer,
@@ -113,9 +112,7 @@ class RewardsScales:
113
112
},
114
115
116
- callbacks_query = {
117
- "contact_forces": ContactForces(history_length=3)
118
- }
+ callbacks_query = {"contact_forces": ContactForces(history_length=3)}
119
callbacks_setup = {
120
"material_randomizer": MaterialRandomizer(
121
obj_name="g1_dof29",
0 commit comments