Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
/ EPCC_RL_Project Public archive

EPCC MSc Project: Learning to run by reinforcement learning

Notifications You must be signed in to change notification settings

mgxnzhu/EPCC_RL_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSc Project: AI Learning to run

This project is to use OpenSim framework to teach a robot to run. It will use reinforcement learning solution to let the robot walk as far as possible.

Related Pages:

https://www.crowdai.org/challenges/nips-2017-learning-to-run

https://github.com/stanfordnmbl/osim-rl

Environment set up

Use conda to create a virtual environment:

conda create -n opensim-rl -c kidzik opensim

conda install -c conda-forge lapack git

pip install git+https://github.com/stanfordnmbl/osim-rl.git

Reinforcement Learning packages perhaps needed

conda install keras -c conda-forge

pip install git+https://github.com/matthiasplappert/keras-rl.git

About

EPCC MSc Project: Learning to run by reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published