Skip to content

NikeHop/mcil_evaluation_calvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Evaluation MCIL policy in CALVIN

Code style: black

Code to evaluate MCIL policies trained for the CALVIN environment using the following repo.

Dependencies & Setup

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_calvin with dependencies.
yes | bash setup.sh

Evaluate MCIL policy

From the ./mcil_evaluation_calvin directory run the following command:

python mcil_eval.py --config ./config/mcil_evaluation.yaml --checkpoint PATH_TO_CHECKPOINT 

Acknowledgments

This code uses the CALVIN repo.

Releases

No releases published

Packages

 
 
 

Contributors