Kaixhin / imitation-learningLinks
Imitation learning algorithms
☆539Updated 3 months ago
Alternatives and similar repositories for imitation-learning
Users that are interested in imitation-learning are comparing it to the libraries listed below
Sorting:
- Reinforcement learning algorithms for MuJoCo tasks☆412Updated 3 months ago
- Dream to Control: Learning Behaviors by Latent Imagination☆545Updated 3 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆553Updated 3 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆501Updated 2 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆432Updated 3 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆362Updated 3 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆357Updated 2 years ago
- JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.☆693Updated 2 years ago
- Dream to Control: Learning Behaviors by Latent Imagination, implemented in PyTorch.☆306Updated last year
- DrQ-v2: Improved Data-Augmented Reinforcement Learning☆402Updated 3 years ago
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆302Updated 2 years ago
- A curated list of awesome imitation learning resources and publications☆580Updated last year
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆757Updated last year
- ☆1,204Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- (NeurIPS '21 Spotlight) IQ-Learn: Inverse Q-Learning for Imitation☆222Updated 2 years ago
- ☆346Updated 2 years ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆323Updated 10 months ago
- A collection of reference environments for offline reinforcement learning☆1,516Updated 7 months ago
- Basic constrained RL agents used in experiments for the "Benchmarking Safe Exploration in Deep Reinforcement Learning" paper.☆435Updated 2 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.