Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
13530934
baselines
Commits
6f391484
Commit
6f391484
authored
Aug 27, 2017
by
John Schulman
Browse files
fix gym req
parent
2f308330
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
6f391484
...
...
@@ -10,7 +10,7 @@ setup(name='baselines',
packages
=
[
package
for
package
in
find_packages
()
if
package
.
startswith
(
'baselines'
)],
install_requires
=
[
'gym
>=0.9.1[al
l]'
,
'gym
[mujoco,atari,classic_contro
l]'
,
'scipy'
,
'tqdm'
,
'joblib'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment