madvn / DDPGLinks
Deep Deterministic Policy Gradients in TF r2.0
☆13Updated 6 years ago
Alternatives and similar repositories for DDPG
Users that are interested in DDPG are comparing it to the libraries listed below
Sorting:
- Clean Python Implementation of the Deep Deterministic Policy Gradients Algorithm☆78Updated 9 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆315Updated 3 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆169Updated last year
- My DRL library with tensorflow1.14 based on openai spinning-up☆63Updated 4 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆452Updated 4 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆96Updated 4 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆231Updated 6 years ago
- Implementation of benchmark RL algorithms☆472Updated 3 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆94Updated 2 years ago
- Deep Q-learning (DQN) for Multi-agent Reinforcement Learning (RL)☆355Updated 5 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- General-Purpose Reinforcement Learning☆18Updated 4 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆294Updated 4 years ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆169Updated 2 years ago
- PyTorch implementation of discrete version of Soft Actor-Critic.☆36Updated 4 years ago
- PyTorch implementation of Deep Reinforcement Algorithm☆31Updated 3 years ago
- Revisiting Discrete Soft Actor-Critic Accepted by Transactions on Machine Learning Research (TMLR)☆27Updated last year
- Reinforcement Learning Algorithms Based on PyTorch☆21Updated 3 years ago
- My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.☆37Updated 2 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆79Updated 5 years ago
- The code for maddpg using pytorch☆168Updated 5 years ago
- DSAC; Distributional Soft Actor-Critic☆137Updated 11 months ago
- BranchingDQN☆51Updated 7 years ago
- scalable multi agents reinforcement learning☆63Updated 7 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆319Updated 5 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆178Updated 3 years ago
- PyTorch implementation of SAC-Discrete.☆314Updated last year
- Solve BipedalWalkerHardcore-v2 with TD3☆96Updated 2 years ago
- Proximal Policy Optimization with Tensorflow 2.0☆32Updated 6 years ago
- PyTorch implementation of QR-DQN: Distributional Reinforcement Learning with Quantile Regression☆29Updated 5 years ago