hchkaiban / RLContinuousActionSpace
Reinforcement Learning in continuous state and action spaces. DDPG: Deep Deterministic Policy Gradient and A3C: Asynchronous Actor-Critic Agents
☆13Updated 7 years ago
Alternatives and similar repositories for RLContinuousActionSpace
Users that are interested in RLContinuousActionSpace are comparing it to the libraries listed below
Sorting:
- A Reinforcement Learning Project using PPO + Transformer☆52Updated last year
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆52Updated 3 years ago
- Double Deep Q-Learning with Prioritized Experience Replay☆34Updated 7 years ago
- This is a concise Pytorch implementation of Rainbow DQN, including Double Q-learning, Dueling network, Noisy network, PER and n-steps Q-l…☆32Updated 2 years ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆141Updated last year
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆149Updated last year
- The implementation of LSTM-TD3.☆79Updated 2 years ago
- Multi-agent reinforcement learning programs based on Game theory☆39Updated 2 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆51Updated 2 months ago
- Implementation of the Discrete Soft Actor-Critic algorithm with RNN policy in PyTorch☆26Updated 2 years ago
- This repository contains an attempt at using Graph Attention based Reinforcement Learning for graphical state space. The code also provid…☆10Updated 3 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆209Updated 6 years ago
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆15Updated 4 years ago
- The implement of the policy gradient RL algorithm with pytorch☆38Updated 4 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆88Updated last year
- Project on multi agent reinforcement learning applied on patrolling agents☆39Updated 5 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆130Updated last year
- Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment☆117Updated 2 years ago
- ☆85Updated 3 years ago
- qmix☆22Updated 4 years ago
- Clean Python Implementation of the Deep Deterministic Policy Gradients Algorithm☆75Updated 8 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆89Updated last year
- Fully Cooperative Multi-Agent Deep Reinforcement Learning☆26Updated 5 years ago
- The code for maddpg using pytorch☆168Updated 4 years ago
- TF2 Implementation of the Soft Actor-Critic Algorithm☆44Updated 2 years ago
- ☆40Updated 3 years ago
- Re-produce DQN, REINFORCE, REINFORCE with baseline, one-step AC, QAC, QAC with shared network, PPO2, DDPG, TD3, SAC, SAC discrete,A2C,A3C☆19Updated 4 years ago
- My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0☆30Updated 3 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆61Updated 4 years ago
- A clean and robust Pytorch implementation of SAC on discrete action space☆37Updated 6 months ago