goktug97 / PEPG-ESLinks
Python Implementation of Parameter-exploring Policy Gradients Evolution Strategy
☆17Updated 5 years ago
Alternatives and similar repositories for PEPG-ES
Users that are interested in PEPG-ES are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 5 years ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆40Updated 5 years ago
- Recurrent continuous reinforcement learning algorithms implemented in Pytorch.☆51Updated 4 years ago
- Implementation of OpenAI's Evolution Strategies in PyTorch.☆20Updated 5 years ago
- Deep Reinforcement Learning Framework done with PyTorch☆38Updated 7 months ago
- PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF…☆33Updated 5 years ago
- Combining Evolutionary Algorithms and deep RL in various ways☆106Updated 4 years ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated last year
- Sample-Efficient Automated Deep Reinforcement Learning☆34Updated 4 years ago
- PyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2R…☆24Updated 4 years ago
- Code for the paper "D2RL: Deep Dense Architectures for Reinforcement Learning"☆39Updated 4 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆88Updated 2 years ago
- A number of agents (PPO, MuZero) with a Perceiver-based NN architecture that can be trained to achieve goals in nethack/minihack environm…☆41Updated 3 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆148Updated 3 years ago
- A C++ pytorch implementation of MuZero☆41Updated last year
- PyTorch implementation of Advantage Actor-Critic (A2C)☆46Updated 7 years ago
- A PyTorch implementation of SEED, originally created by Google Research for TensorFlow 2.☆14Updated 4 years ago
- 🦾Distributed Natural Evolution Strategies Build with PyTorch and Ray☆18Updated 7 years ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆96Updated 4 years ago
- POMDP wrappers for OpenAI Gym☆15Updated 5 years ago
- Prioritized Sequence Experience Replay☆10Updated 4 years ago
- ☆72Updated 6 years ago
- MetaGenRL, a novel meta reinforcement learning algorithm. Unlike prior work, MetaGenRL can generalize to new environments that are entire…