Giter Club home page Giter Club logo

rlfrombasics's Introduction

RLfrombasics

ch5. Model-free Prediction

  • ch5_MCLearning.py : monte-carlo 학습방법론
  • ch5_TDLearning.py : time-difference 학습방법론

ch6. Model-free Control

  • ch6_MCControl.py : monte-carlo control
  • ch6_SARSA.py : on-policy TD control - SARSA
  • ch6_QLearning.py : off-policy TD control - QLearning

ch7. Deep RL

  • ch7_CosineFitting.py : Neural Network 기초

ch8. Value-based Agent

  • ch8_replaybuffer.py : replaybuffer technique
  • ch8_DQN.py : Deep Q-Learning (Value network)
  • ch8_DQN_main.py : 메인 함수 (600번의 에피소드)

ch9. Policy-based Agent

  • ch9_REINFORCE.py : REINFORCE algorithm (Policy network)
  • ch9_REINFORCE_main.py : 메인 함수 (2000번의 에피소드)
  • ch9_ActorCritic.py : TD ActorCritic (Value + Policy network)
  • ch9_ActorCritic_main.py : 메인 함수 (1000번의 에피소드)

rlfrombasics's People

Contributors

syj5268 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.