StanfordVL/BEHAVIOR-1K

Make ControllableObjectViewAPI unaccessible outside physics steps

Open

#2,028 opened on Mar 20, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (222 forks)auto 404
buggood first issue

Repository metrics

Stars
 (1,604 stars)
PR merge metrics
 (PR metrics pending)

Description

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