StanfordVL/BEHAVIOR-1K

Make ControllableObjectViewAPI unaccessible outside physics steps

オープン

#2,028 opened on 2026/03/20

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Python (222 件のフォーク)auto 404
buggood first issue

Repository metrics

Stars
 (1,604 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド