Run Benchmark: A2C on Atari Games
✍️ Spec Params for A2C on Atari Games
{
"a2c_gae_atari": {
"agent": [{
"name": "A2C",
"algorithm": {
"name": "ActorCritic",
...
},
...
}
}],
"env": [{
"name": "${env}",
"frame_op": "concat",
"frame_op_len": 4,
"reward_scale": "sign",
"num_envs": 16,
"max_t": null,
"max_frame": 1e7
}],
...
"spec_params": {
"env": [
"BreakoutNoFrameskip-v4", "PongNoFrameskip-v4", "QbertNoFrameskip-v4", "SeaquestNoFrameskip-v4"
]
}
}
}🚀 Running A2C Atari Benchmark
Discrete Environment BenchmarkContinuous Environment BenchmarkAtari Environment BenchmarkLast updated
Was this helpful?