Wen2chao / RL-AlgorithmLinks
Hello😜
☆30Updated 4 years ago
Alternatives and similar repositories for RL-Algorithm
Users that are interested in RL-Algorithm are comparing it to the libraries listed below
Sorting:
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆94Updated 4 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆163Updated last year
- The code for maddpg using pytorch☆170Updated 5 years ago
- RL algorithms☆142Updated 4 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆221Updated 6 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆63Updated 4 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆91Updated 2 years ago
- A plotter for reinforcement learning (RL)☆232Updated 3 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆94Updated 4 years ago
- A novel DDPG method with prioritized experience replay (IEEE SMC 2017)☆50Updated 6 years ago
- BipedalWalker & BipedalWalkerHardcore solved by SAC☆25Updated last year
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆53Updated 4 years ago
- Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment☆116Updated 2 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆92Updated last year
- a clean and robust Pytorch implementation of SAC on continuous action space☆86Updated 5 months ago
- The pytorch implementation of DGN on grid world and Starcraft☆147Updated 3 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.☆499Updated 2 years ago
- Tutorial for Reinforcement Learning☆188Updated 3 years ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆87Updated 4 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆104Updated 3 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆53Updated 7 months ago
- DSAC-v2; DSAC-T; DASC; Distributional Soft Actor-Critic☆401Updated 2 months ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆652Updated 5 years ago
- ☆102Updated 3 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆207Updated 3 years ago
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆359Updated 4 years ago
- pytorch实现的一些MARL算法☆68Updated 4 years ago
- My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0☆30Updated 3 years ago
- DRLib:a Concise Deep Reinforcement Learning Library, Integrating HER, PER and D2SR for Almost Off-Policy RL Algorithms.☆557Updated last year
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆192Updated last year