GAIL This repository is a TorchRL implementation of Generative Adversarial Imitation Learning (GAIL) algorithm. Requirements check the pyproject.toml file for the required packages. Usage Install dependencies poetry install PPO training poetry run python simple_ppo.py GAIL training poetry run python main.py