Shmuma / ptanLinks
PyTorch Agent Net: reinforcement learning toolkit for pytorch
☆552Updated last year
Alternatives and similar repositories for ptan
Users that are interested in ptan are comparing it to the libraries listed below
Sorting:
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082Updated 4 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,195Updated 3 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated last year
- Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".☆1,328Updated this week
- Structural implementation of RL key algorithms☆516Updated 2 years ago
- A3C LSTM Atari with Pytorch plus A3G design☆570Updated 2 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,661Updated 4 years ago
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆308Updated 2 years ago
- List of competitions related to Reinforcement Learning☆350Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆357Updated 5 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆691Updated last month
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,270Updated 4 years ago
- A PyTorch Platform for Distributed RL☆752Updated 4 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,394Updated 2 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆712Updated last year
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆491Updated last year
- Simple A3C implementation with pytorch + multiprocessing☆659Updated 2 years ago
- Code for Go-Explore: a New Approach for Hard-Exploration Problems☆579Updated 3 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆551Updated 5 years ago
- Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019☆723Updated 2 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".