Terminations#
Manager: TerminationManager · Module: env/mdp/terminations.py
Terms#
Term |
Condition |
|---|---|
|
Episode horizon exceeded |
|
Anchor body drift from reference (thresholds set in preset / robot cfg) |
|
z-only error on end-effector bodies (body tuple from preset) |
|
Catastrophic ground contact on motion keybodies |
Presets enable thresholds and body sets; the callables are shared. For example,
apply_wbc adds EE height termination; apply_zest removes it.
API: MDP terms (Terminations).
Related: Rewards, The robot entity.