ppo and trpo
This commit is contained in:
1
setup.py
1
setup.py
@@ -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')],
|
||||
|
Reference in New Issue
Block a user