-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestfile.yml
116 lines (116 loc) · 2.23 KB
/
testfile.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
settings:
loop_rate: 5000
scenario:
random_agents:
Uniform:
2
# agents:
# - name: "Bob"
# position: "Athens"
# - name: "Joe"
# position: "Athens"
# - name: "Clara"
# position: "Athens"
cities:
- name: "Amsterdam"
links:
- "Brussels"
- "Berlin"
market:
Grain:
consumption: 30
production: 28
supply: 35
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 500
- 210
- name: "Naples"
links:
- "Athens"
- "Berlin"
- "Rome"
market:
Grain:
consumption: 30
production: 28
supply: 35
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 830
- 280
- name: "Athens"
links:
- "Naples"
- "Berlin"
- "Rome"
market:
Grain:
consumption: 30
production: 28
supply: 35
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 1000
- 150
- name: "Brussels"
links:
- "Rome"
- "Amsterdam"
market:
Grain:
consumption: 31
production: 30
supply: 20
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 600
- 200
- name: "Rome"
links:
- "Athens"
- "Brussels"
- "Berlin"
- "Naples"
market:
Grain:
consumption: 28
production: 30
supply: 20
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 800
- 350
- name: "Berlin"
links:
- "Athens"
- "Amsterdam"
- "Naples"
- "Rome"
market:
Grain:
consumption: 34
production: 35
supply: 20
pricer:
base_supply: 35
base_price: 100
price_per_supply: -1
pos:
- 850
- 200