metarl / awesome-metarlLinks
A curated list of awesome Meta Reinforcement Learning
☆32Updated 5 years ago
Alternatives and similar repositories for awesome-metarl
Users that are interested in awesome-metarl are comparing it to the libraries listed below
Sorting:
- Code for the paper "Meta-Q-Learning"( ICLR 2020)☆106Updated 3 years ago
- Codes accompanying the paper "Learning Nearly Decomposable Value Functions with Communication Minimization" (ICLR 2020)☆86Updated 3 years ago
- Codes accompanying the paper "DOP: Off-Policy Multi-Agent Decomposed Policy Gradients" (ICLR 2021, https://arxiv.org/abs/2007.12322)☆51Updated 3 years ago
- Transformers are Meta-Reinforcement Learners - International Conference on Machine Learning (ICML) 2022☆65Updated 2 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆105Updated 4 years ago
- Explorer is a PyTorch reinforcement learning framework for exploring new ideas.☆97Updated 6 months ago
- SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning☆130Updated 4 years ago
- Learning Individual Intrinsic Reward in MARL☆63Updated 3 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆120Updated last year
- Implementation of VariBAD: A Very Good Method for Bayes-Adaptive Deep RL via Meta-Learning - Zintgraf et al. (ICLR 2020)☆198Updated 2 years ago
- ☆133Updated last year
- PyTorch Implementation of FeUdal Networks for Hierarchical Reinforcement Learning (FuNs), Vezhnevets et al. 2017.☆41Updated 5 years ago
- Code from the paper "Effective Diversity in Population Based Reinforcement Learning", presented as a spotlight at NeurIPS 2020. This is t…☆44Updated 5 years ago
- ☆49Updated 4 years ago
- ☆20Updated 2 years ago
- Hierarchical Cooperative Multi-Agent Reinforcement Learning with Skill Discovery☆109Updated 3 years ago
- Code for "Proximal Distilled Evolutionary Reinforcement Learning", accepted at AAAI 2020☆55Updated last year
- discrete soft Q learning(SQL) and soft Q imitation learning(SQIL) implementation in pytorch, simple!