Git Product home page Git Product logo

reinforcement-learning-maze's Introduction

Solve a maze using Reinforcement Learning

Overview

This repository contains a C++ implementation of different Reinforceent Learning algorthms which allow to solve the maze problem. The goal is reaching a specified state in a gridworld scenario, starting from any random position.

Algorithms

Four algorithms have been implemented to solve the maze problem:

  • SARSA
  • Q-learning
  • Double Q-learning
  • QV(λ)-learning

Both the ε-greedy and Boltzmann exploration strategies are available.

Basic Usage

Clone this repository:

$ git clone https://github.com/nicoleorzan/RL-maze-solver

Compile the code using the Makefile:

$ make

Run the main code, which executes the four learning algorithms on the example maze in figure:

image

When finished, clean up:

$ make clean

Personalized Usage

You can define the maze you want to solve in the maze_definition file. He you should insert:

  • the maze size N, an integer number
  • the non-visitable states, defined as integer numbers between 0 adn N-1

References

  • Richard S. Sutton and Andrew G. Barto. 1998. Introduction to Reinforcement Learning (1st. ed.). MIT Press, Cambridge, MA, USA.

  • Wiering, Marco. (2005). QV(λ)-learning: A New On-policy Reinforcement Learning Algrithm.

reinforcement-learning-maze's People

Contributors

jjo22 avatar nicoleorzan avatar

Stargazers

 avatar

Watchers

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