This repository is currently under active cleaning.
- Create conda env
conda create -n dlp python=3.10.8; conda activate dlp
- Install PyTorch
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch
- Install packages required by our package
pip install -r requirements.txt
- Install BabyAI
pip install blosc; cd babyai; pip install -e .; cd ..
- Install gym-minigrid
cd gym-minigrid; pip install -e.; cd ..
- Install Accelerate
cd v0.13.2/accelerate-0.13.2; pip install -e .; cd ../..
- Install Lamorel
cd language-models-for-rl/lamorel; pip install -e .; cd ../..