remove clip_frac schedule from ppo2

This commit is contained in:
John Schulman
2019-01-17 16:45:38 -08:00
committed by Peter Zhokhov
parent 45063be393
commit 27b8644936

View File

@@ -18,7 +18,7 @@ def atari():
lam=0.95, gamma=0.99, noptepochs=4, log_interval=1,
ent_coef=.01,
lr=lambda f : f * 2.5e-4,
cliprange=lambda f : f * 0.1,
cliprange=0.1,
)
def retro():