Skip to content

Commit 87e8941

Browse files
committed
Drive tuned
1 parent e87175a commit 87e8941

3 files changed

Lines changed: 27 additions & 8 deletions

File tree

config/drive.ini

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ env_name = drive
33

44
[vec]
55
total_agents = 8192
6-
7-
[policy]
8-
num_layers = 4
9-
hidden_size = 256
6+
num_buffers = 2
7+
num_threads = 2
108

119
[env]
1210
width = 1280
@@ -19,14 +17,35 @@ reward_vehicle_collision_post_respawn = 0
1917
resample_frequency = 10000
2018
num_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
2432
gamma = 0.98
25-
learning_rate= 0.001
26-
horizon = 128
27-
minibatch_size = 8192
2833
gae_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
2939
ent_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]
3251
distribution = log_normal

resources/drive/drive_weights.bin

3.97 MB
Binary file not shown.
-2.27 MB
Binary file not shown.

0 commit comments

Comments
 (0)