StanfordVL/BEHAVIOR-1K

Unify installation to a single `pip install` call with all arguments, make dependencies consistent

Open

#2,047 opened on Mar 27, 2026

 (1 comment) (0 reactions) (2 assignees)Python (222 forks)auto 404
good first issue

Repository metrics

Stars
 (1,604 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently one installed thing removes the other's version choices, they complain about conflicting dependencies etc. it's a mess. We should fix this. Concatenate arguments into a single pip install call and just run it once.

Contributor guide