1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 07:41:43 +00:00
soil/examples/complete.yml

55 lines
1.1 KiB
YAML
Raw Normal View History

---
2022-09-13 16:16:31 +00:00
version: '2'
2022-10-13 20:43:16 +00:00
name: simple
group: tests
dir_path: "/tmp/"
num_trials: 3
max_steps: 100
interval: 1
seed: "CompleteSeed!"
model_class: Environment
model_params:
am_i_complete: true
topology:
params:
generator: complete_graph
n: 12
2022-10-13 20:43:16 +00:00
environment:
agents:
2022-05-10 14:29:06 +00:00
agent_class: CounterModel
topology: true
state:
2022-05-10 14:29:06 +00:00
times: 1
2022-10-13 20:43:16 +00:00
# In this group we are not specifying any topology
2022-05-10 14:29:06 +00:00
fixed:
2022-09-15 17:27:17 +00:00
- name: 'Environment Agent 1'
2022-10-13 20:43:16 +00:00
agent_class: BaseAgent
group: environment
topology: false
2022-10-13 20:43:16 +00:00
hidden: true
2022-05-10 14:29:06 +00:00
state:
times: 10
2022-10-13 20:43:16 +00:00
- agent_class: CounterModel
id: 0
group: fixed_counters
2022-10-13 20:43:16 +00:00
state:
times: 1
total: 0
- agent_class: CounterModel
group: fixed_counters
2022-10-13 20:43:16 +00:00
id: 1
2022-05-10 14:29:06 +00:00
distribution:
- agent_class: CounterModel
weight: 1
group: distro_counters
2022-05-10 14:29:06 +00:00
state:
2022-09-13 16:16:31 +00:00
times: 3
2022-05-10 14:29:06 +00:00
- agent_class: AggregatedCounter
weight: 0.2
2022-09-15 17:27:17 +00:00
override:
- filter:
agent_class: AggregatedCounter
n: 2
state:
times: 5