StanfordVL/BEHAVIOR-1K

Make ControllableObjectViewAPI unaccessible outside physics steps

Ouverte

#2 028 ouverte le 20 mars 2026

 (0 commentaire) (0 réaction) (1 personne assignée)Python (222 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (1 604 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur