Skip to content

Commit 2bc77e5

Browse files
Resetting drive.ini to original configs
1 parent 742f678 commit 2bc77e5

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

pufferlib/config/ocean/drive.ini

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ eval_spawn_length_max = 5.5
6060
eval_spawn_width_min = 1.5
6161
eval_spawn_width_max = 2.5
6262
; Mixed-population spawn: per-agent P(is_truck). 0.0 (default) preserves
63-
; the legacy single-population behavior — every agent samples from the
64-
; spawn_*_{min,max} range above. Set > 0 to draw is_truck ~
65-
; Bernoulli(truck_fraction) per agent and sample dims from
66-
; truck_spawn_*_{min,max} instead. Used for co-training one shared policy
67-
; on a realistic mixed-vehicle population (~10% trucks). Truck range
68-
; applies in both train and eval; eval_spawn_* still controls the car
69-
; eval range.
63+
; the legacy single-population behavior
7064
truck_fraction = 0.0
7165
truck_spawn_length_min = 9.0
7266
truck_spawn_length_max = 15.0
@@ -249,7 +243,7 @@ render = true
249243
[eval.validation_replay]
250244
type = "multi_scenario"
251245
enabled = true
252-
interval = 1000
246+
interval = 250
253247
mode = "inline"
254248
clean = true
255249
render = true
@@ -270,7 +264,7 @@ eval.render_max_steps = 91
270264
[eval.validation_gigaflow]
271265
type = "multi_scenario"
272266
enabled = true
273-
interval = 15
267+
interval = 250
274268
mode = "inline"
275269
clean = true
276270
render = true
@@ -297,10 +291,10 @@ eval.render_max_steps = 300
297291

298292
[eval.behaviors_defaults]
299293
enabled = false
300-
interval = 10
294+
interval = 250
301295
mode = "inline"
302296
clean = true
303-
render = false
297+
render = true
304298
render_views = ["sim_state", "bev"]
305299
env.simulation_mode = "replay"
306300
env.control_mode = "control_sdc_only"

0 commit comments

Comments
 (0)