Giter Club home page Giter Club logo

ai6rl's Introduction

AI Saturdays: Reinforcement Learning Track

Code and notes from the AI Saturdays (Madrid, 3rd ed.) Reinforcement Learning Track.

Session 1 - 2020-02-08

For this first session we had to watch the following lectures from CS 285 at UC Berkeley (Deep Reinforcement Learning):

We also had to take a general look al Pytorch, since this would be the DL framework used throughout the course.

During the session we had a look at some basic Reinforcement Learning concepts:

  • Overview of environments, statuses, observations, policies and actions.
  • Commonly used notation
  • Markov chains
  • V and Q functions
  • Model Free and Model Based Reinforcement Learning
  • Imitation Learning

Afterward, we started to code a couple of small examples in Gym. This included:

  • A script that executes a series of episodes of a game with a random agent, which samples actions uniformly from the action space of the environment.
  • A script that allows the user to play the game and record the gameplay (observations, actions and rewards).

Session 2 - 2020-02-15

For the second session we decided to review the following pages from OpenAI Spinning Up:

We also decided to watch the following lecture from David Silver:

Finally, we read the 4th chapter from Deep Reinforcement Learning Hands On, by Maxim Lapan, (Chapter4: The Cross-Entropy Method).

Sadly, I could not attend the session personally, but it consisted on reviewing the Cross-Entropy method, analyzing in which environments it would be most applicable, and implementing them for a few environments.

ai6rl's People

Contributors

miguel-bm 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.