Giter Club home page Giter Club logo

easy21-rl's Introduction

Easy21-RL

solutions to David Silver's RL course project Easy21

Class notes and some writeup on my website

Writeup:

What are the pros and cons of bootstrap?

Bootstrapping has less variance, since it depends on the current reward and intermediate steps more than only the end result. However, there may be some bias, while Monte-Carlo is guaranteed to converge given enough examples.

Would you expect bootstrapping to help more in blackjack or Easy21?

Easy21 has red cards that can move your total sum backwards, so its episodes will last longer overall than blackjack. Therefore, bootstrapping will help more than in blackjack, where Monte-Carlo methods will work well since the episodes are short.

What are the pros and cons of function approximation in Easy21?

Function approximation reduces the learning time since we have less variables we need to learn. However, we lose some of the precision that was possible in a simple table lookup since the features are generalized.

How would you modify the function approximator suggested in this section to get better results in Easy21?

The overlapping regions led to bad results, as a certain state could trigger multiple features, and the sum of their weights could lead to values greater than one, which is impossible to achieve in the game itself. The overlapping regions should be removed, as they do not bring any significant advantage.

easy21-rl's People

Contributors

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