Giter VIP home page Giter VIP logo

reinforcementlearningproject's Introduction

Reinforcement Learning Project

basic README. Will be improved.

RL (Q-learning) and Deep RL (DQN Algorithm) project at EPFL for the ANN course. The idea was to implement a simple game (Tic Tac Toe) where we have an optimal agent serving as a reference in order to compare the performances (and learning speed) of different agents, in particular an agent provided with a Q-table and learning by Q-learning and another one, more advanced, provided with an Artificial Neural Network simulating a Q-table (named a Q-network) and learning due to the DQN algorithm.

Algorithms:

  • Q-learning
  • DQN

The results obtained are satisfactory and the DQN used could easily be adapted to be trained on more complex games or systems.

  • tic_env.py: Contains the game environment.
  • utils.py: Contains classes corresponding to the different Agents (inheritance used from an abstract Agent class), the Q-network and the Q-table.
  • tic_tac_toe.ipynb: The implementation and results analysis.

reinforcementlearningproject's People

Contributors

lucasbrazcappelo avatar

Stargazers

Gauthier de Monteynard avatar

Watchers

 avatar

reinforcementlearningproject's Issues

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.