remove clip_frac schedule from ppo2
This commit is contained in:
committed by
Peter Zhokhov
parent
45063be393
commit
27b8644936
@@ -18,7 +18,7 @@ def atari():
|
|||||||
lam=0.95, gamma=0.99, noptepochs=4, log_interval=1,
|
lam=0.95, gamma=0.99, noptepochs=4, log_interval=1,
|
||||||
ent_coef=.01,
|
ent_coef=.01,
|
||||||
lr=lambda f : f * 2.5e-4,
|
lr=lambda f : f * 2.5e-4,
|
||||||
cliprange=lambda f : f * 0.1,
|
cliprange=0.1,
|
||||||
)
|
)
|
||||||
|
|
||||||
def retro():
|
def retro():
|
||||||
|
Reference in New Issue
Block a user