Coder Social home page Coder Social logo

rlpractice's Introduction

Overview

This repository provides code, exercises and implementations of popular Reinforcement Learning Algorithms. I compiled this repo from different resources listed below to complement my learning with:

Each folder in corresponds to one or more chapters of the above textbook and/or course. In addition to exercises and solution, each folder also contains a list of learning goals, a brief concept summary, and links to the relevant readings.

tylertaewook/RLpractice
├── 1. MDP
│   └── gym_test.py 
├── 2. Dynamic Programming
│   ├── Gamblers Problem.ipynb 
│   ├── Policy Evaluation.ipynb 
│   ├── Policy Iteration.ipynb 
│   └── Value Iteration.ipynb 
├── 3. Monte Carlo
│   ├── Blackjack Playground.ipynb
│   ├── MC Control with Epsilon-Greedy Policies.ipynb
│   ├── MC Prediction.ipynb
│   └── Off-Policy MC Control with Weighted Importance Sampling.ipynb
├── 4. Temporal Difference
│   ├── Cliff Environment Playground.ipynb
│   ├── Q-Learning.ipynb
│   ├── SARSA.ipynb
│   └── Windy Gridworld Playground.ipynb
├── DQN
│   ├── Breakout Playground.ipynb
│   ├── Deep Q Learning.ipynb
│   └── dqn.py
├── Function Approximation
│   ├── MountainCar Playground.ipynb
│   └── Q-Learning with Value Function Approximation.ipynb
├── LICENSE
├── Policy Gradient
│   ├── CliffWalk Actor Critic Solution.ipynb
│   ├── CliffWalk REINFORCE with Baseline Solution.ipynb
│   ├── Continuous MountainCar Actor Critic Solution.ipynb
│   ├── README.md
│   └── a3c
├── Pytorch
│   ├── CNN-Transfer.ipynb
│   ├── CNN-advanced.ipynb
│   ├── CNN.ipynb
│   ├── DNN.ipynb
│   ├── GAN.ipynb
│   ├── PyTorch Tutorial.ipynb 
│   ├── Tutorial_Autograd.ipynb 
│   ├── Tutorial_DQN.ipynb 
│   ├── Tutorial_Dataloader.ipynb 
│   ├── Tutorial_Model.ipynb 
│   ├── Tutorial_Optimization SaveLoading model.ipynb 
│   ├── Tutorial_Savemodel.ipynb 
│   ├── Tutorial_Tensors.ipynb 
├── README.md

Resources

RL

PyTorch

Master resource: https://github.com/ritchieng/the-incredible-pytorch#Tutorials

Fundamental concepts of PyTorch: https://github.com/jcjohnson/pytorch-examples

Minimal tutorial (no comments): https://github.com/vinhkhuc/PyTorch-Mini-Tutorials

After official pytorch tutorial: https://github.com/yunjey/pytorch-tutorial

List of Implemented Algorithms

rlpractice's People

Contributors

tylertaewook avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.