File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,24 +70,6 @@ class HumanoidWalkingTaskConfig(ksim.PPOConfig):
7070 help = "Whether to use the IMU acceleration and gyroscope observations." ,
7171 )
7272
73- # Curriculum parameters.
74- num_curriculum_levels : int = xax .field (
75- value = 100 ,
76- help = "The number of curriculum levels to use." ,
77- )
78- increase_threshold : float = xax .field (
79- value = 5.0 ,
80- help = "Increase the curriculum level when the mean trajectory length is above this threshold." ,
81- )
82- decrease_threshold : float = xax .field (
83- value = 1.0 ,
84- help = "Decrease the curriculum level when the mean trajectory length is below this threshold." ,
85- )
86- min_level_steps : int = xax .field (
87- value = 1 ,
88- help = "The minimum number of steps to wait before changing the curriculum level." ,
89- )
90-
9173 # Optimizer parameters.
9274 learning_rate : float = xax .field (
9375 value = 3e-4 ,
You can’t perform that action at this time.
0 commit comments