andrewliao11 / pytorch-a3c-mujocoView external linksLinks
Implement A3C for Mujoco gym envs
☆73Nov 2, 2017Updated 8 years ago
Alternatives and similar repositories for pytorch-a3c-mujoco
Users that are interested in pytorch-a3c-mujoco are comparing it to the libraries listed below
Sorting:
- PyTorch bindings for openai-gemm☆20Feb 6, 2017Updated 9 years ago
- pytorch implementation of Curiosity-driven Exploration by Self-supervised Prediction☆80Jan 5, 2019Updated 7 years ago
- ☆32Apr 27, 2017Updated 8 years ago
- ☆38Mar 6, 2017Updated 8 years ago
- reinforcement learning. policy gradient. PCL☆37Apr 25, 2017Updated 8 years ago
- ☆28Oct 9, 2017Updated 8 years ago
- PyTorch implementation of Advantage async actor-critic Algorithms (A3C) in PyTorch☆114Apr 3, 2017Updated 8 years ago
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286☆184Mar 25, 2018Updated 7 years ago
- Pytorch implementation of DeepMind's differentiable neural computer paper.☆93Dec 4, 2017Updated 8 years ago
- A working implementation of the Categorical DQN (Distributional RL).☆95Apr 7, 2018Updated 7 years ago
- PyTorch implementation of the Value Iteration Networks (VIN) (NIPS '16 best paper)☆80Mar 13, 2017Updated 8 years ago
- Implement Natural Language Object Retrieval in tensorflow☆35Nov 30, 2016Updated 9 years ago
- PyTorch implementation of Value Iteration Networks (VIN): Clean, Simple and Modular. Visualization in Visdom.☆225Mar 29, 2017Updated 8 years ago
- Noisy Networks for Exploration☆187Jan 28, 2018Updated 8 years ago
- Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom☆278Feb 20, 2018Updated 7 years ago
- Generalized Compressed Network Search with PyTorch☆26Nov 1, 2017Updated 8 years ago
- Feature Control as Intrinsic Motivation for Hierarchical Reinforcement Learning☆81Nov 22, 2017Updated 8 years ago
- Accompanying code for "Deep Reinforcement Learning that Matters"☆155Sep 22, 2017Updated 8 years ago
- Code for "Detecting Adversarial Attacks on Neural Network Policies with Visual Foresight"☆79Oct 18, 2017Updated 8 years ago
- Collection of reinforcement learners implemented in python. Mainly including DQN and its variants☆54Apr 23, 2017Updated 8 years ago
- ☆20Apr 27, 2016Updated 9 years ago
- Pytorch implementation of "Forward Thinking: Building and Training Neural Networks One Layer at a Time"☆65Jun 14, 2017Updated 8 years ago
- Implementation of Variational Intrinsic Control in tensorflow☆11Apr 5, 2017Updated 8 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".