mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 07:22:29 +00:00
6c4f44b4cb
Documentation for the new APIs is still a work in progress :)
28 lines
489 B
YAML
28 lines
489 B
YAML
---
|
|
name: simple
|
|
group: tests
|
|
dir_path: "/tmp/"
|
|
num_trials: 3
|
|
max_time: 100
|
|
interval: 1
|
|
seed: "CompleteSeed!"
|
|
network_params:
|
|
generator: complete_graph
|
|
n: 10
|
|
network_agents:
|
|
- agent_type: CounterModel
|
|
weight: 1
|
|
state:
|
|
state_id: 0
|
|
- agent_type: AggregatedCounter
|
|
weight: 0.2
|
|
environment_agents: []
|
|
environment_class: Environment
|
|
environment_params:
|
|
am_i_complete: true
|
|
default_state:
|
|
incidents: 0
|
|
states:
|
|
- name: 'The first node'
|
|
- name: 'The second node'
|