This is the code implementation of the paper "Latent Policies for Adversarial Imitation Learning".
- Install dependencies
pip install -r requirements.txt
- Install modified stable-baselines3 from source
cd stable-baselines3
pip install -e .
- Install LAPAL
cd ..
pip install -e .
python3 gcl/scripts/train_lapal.py configs/halfcheetah/LAPAL.yml