Code to evaluate MCIL policies trained for the CALVIN environment using the following repo.
Clone the repo with its submodule
git clone --recursive https://github.com/NikeHop/mcil_evaluation_calvin.git
- Anaconda3/Miniconda3
Run the following bash script (~3hr) to:
- Downloads the CALVIN dataset.
- Creates conda environment
mcil_evaluation_calvinwith dependencies.
yes | bash setup.sh
From the ./mcil_evaluation_calvin directory run the following command:
python mcil_eval.py --config ./config/mcil_evaluation.yaml --checkpoint PATH_TO_CHECKPOINT
This code uses the CALVIN repo.