1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-14 15:32:29 +00:00
soil/tests/old_complete.yml

33 lines
605 B
YAML
Raw Normal View History

2022-05-10 14:29:06 +00:00
---
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:
2022-10-06 13:49:10 +00:00
- agent_class: CounterModel
2022-09-15 17:27:17 +00:00
weight: 0.4
2022-05-10 14:29:06 +00:00
state:
state_id: 0
2022-10-06 13:49:10 +00:00
- agent_class: AggregatedCounter
2022-09-15 17:27:17 +00:00
weight: 0.6
2022-05-10 14:29:06 +00:00
environment_agents:
- agent_id: 'Environment Agent 1'
2022-10-06 13:49:10 +00:00
agent_class: CounterModel
2022-05-10 14:29:06 +00:00
state:
times: 10
environment_class: Environment
environment_params:
am_i_complete: true
2022-10-06 13:49:10 +00:00
agent_class: CounterModel
2022-05-10 14:29:06 +00:00
default_state:
times: 1
states:
- name: 'The first node'
- name: 'The second node'