Giter VIP home page Giter VIP logo

reinforcement-learning-algorithm's Introduction

reinforcement-learning-algorithm

  • object oriented: all of the rl agents using the same framework(base class Agent), makes it easy to read and understand
  • perfect reproduction: training result would be exactly the same under the same random seed

algorithm implemented and corresponding paper

online result

training result of the agent trying to solve a problem from a scratch

CartPole-v1

CartPole-v1

MountainCar-v0

the original environment is hard to converge,
so I modify the reward to solve this problem and get the result below

MountainCar-v0

LunarLander-v2

LunarLander-v2

Acrobot-v1

Acrobot-v1

Pendulum-v0

Note that there is no goal for Pendulum-v0, but as you can see in the result, the agent did learn something

Pendulum-v0

HalfCheetah-v3

HalfCheetah-v3

offline result

online training is not always stable
sometimes the agent gets a high reward(or running reward)
then its performance would decline rapidly.
so I choose some policy during the training to test the agent's performance

CartPole-v1

CartPole-v1 CartPole-v1-visualize

MountainCar-v0

though training on a modified environment,
I still use the original one to test the policy,
thus illustrate the result the learning

MountainCar-v0 MountainCar-v0-visualize

LunarLander-v2

LunarLander-v2 LunarLander-v2-visualize

Acrobot-v1

Acrobot-v1 Acrobot-v1-visualize

Pendulum-v0

Pendulum-v0-visualize

HalfCheetah-v3

HalfCheetah-v3 HalfCheetah-v3-visualize

inspired by

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.