Skip to content

mdavis-xyz/keras-unicycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning For Unicycling

This project is for training a neural network to ride a sumlation of a unicycle, using reinforcement learning.

Video of simulated unicycle riding

I took the cartpole example from here, and modified to be a unicycle.

I find the gym+keras ecosystem terribly confusing. Having a custom environment is really confusing, in terms of directory structure. So the env.py is supposed to be a shortcut to gym-unicycle/gym_unicycle/envs/unicycle_env.py. But sometimes shortcuts don't work well with git.

How to Use

  • Run ./makeEnv.sh. This creates a virtual env. I can't have just a requirements.txt file, because the installation of gym and a custom env is a bit odd.

About

Machine learning for unicycle riding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published