exported rl-algs

This commit is contained in:
peter
2018-07-26 14:02:04 -07:00
parent f272969325
commit a6dca44115
41 changed files with 688 additions and 1559 deletions

View File

@@ -14,7 +14,6 @@ setup(name='baselines',
'scipy',
'tqdm',
'joblib',
'zmq',
'dill',
'progressbar2',
'mpi4py',
@@ -23,6 +22,12 @@ setup(name='baselines',
'click',
'opencv-python'
],
extras_require={
'test': [
'filelock',
'pytest'
]
},
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
author='OpenAI',
url='https://github.com/openai/baselines',