RND-SuperMarioBros-v0 / hyperparameters.json
hishamcse's picture
Upload folder using huggingface_hub
5ece54f verified
raw
history blame
395 Bytes
{"trainmethod": "RND", "envid": "SuperMarioBros-v0", "maxstepperepisode": 18000, "learningrate": 0.0001, "numenv": 128, "numstep": 128, "gamma": 0.999, "intgamma": 0.99, "lambda": 0.95, "usegae": true, "clipgradnorm": 0.5, "entropy": 0.001, "epoch": 4, "minibatch": 4, "ppoeps": 0.1, "extcoef": 5.0, "intcoef": 1.0, "stickyaction": true, "actionprob": 0.25, "lifedone": false, "obsnormstep": 50}