/rl-server

Reinforcement Learning Server

Primary LanguagePython

RL Server

Quadrotor 2D RL video NIPS 2017 Learning To Run video

Reinforcement Learning Server. Includes:

DQN and DDPG implemetations are taken from https://github.com/nivwusquorum/tensorflow-deepq. Thank you Szymon Sidor ;)

Running

Currently works with Quadrotor 2D Simulator and Learning To Run. So you need it up nd running to see how it works. You need Python 3. It communicates with simulator with websockets and json.

git clone this repository
python main_..._.py

Solve python deps ;) then run again