thesouther / myNotes
notes
☆27Updated 2 years ago
Alternatives and similar repositories for myNotes:
Users that are interested in myNotes are comparing it to the libraries listed below
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆95Updated 2 years ago
- 多智能体强化学习☆90Updated 6 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆191Updated 2 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆84Updated last year
- 这是一个关于基于模型的强化学习的资料,包括一些代码地址、paper、slide等。☆41Updated 4 years ago
- Implementations of MAPPO and IPPO on SMAC, the multi-agent StarCraft environment.☆63Updated 2 years ago
- The code for maddpg using pytorch☆165Updated 4 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆46Updated 2 years ago
- implementation of MADDPG using PyTorch and multiagent-particle-envs☆35Updated 2 years ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆79Updated 4 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆49Updated 2 weeks ago
- A collection of multi agent environments based on OpenAI gym.☆22Updated last year
- Code for implementing/applying ODM*, PPO, MAAC, IC3Net and PRIMAL (PPO version) on a Multi-Agent gridworld environment.☆33Updated 4 years ago
- 多智能体强化学习VDN、QMIX、QTRAN、QPLEX复现☆32Updated last year
- a clean and robust Pytorch implementation of SAC on continuous action space☆67Updated 9 months ago
- The implement of the policy gradient RL algorithm with pytorch☆38Updated 4 years ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆161Updated 10 months ago
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆18Updated 6 years ago
- Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment☆117Updated 2 years ago
- 强化学习中纳什Qlearning 实现矩阵博弈☆29Updated 6 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆100Updated 3 years ago
- pytorch实现的一些MARL算法☆66Updated 3 years ago
- 多智能体即时策略对抗方法与实践 苏炯铭 刘鸿福 陈少飞 项凤涛 编著 科学出版社 2019.11 随书代码☆32Updated 4 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆54Updated 3 years ago
- This repository is the official implementation of Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor N…☆43Updated 4 years ago
- A Collection of Multi-Agent Reinforcement Learning (MARL) Resources☆221Updated 2 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API