Export param noise

This commit is contained in:
Matthias Plappert
2017-07-25 13:42:15 -07:00
parent df82a15fd3
commit 13c4107264
21 changed files with 1335 additions and 47 deletions

View File

@@ -19,6 +19,7 @@ setup(name='baselines',
'tensorflow >= 1.0.0',
'azure==1.0.3',
'progressbar2',
'mpi4py',
],
description="OpenAI baselines: high quality implementations of reinforcement learning algorithms",
author="OpenAI",