Skip to content
/ DDPG-1 Public
forked from MOCR/DDPG

reimplementation of the ddpg algorithm using tensorflow

Notifications You must be signed in to change notification settings

szrayic/DDPG-1

 
 

Repository files navigation

This TensorFlow version of DDPG has been written during the master's thesis of Arnaud de Froissard de Broissia, under the supervision of Olivier Sigaud.

It was used to obtain the results described in the following paper: http://arxiv.org/abs/1606.09152

It has been coded under strong time constraints, thus the code is "quick and dirty". Maybe you should consider using more advanced versions of DDPG available on gitHub before using this one.

To install this version of DDPG (two methods):

First method:

1)Clone repository somewhere.

2)add to your .bashrc file : export PYTHONPATH=$PYTHONPATH:(path of the DDPG directory's parent)

Second method:

1)In a terminal type "echo $PYTHONPATH"

2)Clone the repository to the directory indicated by PYTHONPATH

Test if it worked:

1)open a python terminal

2)type :"import DDPG.test.test_mc as mc"

3)[optional] type :"mc.doEp(100)"

About

reimplementation of the ddpg algorithm using tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%