StanfordVL/BEHAVIOR-1K

Make ControllableObjectViewAPI unaccessible outside physics steps

Offen

#2.028 geöffnet am 20.03.2026

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (222 Forks)auto 404
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.

Contributor Guide