mengwanglalala / RL-algorithmsLinks
RL algorithms
☆141Updated 4 years ago
Alternatives and similar repositories for RL-algorithms
Users that are interested in RL-algorithms are comparing it to the libraries listed below
Sorting:
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆213Updated 3 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆105Updated 3 years ago
- Tutorial for Reinforcement Learning☆190Updated 3 years ago
- Pytorch realization of multiple Deep Reinforcement Learning alogrithms(DQN,DDPG,TD3,PPO,A3C...) with openai gym☆58Updated 4 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆168Updated last year
- TD3 in Pytorch☆35Updated 3 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆94Updated 2 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆315Updated 5 years ago
- A Collection of Multi-Agent Reinforcement Learning (MARL) Resources☆254Updated 3 years ago
- kinds of reinforcement learning model by Pytorch☆347Updated 2 years ago
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆369Updated 4 years ago
- Lightweight version of MAPPO to help you quickly migrate to your local environment.☆773Updated last month
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆90Updated 7 months ago
- The code for maddpg using pytorch☆169Updated 5 years ago
- Implement some algorithms of RL☆46Updated 2 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆63Updated 4 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.☆514Updated 2 years ago
- Implement reinforcement learning algorithms in Pytorch☆33Updated 4 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆63Updated 4 years ago
- Multi-Agent Reinforcement Learning (MARL) papers☆281Updated 3 years ago
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MATD3 MASAC MAAC IPPO MAPPO HAPPO MAT MORL☆136Updated 4 months ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆91Updated 5 years ago
- D3QN Pytorch☆66Updated 3 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆97Updated last year
- Deep recurrent Q learning on CartPole-v1 environment☆96Updated last year
- A clean and robust Pytorch implementation of SAC on discrete action space☆41Updated last year
- 多智能体强化学习☆105Updated 6 years ago
- DRLib:a Concise Deep Reinforcement Learning Library, Integrating HER, PER and D2SR for Almost Off-Policy RL Algorithms.☆561Updated last year
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆55Updated 3 years ago