unilab.tasks.locomotion.common.gait_terms.feet_air_time¶
- class unilab.tasks.locomotion.common.gait_terms.feet_air_time[source]¶
Bases:
_FootContactTermCount feet whose current air time sits inside the rewarded window.
Mirrors mjlab
feet_air_time: air time accumulatesenv.step_dtwhile the foot has no contact and resets to zero on contact; a foot scores whilethreshold_min < air_time < threshold_max. Whencommand_nameis set the count is gated by the command gate.- Parameters:
cfg (
ManagerTermBaseCfg)env (
ManagerBasedRlEnv)
Methods
Attributes