forked from flyingleafe/dqnroute
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlaunch7.yaml
More file actions
executable file
·40 lines (38 loc) · 1.48 KB
/
launch7.yaml
File metadata and controls
executable file
·40 lines (38 loc) · 1.48 KB
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
network:
- {u: 0, v: 1, latency: 10, bandwidth: 1024}
- {u: 0, v: 2, latency: 10, bandwidth: 1024}
- {u: 1, v: 6, latency: 10, bandwidth: 1024}
- {u: 2, v: 6, latency: 10, bandwidth: 1024}
- {u: 1, v: 8, latency: 10, bandwidth: 1024}
- {u: 8, v: 9, latency: 10, bandwidth: 1024}
- {u: 6, v: 7, latency: 10, bandwidth: 1024}
- {u: 3, v: 4, latency: 10, bandwidth: 1024}
- {u: 4, v: 5, latency: 10, bandwidth: 1024}
- {u: 3, v: 7, latency: 10, bandwidth: 1024}
- {u: 5, v: 7, latency: 10, bandwidth: 1024}
- {u: 5, v: 9, latency: 10, bandwidth: 1024}
settings:
pkg_distr:
seed: 42
sequence:
# - {pkg_number: 1000, delta: 10}
- {pkg_number: 100, delta: 10}
- {pkg_number: 500, delta: 10, sources: [0, 1, 2, 6], dests: [3, 4, 5, 7]}
- {action: 'break_link', pause: 20, u: 6, v: 7}
- {pkg_number: 500, delta: 10, sources: [0, 1, 2, 6], dests: [3, 4, 5, 7]}
- {action: 'break_link', pause: 20, u: 0, v: 1}
- {pkg_number: 500, delta: 10, sources: [0, 1, 2, 6], dests: [3, 4, 5, 7]}
- {action: 'restore_link', pause: 20, u: 6, v: 7}
- {pkg_number: 500, delta: 10, sources: [0, 1, 2, 6], dests: [3, 4, 5, 7]}
- {action: 'restore_link', pause: 20, u: 0, v: 1}
- {pkg_number: 500, delta: 10, sources: [0, 1, 2, 6], dests: [3, 4, 5, 7]}
synchronizer:
period: 70
delta: 10
logging:
delta: 500
router_env:
pkg_process_delay: 5
router:
learning_rate: 0.5
model_file: 'router_network_{}.h5'