StanfordVL/BEHAVIOR-1K

Improve removing_objects context

Offen

#2.030 geöffnet am 20.03.2026

 (0 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)Python (222 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (1.604 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide