davidkerkkamp / DQN-GNN
Deep Reinforcement Learning framework that uses GNN to solve planning tasks for infrastructural assets
☆14Updated 3 years ago
Alternatives and similar repositories for DQN-GNN:
Users that are interested in DQN-GNN are comparing it to the libraries listed below
- Codes for paper of 'Solving job scheduling problems in a resource preemption environment with multi-agent reinforcement learning'☆40Updated last year
- Implementation code for GraphMIX: Graph Convolutional Value Decomposition in Multi-Agent Reinforcement Learning☆29Updated 3 years ago
- 一个基于图神经网络的强化学习网络资源分配模型☆26Updated 2 years ago
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆13Updated 4 years ago
- An implementation for CVRP problem with A3C+Attention mechanism and GCN☆16Updated 4 years ago
- Codes for the paper "HAVEN: Hierarchical Cooperative Multi-Agent Reinforcement Learning with Dual Coordination Mechanism"☆21Updated 2 years ago
- The code shows how we can combine the ideas of deep reinforcement learning and graph neural networks☆22Updated 8 months ago
- PyTorch implementation of MATD3☆13Updated 4 years ago
- A clean and robust Pytorch implementation of SAC on discrete action space☆34Updated 3 months ago
- A novel preference-driven multi-objective reinforcement learning algorithm using a single policy network that covers the entire preferenc…☆26Updated last year
- qmix☆22Updated 4 years ago
- PPO implementation of the DRL agent used in the paper "Deep Reinforcement Learning meets Graph Neural Networks: exploring a routing optim…☆92Updated 2 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆52Updated 3 years ago
- ☆15Updated 5 years ago
- Official implementation of "Graph Neural Network Reinforcement Learning for Autonomous Mobility-on-Demand☆73Updated 3 years ago
- Implementations of MAPPO and IPPO on SMAC, the multi-agent StarCraft environment.☆60Updated 2 years ago
- ☆83Updated 3 years ago
- The code for AAMAS2022 《GCS: Graph-based Coordination Strategy for Multi-Agent Reinforcement Learning》☆39Updated 3 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆68Updated 2 months ago
- Nash Q Learning☆30Updated 4 years ago
- MiniMax Multi-Agent Deep Deterministic Policy Gradient (M3DDPG) pytorch implementation☆10Updated 3 years ago
- Code for implementing/applying ODM*, PPO, MAAC, IC3Net and PRIMAL (PPO version) on a Multi-Agent gridworld environment.