Skip to content

Implemented Learning to Drive a bicycle using reinforcement learning and shaping.

Notifications You must be signed in to change notification settings

arunppsg/Bicycle-riding-using-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Learning to ride a bicycle using reinforcement learning and shaping

This repository is a work in progress implementation of: Learning to Drive a Bicycle Using Reinforcement Learning and Shaping I am not affiliated with the authors of the paper.

code organization

The file main.py contains all the code. The Bicycle class describes the environment. The agent sends the action to the environment through the method Bicycle.take_action and the method returns next state, reward and is_end.

Progress:

  • Implement Bicycle Environment
  • Implement Model in PyTorch
  • Run episodes
  • Obtain Convergence

The work is in progress to obtain convergence.

References:

Learning to ride bicycle using reinforcement learning and shaping Bicycle environment

About

Implemented Learning to Drive a bicycle using reinforcement learning and shaping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages