Coder Social home page Coder Social logo

sts-sadr / ai-reinforcement-learning-05-markov-decision-processes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chenbohan/ai-reinforcement-learning-05-markov-decision-processes

0.0 1.0 0.0 919 KB

Lecture 2: Markov Decision Processes by David Silver

ai-reinforcement-learning-05-markov-decision-processes's Introduction

AI-Reinforcement-Learning-05-Markov-Decision-Processes

Lecture 2: Markov Decision Processes by David Silver

Website: http://www0.cs.ucl.ac.uk/staff/D.Silver/web/Teaching.html

Videos: https://www.bilibili.com/video/av32149008/?p=4

  • A Markov Process (or Markov Chain) is a tuple <S,P>

    • S: a (finite) set of states
    • P: State transition probability
      • Pss0 = P [St+1 = s0 | St = s]
      • State transition matrix: defines transition probabilities from all states s to all successor states s'
  • A Markov Reward Process is a tuple <S, P, R, γi>

      • R is a reward function, Rs = E [Rt+1 | St = s]
      • γ is a discount factor, γ ∈ [0, 1]
    • The return Gt is the total discounted reward from time-step t.
  • A Markov Decision Process is a tuple <S, A, P, R, γi>

      • A is a finite set of actions
    • A policy π is a distribution over actions given states
      • π(a|s) = P [At = a | St = s]

ai-reinforcement-learning-05-markov-decision-processes's People

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.