Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages