Installation#
We can install WB-VIMA in the same conda environment as we create in Create Environment. To install, run the following commands:
conda activate brs
git clone https://github.com/behavior-robot-suite/brs-algo
cd brs-algo
pip install -e .
Verify the installation by running:
python -c "import brs_algo; print(brs_algo.__version__)"