Skip to content

tianyudwang/LAPAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latent Policies for Adversarial Imitation Learning (LAPAL)

This is the code implementation of the paper "Latent Policies for Adversarial Imitation Learning".

Installation

  1. Install dependencies
pip install -r requirements.txt
  1. Install modified stable-baselines3 from source
cd stable-baselines3 
pip install -e .
  1. Install LAPAL
cd ..
pip install -e .

Training

python3 gcl/scripts/train_lapal.py configs/halfcheetah/LAPAL.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages