Code Monkey home page Code Monkey logo

openai-reinforcement-learning's Introduction

Reinforcemnent Learning

Using various Reinforcement Learning algorithms to solve the following 3 problems. Full details can be found in Project Report.pdf.

1. Maze Navigation

How to get from S to G in the Maze, and collect the most number of flags F along the way.

How to swing the bot’s arm to reach a certain height.

How to push & pull the car to make it reach the mountain’s top.

How to run

Run these commands in your Terminal:

1. Maze Navigation problem:

1.1 Value iteration algorithm:

python value_iteration.py

1.2 Q-learning algorithm:

python qlearning_maze.py

2. Open AI Acrobot problem:

2.1 Deep reinforcement learning - REINFORCE algorithm with Neural network:

python reinforce_bot.py

2.2 Q-learning algorithm:

python qlearning_gym.py bot

3. Open AI Mountain Car problem:

3.1 Deep reinforcement learning - REINFORCE algorithm with Neural network:

python reinforce_car.py

3.2 Q-learning algorithm:

python qlearning_gym.py car

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.