Embodied AI Seminar: the Copycat Starter Codebase

Set up the environment

conda create -y -n copycat python=3.11
conda activate copycat
pip install -r requirements.txt

Put the data in the right place

Make sure that your .pkl files are in the data directory.

Run the code

python main.py