merged refactor

This commit is contained in:
Peter Zhokhov
2018-08-10 14:14:46 -07:00
parent f272969325
commit 217b111c88
71 changed files with 2939 additions and 1069 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',