Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 492 Bytes

GAIL

This repository is a TorchRL implementation of Generative Adversarial Imitation Learning (GAIL) algorithm.

gif

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