cookbenjamin / DDPGLinks
Clean Python Implementation of the Deep Deterministic Policy Gradients Algorithm
☆76Updated 8 years ago
Alternatives and similar repositories for DDPG
Users that are interested in DDPG are comparing it to the libraries listed below
Sorting:
- ☆184Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆288Updated 4 years ago
- (AAAI 2018) Action Branching Architectures for Deep Reinforcement Learning☆117Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆307Updated 11 months ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆156Updated last year
- Deep recurrent Q learning on CartPole-v1 environment☆91Updated last year
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆77Updated 4 years ago
- Solving POMDP using Recurrent networks☆87Updated 5 years ago
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆53Updated 3 years ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- Implementation of centralized training, centralized execution of Soft Actor-Critic (SAC) on a Tennis multiagent Unity environment.☆37Updated 4 years ago
- PyTorch implementation of DDPG for continuous control tasks.☆46Updated 5 years ago
- A clean and robust Pytorch implementation of PPO on Discrete action space☆69Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- PyTorch implementation of discrete version of Soft Actor-Critic.☆36Updated 3 years ago
- Implementation of Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor.☆28Updated 2 months ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆316Updated 2 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.