ppo and trpo

This commit is contained in:
John Schulman
2017-07-20 08:52:35 -07:00
parent 80f94f8ec5
commit da99706046
31 changed files with 2191 additions and 74 deletions

View File

@@ -5,6 +5,7 @@ if sys.version_info.major != 3:
print("This Python is only compatible with Python 3, but you are running "
"Python {}. The installation will likely fail.".format(sys.version_info.major))
setup(name='baselines',
packages=[package for package in find_packages()
if package.startswith('baselines')],