Generate expert demonstrations; GAIL(Generative Adversarial Imitation Learning); IRL(Inverse Reinforcement Learning)
-
Updated
Aug 11, 2021 - Python
Generate expert demonstrations; GAIL(Generative Adversarial Imitation Learning); IRL(Inverse Reinforcement Learning)
GAIL learning to imitate PPO playing CartPole.
This repository contains two new algorithms: KPIRL and KLA. KPIRL is a non-linear extension to Abbeel and Ng's Projection IRL algorithm (detailed in "Apprenticeship Learning via Inverse Reinforcement Learning"). KLA is an approximate RL algorithm designed to be used with KPIRL in large state-action spaces without any reward shaping. The algorith…
Generative Adversial Imitation Learning (GAIL) an inverse reinforcement learning algorithm
Inverse Reinforcement Learning Algorithm implementation with Python
UAV communication using apprenticeship learning via Inverse Reinforcement Learning (IRL)
Add a description, image, and links to the irl-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the irl-algorithms topic, visit your repo's landing page and select "manage topics."