1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 15:51:43 +00:00
soil/tests/complete_converted.yml

50 lines
936 B
YAML
Raw Normal View History

2022-09-15 17:27:17 +00:00
---
version: '2'
2022-10-13 20:43:16 +00:00
name: simple
group: tests
dir_path: "/tmp/"
num_trials: 3
max_time: 100
interval: 1
seed: "CompleteSeed!"
model_class: Environment
model_params:
topology:
params:
generator: complete_graph
n: 4
2022-10-13 20:43:16 +00:00
agents:
2022-09-15 17:27:17 +00:00
agent_class: CounterModel
state:
2022-10-13 20:43:16 +00:00
group: network
2022-09-15 17:27:17 +00:00
times: 1
topology: true
2022-09-15 17:27:17 +00:00
distribution:
- agent_class: CounterModel
2022-10-13 20:43:16 +00:00
weight: 0.25
2022-09-15 17:27:17 +00:00
state:
state_id: 0
2022-10-13 20:43:16 +00:00
times: 1
2022-09-15 17:27:17 +00:00
- agent_class: AggregatedCounter
2022-10-13 20:43:16 +00:00
weight: 0.5
state:
times: 2
2022-09-15 17:27:17 +00:00
override:
- filter:
2022-10-13 20:43:16 +00:00
node_id: 1
2022-09-15 17:27:17 +00:00
state:
2022-10-13 20:43:16 +00:00
name: 'Node 1'
2022-09-15 17:27:17 +00:00
- filter:
2022-10-13 20:43:16 +00:00
node_id: 2
2022-09-15 17:27:17 +00:00
state:
2022-10-13 20:43:16 +00:00
name: 'Node 2'
2022-09-15 17:27:17 +00:00
fixed:
2022-10-13 20:43:16 +00:00
- agent_class: BaseAgent
hidden: true
topology: false
2022-09-15 17:27:17 +00:00
state:
2022-10-13 20:43:16 +00:00
name: 'Environment Agent 1'
2022-09-15 17:27:17 +00:00
times: 10
2022-10-13 20:43:16 +00:00
group: environment
am_i_complete: true