2017-06-20 15:45:43 +00:00
|
|
|
---
|
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
|
2022-10-16 15:54:03 +00:00
|
|
|
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
|
2022-10-16 15:54:03 +00:00
|
|
|
topology: true
|
2017-06-20 15:45:43 +00:00
|
|
|
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
|
2022-10-16 15:54:03 +00:00
|
|
|
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
|
2022-10-16 15:54:03 +00:00
|
|
|
group: fixed_counters
|
2022-10-13 20:43:16 +00:00
|
|
|
state:
|
|
|
|
times: 1
|
|
|
|
total: 0
|
|
|
|
- agent_class: CounterModel
|
2022-10-16 15:54:03 +00:00
|
|
|
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
|
2022-10-16 15:54:03 +00:00
|
|
|
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
|