unilab.tasks.locomotion.common.sensor_reward_terms.track_ang_vel

class unilab.tasks.locomotion.common.sensor_reward_terms.track_ang_vel[source]

Bases: _CommandTrackingTerm

Exponential reward for tracking commanded yaw angular velocity.

Parameters:
  • cfg (ManagerTermBaseCfg)

  • env (ManagerBasedRlEnv)

Methods

__init__(cfg, env)

reset(env_ids)

Resets the manager term.

Attributes

__call__(env, **params)[source]

Returns the value of the term required by the manager.

Parameters:
  • env (ManagerBasedRlEnv)

  • params (Any)

Return type:

ndarray

__init__(cfg, env)
Parameters:
  • cfg (ManagerTermBaseCfg)

  • env (ManagerBasedRlEnv)

property name: str
property num_envs: int
reset(env_ids)

Resets the manager term.

Parameters:

env_ids (ndarray | slice | None)

Return type:

Any