StanfordVL/BEHAVIOR-1K
Make ControllableObjectViewAPI unaccessible outside physics steps
Offen
#2.028 geöffnet am 20.03.2026
buggood first issue
Repository-Metriken
- Stars
- (1.604 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.