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