unilab.tasks.locomotion.g1.manager_terms.G1PenaltyCurriculum¶
- class unilab.tasks.locomotion.g1.manager_terms.G1PenaltyCurriculum[source]¶
Bases:
ManagerTermBaseScale negative-weight reward terms by average episode length.
Ports the legacy G1 penalty curriculum: penalty weights start at
initial_scaleof their configured value and relax towardmax_scaleas the tracked average episode length crosses the configured thresholds.- Parameters:
cfg (
ManagerTermBaseCfg)env (
_G1Env)
Methods
Attributes