File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ env_name = drive
33
44[vec]
55total_agents = 8192
6-
7- [policy]
8- num_layers = 4
9- hidden_size = 256
6+ num_buffers = 2
7+ num_threads = 2
108
119[env]
1210width = 1280
@@ -19,14 +17,35 @@ reward_vehicle_collision_post_respawn = 0
1917resample_frequency = 10000
2018num_maps = 500
2119
20+ [policy]
21+ hidden_size = 256
22+ num_layers = 4
23+ expansion_factor = 1
24+
2225[train]
23- total_timesteps = 2_000_000_000
26+ gpus = 1
27+ seed = 42
28+ total_timesteps = 1667760009
29+ learning_rate = 0.001
30+ anneal_lr = 1
31+ min_lr_ratio = 0
2432gamma = 0.98
25- learning_rate = 0.001
26- horizon = 128
27- minibatch_size = 8192
2833gae_lambda = 0.95
34+ replay_ratio = 1
35+ clip_coef = 0.2
36+ vf_coef = 2
37+ vf_clip_coef = 0.2
38+ max_grad_norm = 1.5
2939ent_coef = 0.005
40+ beta1 = 0.95
41+ beta2 = 0.999
42+ eps = 1e-12
43+ minibatch_size = 8192
44+ horizon = 128
45+ vtrace_rho_clip = 1
46+ vtrace_c_clip = 1
47+ prio_alpha = 0.8
48+ prio_beta0 = 0.2
3049
3150[sweep.train.total_timesteps]
3251distribution = log_normal
You can’t perform that action at this time.
0 commit comments