StanfordVL/BEHAVIOR-1K

Make ControllableObjectViewAPI unaccessible outside physics steps

Aperta

#2028 aperta il 20 mar 2026

 (0 commenti) (0 reazioni) (1 assegnatario)Python (222 fork)auto 404
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.

Guida contributor