Skip to content

my playground for testing RL-algorithms implemented in pytorch

Notifications You must be signed in to change notification settings

nashory/rl-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rl-playground

my playground for testing RL-algorithms

Prerequisites

__(recommended) Create virtualenv with: __

(we assume you already installed python-pyode using "sudo apt-get install python-pyode" command.)
virtualenv --system-site-packages --python=python2.7 venv
pip install -r requirements.txt
sudo apt-get install scons python-pygame
sudo wget https://sourceforge.net/projects/cgkit/files/cgkit/cgkit-2.0.0/
cd supportlib
scons
cd ..
sudo python setup.py install

Usage

Author

Minchul Shin, @nashory