mingen-pan / Reinforcement-Learning-Q-learning-Gridworld-PytorchLinks
This is a project using Pytorch to fulfill reinforcement learning on a simple game - Gridworld
☆14Updated 5 years ago
Alternatives and similar repositories for Reinforcement-Learning-Q-learning-Gridworld-Pytorch
Users that are interested in Reinforcement-Learning-Q-learning-Gridworld-Pytorch are comparing it to the libraries listed below
Sorting:
- Code for "Randomized Entity-wise Factorization for Multi-Agent Reinforcement Learning" ICML 2021☆65Updated 4 years ago
- The code for paper, "Episodic Multi-agent Reinforcement Learning with Curiosity-driven Exploration", NeurIPS 2021.☆40Updated 2 years ago
- Learning Individual Intrinsic Reward in MARL☆63Updated 2 years ago
- ☆78Updated last year
- [NeurIPS 2021] CDS achieves remarkable success in challenging benchmarks SMAC and GRF by balancing sharing and diversity.☆85Updated 2 years ago
- The implementation of ICLR 2023 paper "Discovering Generalizable Multi-agent Coordination Skills from Multi-task Offline Data".☆45Updated 11 months ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆135Updated last year
- There will be updates later☆85Updated 6 years ago
- Codes accompanying the paper "Influence-Based Multi-Agent Exploration" (ICLR 2020 spotlight)☆32Updated 5 years ago
- Submission for MAVEN: Multi-Agent Variational Exploration☆58Updated 3 years ago
- ☆97Updated 4 years ago
- The official repository of Decoupled Reinforcement Learning to Stabilise Intrinsically-Motivated Exploration" (AAMAS 2022)☆27Updated 3 years ago
- Hierarchical Cooperative Multi-Agent Reinforcement Learning with Skill Discovery☆105Updated 3 years ago
- Codes accompanying the paper "RODE: Learning Roles to Decompose Multi-Agent Tasks (ICLR 2021, https://arxiv.org/abs/2010.01523). RODE is …☆79Updated 10 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆178Updated 3 years ago
- PyTorch Implementation of FeUdal Networks for Hierarchical Reinforcement Learning (FuNs), Vezhnevets et al. 2017.☆40Updated 5 years ago
- (NeurIPS 2021) Neural Auto-Curricula in Two-Player Zero-Sum Games.☆28Updated 3 years ago
- Learning to Incentivize Other Learning Agents☆34Updated 3 years ago
- Level-Based Foraging (LBF): A multi-agent reinforcement learning environment☆51Updated last year
- Gridworld for MARL experiments☆142Updated 4 years ago
- Codes accompanying the paper "Learning Nearly Decomposable Value Functions with Communication Minimization" (ICLR 2020)☆82Updated 2 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆172Updated 11 months ago
- ☆20Updated 4 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…