- 16 Dec, 2017 1 commit
-
-
Alex Nichol authored
fixes #146 A better (more involved) solution might be to check for a TensorFlow installation manually in setup.py and deal with that accordingly.
-
- 05 Dec, 2017 4 commits
-
-
John Schulman authored
Force shebang lines to Python 3
-
John Schulman authored
fix misspellings
-
John Schulman authored
Docstring fix
-
John Schulman authored
Call ppo2 and not ppo1 in ppo2 README.md
-
- 03 Dec, 2017 1 commit
-
-
definitelyuncertain authored
-
- 28 Nov, 2017 1 commit
-
-
jvmancuso authored
-
- 19 Nov, 2017 1 commit
-
-
Ubuntu authored
-
- 17 Nov, 2017 2 commits
-
-
John Schulman authored
-
John Schulman authored
-
- 06 Nov, 2017 1 commit
-
-
Ryan Julian authored
This is a Python 3-only library. A shebang with `#!/usr/bin/env python` will launch python2 on many systems which do not have python3 installed. Setting the shebang to `#!/usr/bin/env python3` will show a useful error on systems without Python 3.
-
- 26 Oct, 2017 2 commits
-
-
John Schulman authored
-
John Schulman authored
some logger changes
-
- 10 Oct, 2017 1 commit
-
-
John Schulman authored
Fixes frame stacking in A2C and ACKTR for multi-channel observations
-
- 09 Oct, 2017 1 commit
-
-
Malcolm Karutz authored
-
- 01 Oct, 2017 2 commits
-
-
John Schulman authored
Fixes the NaN issues in ACKTR + bug in run_mujoco.py
-
Elman Mansimov authored
-
- 07 Sep, 2017 1 commit
-
-
John Schulman authored
Use standardized advantages in trpo.
-
- 06 Sep, 2017 1 commit
-
-
John Schulman authored
Fix command lines
-
- 05 Sep, 2017 2 commits
-
-
Louie Helm authored
-
Louie Helm authored
-
- 29 Aug, 2017 2 commits
-
-
John Schulman authored
Deprecated VARIABLES -> GLOBAL_VARIABLES.
-
Hamza Merzic authored
-
- 28 Aug, 2017 7 commits
-
-
John Schulman authored
Fix relative links in README.md
-
John Schulman authored
-
John Schulman authored
-
John Schulman authored
-
John Schulman authored
Adding links to source files
-
John Schulman authored
-
John Schulman authored
- removed vf clipping in pposgd - that was severely degrading performance on mujoco because it didn’t account for scale of returns - switched adam epsilon in pposgd_simple - brought back no-ops in atari wrapper (oops) - added readmes - revamped run_X_benchmark scripts to have standard form - cleaned up DDPG a little, removed deprecated SimpleMonitor and non-idiomatic usage of logger
-
- 19 Aug, 2017 2 commits
-
-
Steven Schmatz authored
-
John Schulman authored
-
- 18 Aug, 2017 1 commit
-
-
Carlos Hernandez authored
-
- 28 Jul, 2017 1 commit
-
-
Matthias Plappert authored
* Export param noise * Update documentation * Final finishing touches
-
- 24 Jul, 2017 2 commits
-
-
Jan Humplik authored
-
Peter Welinder authored
-
- 21 Jul, 2017 3 commits
-
-
Jonas Schneider authored
-
John Schulman authored
ppo and trpo
-
John Schulman authored
-
- 13 Jul, 2017 1 commit
-
-
Szymon Sidor authored
-