yfletberliac / adversarially-guided-actor-critic
AGAC: Adversarially Guided Actor-Critic
☆47Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for adversarially-guided-actor-critic
- This code implements Prioritized Level Replay, a method for sampling training levels for reinforcement learning agents that exploits the …☆83Updated 3 years ago
- Implementation of Tactical Optimistic and Pessimistic value estimation☆25Updated last year
- Implementation of the skill discovery algorithm described in ICLR submission "Option Discovery using Deep Skill Chaining"☆28Updated 5 years ago
- Estimating Q(s,s') with Deep Deterministic Dynamics Gradients☆31Updated 4 years ago
- Options of Interest: Temporal Abstraction with Interest Functions AAAI 2020☆25Updated 4 years ago
- ☆30Updated 3 months ago
- Revisiting Rainbow☆73Updated 3 years ago
- Maximum Entropy-Regularized Multi-Goal Reinforcement Learning (ICML 2019)☆23Updated 5 years ago
- RE3: State Entropy Maximization with Random Encoders for Efficient Exploration☆65Updated 3 years ago
- Collection of reinforcement learning algorithms☆15Updated 2 years ago
- Deep RL agents with PyTorch☆35Updated 3 years ago
- Jax implementation of Proximal Policy Optimization (PPO) specifically tuned for Procgen, with benchmarked results and saved model weights…☆49Updated 2 years ago
- Pytorch implementations of RL algorithms, focusing on model-based, lifelong, reset-free, and offline algorithms. Official codebase for Re…☆98Updated 2 years ago
- Code for "Explore, Discover and Learn: Unsupervised Discovery of State-Covering Skills"☆36Updated 4 years ago
- ExORL: Exploratory Data for Offline Reinforcement Learning☆104Updated 2 years ago
- Recurrent continuous reinforcement learning algorithms implemented in Pytorch.☆50Updated 3 years ago
- MetaGenRL, a novel meta reinforcement learning algorithm. Unlike prior work, MetaGenRL can generalize to new environments that are entire…☆66Updated 4 years ago
- PyTorch - Implicit Quantile Networks - Quantile Regression - C51☆23Updated 5 years ago
- Efficient Exploration via State Marginal Matching (2019)☆66Updated 5 years ago
- ☆41Updated 3 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆53Updated 5 years ago
- JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"☆98Updated 2 years ago
- E-MAML, and RL-MAML baseline implemented in Tensorflow v1☆15Updated 4 years ago
- TeachMyAgent is a testbed platform for Automatic Curriculum Learning methods in Deep RL.☆66Updated 11 months ago
- IV-RL - Sample Efficient Deep Reinforcement Learning via Uncertainty Estimation☆35Updated last week
- Implementation for ICML 2019 paper, EMI: Exploration with Mutual Information.