StanfordVL/BEHAVIOR-1K

Improve removing_objects context

Aberta

#2.030 aberto em 20 de mar. de 2026

 (0 comentário) (0 reação) (2 responsáveis)Python (222 forks)auto 404
good first issue

Métricas do repositório

Stars
 (1.604 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador