StanfordVL/BEHAVIOR-1K

Improve removing_objects context

开放

#2,030 创建于 2026年3月20日

 (0 条评论) (0 个反应) (2 位负责人)Python (222 个派生)auto 404
good first issue

仓库指标

星标
 (1,604 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It should not need to know what objects are being removed (it should just detect them itself), and it should be safe to open multiple of these within one another (where only the outermost one will do anything). That'll remove the need to have the batched_call parameter on og sim remove.

A similar context can be used when adding objects to do things at once.

贡献者指南