StanfordVL/BEHAVIOR-1K
Make ControllableObjectViewAPI unaccessible outside physics steps
Aperta
#2028 aperta il 20 mar 2026
buggood first issue
Metriche repository
- Star
- (1604 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Currently the ControllableObjectViewAPI supports features like clearing object caches etc. because it allows calls outside the physics step. We should remove that feature and instead rely on a check that makes sure it's only used during physics steps, where set_position cannot be called on objects.