unilab.tasks.manipulation.allegro_inhand.manager_terms.AllegroDropTermination
-
class unilab.tasks.manipulation.allegro_inhand.manager_terms.AllegroDropTermination[source]
Bases: ManagerTermBase
Termination-owned drop state, computed before reward terms.
- Parameters:
cfg (ManagerTermBaseCfg)
env (_AllegroEnv)
Methods
Attributes
-
__init__(cfg, env)[source]
- Parameters:
cfg (ManagerTermBaseCfg)
env (_AllegroEnv)
-
property last_counter: int
-
reset(env_ids=None)[source]
Resets the manager term.
- Parameters:
env_ids (ndarray | slice | None)
- Return type:
None
-
__call__(env, **params)[source]
Returns the value of the term required by the manager.
- Parameters:
env (_AllegroEnv)
params (Any)
- Return type:
ndarray
-
property name: str
-
property num_envs: int