Views
No views yet
1{
2"anneal_lr": true,
3"batch_size": 2048,
4"capture_video": false,
5"clip_coef": 0.2,
6"clip_vloss": true,
7"cuda": true,
8"ent_coef": 0.01,
9"env_id": "LunarLander-v2",
10"exp_name": "ppo",
11"gae": true,
12"gae_lambda": 0.95,
13"gamma": 0.99,
14"hf_token": "[REDACTED]",
15"learning_rate": 0.00025,
16"max_grad_norm": 0.5,
17"minibatch_size": 256,
18"norm_adv": true,
19"num_envs": 8,
20"num_minibatches": 8,
21"num_steps": 256,
22"num_updates": 244,
23"push_to_hub": true,
24"repo_id": "alexillovsky/ppo-LunarLander-v2-unit8",
25"seed": 1,
26"target_kl": null,
27"torch_deterministic": true,
28"total_timesteps": 500000,
29"track": false,
30"update_epochs": 4,
31"vf_coef": 0.5,
32"wandb_entity": null,
33"wandb_project_name": "cleanRL"
34}