All Projects → bentrevett → Pytorch Rl

bentrevett / Pytorch Rl

Licence: mit
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]

Projects that are alternatives of or similar to Pytorch Rl

Drq
DrQ: Data regularized Q
Stars: ✭ 268 (+121.49%)
Mutual labels:  jupyter-notebook, reinforcement-learning, rl, actor-critic
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+265.29%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient, actor-critic
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+3818.18%)
Mutual labels:  jupyter-notebook, pytorch-tutorials, reinforcement-learning
Tensorflow Reinforce
Implementations of Reinforcement Learning Models in Tensorflow
Stars: ✭ 480 (+296.69%)
Mutual labels:  reinforcement-learning, policy-gradient, actor-critic
Rlseq2seq
Deep Reinforcement Learning For Sequence to Sequence Models
Stars: ✭ 683 (+464.46%)
Mutual labels:  reinforcement-learning, policy-gradient, actor-critic
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+214.88%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+219.83%)
Mutual labels:  reinforcement-learning, rl, policy-gradient
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+428.93%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient
Openai lab
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
Stars: ✭ 313 (+158.68%)
Mutual labels:  reinforcement-learning, policy-gradient, actor-critic
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (-65.29%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+5642.15%)
Mutual labels:  reinforcement-learning, policy-gradient, actor-critic
Rl Course Experiments
Stars: ✭ 73 (-39.67%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+200.83%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+196.69%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient
Trpo
Trust Region Policy Optimization with TensorFlow and OpenAI Gym
Stars: ✭ 343 (+183.47%)
Mutual labels:  jupyter-notebook, reinforcement-learning, policy-gradient
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+5144.63%)
Mutual labels:  jupyter-notebook, reinforcement-learning, rl
Reinforcementlearning Atarigame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
Stars: ✭ 118 (-2.48%)
Mutual labels:  jupyter-notebook, reinforcement-learning, actor-critic
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+124.79%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (+151.24%)
Mutual labels:  jupyter-notebook, pytorch-tutorials, reinforcement-learning
Deeprl Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Stars: ✭ 748 (+518.18%)
Mutual labels:  jupyter-notebook, reinforcement-learning, actor-critic

PyTorch Reinforcement Learning

This repo contains tutorials covering reinforcement learning using PyTorch 1.3 and Gym 0.15.4 using Python 3.7.

If you find any mistakes or disagree with any of the explanations, please do not hesitate to submit an issue. I welcome any feedback, positive or negative!

Getting Started

To install PyTorch, see installation instructions on the PyTorch website.

To install Gym, see installation instructions on the Gym GitHub repo.

Tutorials

All tutorials use Monte Carlo methods to train the CartPole-v1 environment with the goal of reaching a total episode reward of 475 averaged over the last 25 episodes. There are also alternate versions of some algorithms to show how to use those algorithms with other environments.

Potential algorithms covered in future tutorials: DQN, ACER, ACKTR.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].