Skip to content

Commit e7bce36

Browse files
authored
remove unused config options (#45)
1 parent cb5db74 commit e7bce36

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

train.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)