vjg28 / Linear-Inverse-RL-algorithms
Implementation of Linear Inverse Reinforcement Learning Algorithm (IRL) on Mountain Car Environment.
☆30Updated 4 years ago
Alternatives and similar repositories for Linear-Inverse-RL-algorithms:
Users that are interested in Linear-Inverse-RL-algorithms are comparing it to the libraries listed below
- ☆84Updated 6 years ago
- Implementation of Generatve Adversarial Imitation Learning (GAIL) for classic environments from OpenAI Gym.☆88Updated 6 years ago
- Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.☆204Updated 5 years ago
- gail, infogail, hierarchical gail implementations☆34Updated 6 years ago
- Deep Recurrent Attention Reinforcement Learning in Atari☆83Updated 6 years ago
- A Pytorch Implementation of Multi Agent Soft Actor Critic☆38Updated 6 years ago
- Adversarial Imitation Via Variational Inverse Reinforcement Learning☆95Updated 5 years ago
- PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning☆66Updated 5 years ago
- Implementing the two pioneering IRL papers "Algorithms for Inverse Reinforcement Learning" - (Ng &Russell 2000) and "Maximum Entropy Inve…