crisbodnar / pderlLinks
Code for "Proximal Distilled Evolutionary Reinforcement Learning", accepted at AAAI 2020
☆52Updated 10 months ago
Alternatives and similar repositories for pderl
Users that are interested in pderl are comparing it to the libraries listed below
Sorting:
- Combining Evolutionary Algorithms and deep RL in various ways☆102Updated 4 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆49Updated 3 weeks ago
- JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"☆100Updated 3 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated 10 months ago
- Github repo for HIDIO: Hierarchical Reinforcement Learning by Discovering Intrinsic Options☆46Updated 3 years ago
- Codebase for Evolutionary Reinforcement Learning (ERL) from the paper "Evolution-Guided Policy Gradients in Reinforcement Learning" publi…☆232Updated 4 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆133Updated 10 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆168Updated 3 years ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.