mirror of
https://github.com/gsi-upm/soil
synced 2024-10-31 17:11:42 +00:00
24 lines
416 B
YAML
24 lines
416 B
YAML
|
---
|
||
|
name: simple
|
||
|
dir_path: "/tmp/"
|
||
|
num_trials: 3
|
||
|
max_time: 100
|
||
|
interval: 1
|
||
|
network_params:
|
||
|
generator: complete_graph
|
||
|
n: 10
|
||
|
network_agents:
|
||
|
- agent_type: CounterModel
|
||
|
weight: 1
|
||
|
state:
|
||
|
id: 0
|
||
|
- agent_type: AggregatedCounter
|
||
|
weight: 0.2
|
||
|
environment_agents: []
|
||
|
environment_params:
|
||
|
am_i_complete: true
|
||
|
default_state:
|
||
|
incidents: 0
|
||
|
states:
|
||
|
- name: 'The first node'
|
||
|
- name: 'The second node'
|