-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathhlg.yaml
More file actions
45 lines (42 loc) · 887 Bytes
/
hlg.yaml
File metadata and controls
45 lines (42 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# env
objectives_plan: objectives_hlg
init_plan: init_plan_hlg
# reward
reward_specs:
road_network_weight: 0.0
life_circle_weight: 4.0
greenness_weight: 1.0
# agent
agent_specs:
batch_stage: false
# training parameters
skip_land_use: false
skip_road: true
road_ratio: 0.00
gamma: 1.0
tau: 0.0
state_encoder_specs:
state_encoder_hidden_size: [64, 16]
gcn_node_dim: 16
num_gcn_layers: 2
num_edge_fc_layers: 1
max_num_nodes: 1000
max_num_edges: 3000
num_attention_heads: 1
policy_specs:
policy_land_use_head_hidden_size: [32, 1]
policy_road_head_hidden_size: [32, 1]
value_specs:
value_head_hidden_size: [32, 32, 1]
lr: 4.0e-4
weightdecay: 0.0
eps: 1.0e-5
value_pred_coef: 0.5
entropy_coef: 0.01
clip_epsilon: 0.2
max_num_iterations: 1000
num_episodes_per_iteration: 500
max_sequence_length: 50
num_optim_epoch: 4
mini_batch_size: 256
save_model_interval: 10