msinto93 / DDPG
Tensorflow implementation of a Deep Deterministic Policy Gradient (DDPG) network, trained on OpenAI Gym environments.
☆22Updated 6 years ago
Alternatives and similar repositories for DDPG:
Users that are interested in DDPG are comparing it to the libraries listed below
- Tensorflow implementation of a Deep Distributed Distributional Deterministic Policy Gradients (D4PG) network, trained on OpenAI Gym envir…☆126Updated 5 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆135Updated 6 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆289Updated last year
- TensorFlow 2.0 for Deep Reinforcement Learning.☆84Updated last year
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆94Updated 4 years ago
- Basic reinforcement learning implementation with tensorflow version 2.0☆52Updated 4 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆102Updated 5 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆97Updated 5 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆134Updated 5 months ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆258Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆206Updated last year
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆209Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆303Updated 3 years ago
- My implementation of the Proximal Policy Optisation algorithm using Keras as a backend☆88Updated 5 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆283Updated 3 years ago
- Proximal Policy Optimization implementation with TensorFlow☆104Updated 6 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆300Updated 11 months ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆217Updated 2 years ago
- Implementation of Soft Actor Critic☆37Updated 3 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆136Updated last year
- Pytorch implementation of intrinsic curiosity module with proximal policy optimization☆52Updated 6 years ago
- Proximal Policy Optimization with Beta distribution - uses multi agent Unity ML Tennis☆28Updated 6 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆140Updated 3 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆166Updated 5 months ago
- An engine to create high performance multi-agent grid world environments with hundreds or thousands of agents, along with a set of refere…☆190Updated 2 years ago
- Experiments with reinforcement learning and recurrent neural networks☆113Updated last year
- PyTorch implementation of SAC-Discrete.☆293Updated 5 months ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆311Updated 4 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆131Updated 2 years ago