pretrain logic and small fixes
This commit is contained in:
@@ -220,8 +220,8 @@ class Robot:
|
||||
return
|
||||
|
||||
self.gait_phase = (self.gait_phase + 0.22) % (2.0 * math.pi)
|
||||
stride_len = 0.045
|
||||
step_height = 0.035
|
||||
stride_len = cfg.step_length
|
||||
step_height = cfg.step_height
|
||||
|
||||
center_data = (
|
||||
self.center_points.data if hasattr(self.center_points, 'data') else np.array(self.center_points)
|
||||
|
||||
Reference in New Issue
Block a user