seolhokim / InverseRL-PytorchLinks
Pytorch GAIL VAIL AIRL VAIRL EAIRL SQIL Implementation
☆65Updated 4 years ago
Alternatives and similar repositories for InverseRL-Pytorch
Users that are interested in InverseRL-Pytorch are comparing it to the libraries listed below
Sorting:
- Implementation of Off Policy Adversarial Inverse Reinforcement Learning☆23Updated 4 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆223Updated 4 years ago
- Constrained Policy Optimization implementation on Safety Gym☆27Updated 3 years ago
- Distributional Soft Actor Critic☆53Updated 4 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆137Updated last year
- ☆74Updated last year
- Implementation of the paper https://arxiv.org/abs/1603.00448.☆36Updated 4 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- Hierarchical Cooperative Multi-Agent Reinforcement Learning with Skill Discovery☆103Updated 2 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆168Updated 3 years ago
- Pytorch implementation of Multi-Agent Generative Adversarial Imitation Learning☆41Updated 3 years ago
- A simple implementation of Generative Adversarial Imitation Learning with PyTorch☆160Updated 3 years ago
- A collection of offline reinforcement learning algorithms.☆185Updated 6 months ago
- Implementation of PPO Lagrangian in PyTorch☆45Updated 2 years ago
- Code for the paper "WCSAC: Worst-Case Soft Actor Critic for Safety-Constrained Reinforcement Learning"☆55Updated last year
- behavior cloning from observation☆34Updated 4 years ago
- PyTorch implementation of Constrained Policy Optimization☆54Updated 3 years ago
- Adversarial Inverse Reinforcement Learning Implement For Mountain Car☆36Updated 3 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆110Updated 4 years ago
- ILSwiss is an Easy-to-run Imitation Learning (IL, or Learning from Demonstration, LfD) and also Reinforcement Learning (RL) framework (te…☆170Updated last year
- PyTorch Implementation of FeUdal Networks for Hierarchical Reinforcement Learning (FuNs), Vezhnevets et al. 2017.☆40Updated 5 years ago
- Code for MOPO: Model-based Offline Policy Optimization☆179Updated 3 years ago
- Cooperative Multi-goal Multi-stage Multi-agent Reinforcement Learning☆56Updated 2 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆168Updated 6 months ago
- Implementing the two pioneering IRL papers "Algorithms for Inverse Reinforcement Learning" - (Ng &Russell 2000) and "Maximum Entropy Inve…☆31Updated last year
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM) on Pyramid env, Unity ML☆18Updated last year
- Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.☆208Updated 5 years ago
- Distributed RL Implementation using Pytorch and Ray (ApeX(Ape-X), A3C, Distributed-PPO(DPPO), Impala)