https://github.com/openai/baselines
Revision d9f194f797f406969f454ba7338c798c14cff01e authored by John Schulman on 28 August 2017, 05:13:48 UTC, committed by John Schulman on 28 August 2017, 05:14:59 UTC
- 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
1 parent 3f676f7
History
Tip revision: d9f194f797f406969f454ba7338c798c14cff01e authored by John Schulman on 28 August 2017, 05:13:48 UTC
Fix atari wrapper (affecting a2c perf) and pposgd mujoco performance
Tip revision: d9f194f
File Mode Size
baselines
data
.gitignore -rw-r--r-- 247 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 851 bytes
setup.py -rw-r--r-- 888 bytes

README.md

back to top