nikhilbarhate99 / TD3-PyTorch-BipedalWalker-v2Links
Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment
☆106Updated 5 years ago
Alternatives and similar repositories for TD3-PyTorch-BipedalWalker-v2
Users that are interested in TD3-PyTorch-BipedalWalker-v2 are comparing it to the libraries listed below
Sorting:
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆259Updated 5 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆316Updated 3 years ago
- Tensorflow implementation of a Deep Distributed Distributional Deterministic Policy Gradients (D4PG) network, trained on OpenAI Gym envir…☆125Updated 5 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆128Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆239Updated 5 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆141Updated 6 years ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆132Updated 7 years ago
- Random Network Distillation pytorch☆248Updated 6 years ago
- A continuous action space version of A3C LSTM in pytorch plus A3G design☆260Updated 7 months ago
- Distributed Multi-Agent Cooperation Algorithm based on MADDPG with prioritized batch data.☆105Updated 4 years ago
- Code for hierarchical imitation learning and reinforcement learning☆290Updated 7 years ago
- This is an pytorch implementation of Distributed Proximal Policy Optimization(DPPO).☆62Updated 6 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆177Updated 10 months ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆288Updated 4 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆133Updated 10 months ago
- Tensorflow implementation of Generative Adversarial Imitation Learning(GAIL) with discrete action☆115Updated 6 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- Implementation of Generatve Adversarial Imitation Learning (GAIL) for classic environments from OpenAI Gym.☆89Updated 6 years ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆96Updated 4 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆137Updated 2 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆311Updated 2 years ago
- ☆92Updated 4 years ago
- Codes accompanying the paper "ROMA: Multi-Agent Reinforcement Learning with Emergent Roles" (ICML 2020 https://arxiv.org/abs/2003.08039)☆160Updated 2 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆98Updated 5 years ago
- Actor-critic with experience replay☆252Updated 2 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆119Updated 6 months ago
- ☆120Updated 2 years ago
- Proximal Policy Optimization implementation with TensorFlow☆107Updated 6 years ago
- There will be updates later