SamKirkiles / DDPG-MUJOCOLinks
Solving MuJoCo environments with Deep Deterministic Policy Gradients
☆14Updated 7 years ago
Alternatives and similar repositories for DDPG-MUJOCO
Users that are interested in DDPG-MUJOCO are comparing it to the libraries listed below
Sorting:
- Multi Agent adaptation of Soft Actor Critic Reinforcement Learning Algorithm☆20Updated 6 years ago
- OpenAI Gym environment designed for training RL agents to control the flight of a two-dimensional drone.☆55Updated 3 years ago
- Implementation of centralized training, centralized execution of Soft Actor-Critic (SAC) on a Tennis multiagent Unity environment.☆38Updated 4 years ago
- Delayed RL agent for non-Atari tasks, from "Acting in Delayed Environments with Non-Stationary Markov Policies", ICLR 2021.☆14Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic(SAC).☆105Updated 5 years ago
- Official implementation of the algorithmic approach presented in the research paper entitled "Risk-Sensitive Policy with Distributional R…☆15Updated 2 years ago
- Codification used for the AAMAS-17 paper "Simultaneously Learning and Advising in Multiagent Reinforcement Learning"☆15Updated 7 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆79Updated 4 years ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated last year
- ☆10Updated 4 years ago
- Implementation of the Deep Deterministic Policy Gradient and Hindsight Experience Replay.☆101Updated 4 months ago
- Reinforcement Learning -- Imitation Learning, Behavior Cloning, DAgger (Data Aggregation)☆19Updated 7 years ago
- Predicting path with preference based on user demonstration using Maximum Entropy Deep Inverse Reinforcement Learning in a continuous env…☆24Updated 3 years ago
- Some multiagent deep reinforcement learning algorithms and its PyTorch implementation.☆13Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- PyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2R…☆23Updated 4 years ago
- Exploring algorithms in the domain of offline reinforcement learning (REM, Ensemble-DQN, DQN, ...)☆16Updated 5 years ago
- Project exploring Multi Task Deep Reinforcement Learning neural network architectures and algorithms with Open AI Gym and TensorFlow☆17Updated 7 years ago
- An implementation of deep reinforcement learning TD3 algorithm with prioritized experience replay (PER) buffer☆24Updated 6 years ago
- Python code for the paper Machine Learning to Improve Situational Awareness in Beyond Visual Range Air Combat.☆19Updated 3 years ago
- Reinforcement Learning in Vrep☆15Updated 4 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆291Updated 4 years ago
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆188Updated last year
- Implementation of Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor.☆28Updated 4 months ago
- PyTorch implementation of Vanilla PG, TNPG, TRPO, PPO on Mujoco environment☆12Updated 6 years ago
- Implementation of Soft Actor-Critic (SAC) algorithm using TensorFlow 2.1.0☆12Updated 5 years ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games☆32Updated 2 years ago
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆29Updated 6 years ago
- 2D Gridworld navigation using RL with Hindsight Experience Replay☆44Updated 6 years ago
- Keras Implementation of TD3(Twin Delayed DDPG) with PER(Prioritized Experience Replay) option on OpenAI gym framework☆11Updated 4 years ago