Coder Social home page Coder Social logo

sts-sadr / ai-reinforcement-learning-09-value-function-approximation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chenbohan/ai-reinforcement-learning-09-value-function-approximation

0.0 0.0 0.0 2.87 MB

Lecture 6: Value Function Approximation by David Silver

ai-reinforcement-learning-09-value-function-approximation's Introduction

AI-Reinforcement-Learning-09-Value-Function-Approximation

Lecture 6: Value Function Approximation by David Silver

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

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

Intrduction

  • So far we have represented value function by a lookup table

    • Every state s has an entry V(s)
    • Or every state-action pair s, a has an entry Q(s, a)
  • Problem with large MDPs:

    • There are too many states and/or actions to store in memory
    • It is too slow to learn the value of each state individually
  • Solution for large MDPs:

    • Estimate value function with function approximation
      • vˆ(s, w) ≈ vπ(s)
      • or ˆq(s, a, w) ≈ qπ(s, a)
    • Generalise from seen states to unseen states
    • Update parameter w using MC or TD learning
  • There are many function approximators, We consider differentiable function approximators

    • Linear combinations of features
    • Neural network
    • Decision tree
    • Nearest neighbour
    • Fourier / wavelet bases
  • Furthermore, we require a training method that is suitable for non-stationary, non-iid data

Incremental Methods

  • Gradient Descent
    • Let J(w) be a differentiable function of parameter vector w
    • Define the gradient of J(w)
    • To find a local minimum of J(w)
    • Adjust w in direction of -ve gradient

ai-reinforcement-learning-09-value-function-approximation's People

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.