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

27 lines
568 B
YAML
Raw Normal View History

2018-12-04 08:54:29 +00:00
---
name: pubcrawl
num_trials: 3
2022-10-13 20:43:16 +00:00
max_steps: 10
2018-12-04 08:54:29 +00:00
dump: false
network_params:
# Generate 100 empty nodes. They will be assigned a network agent
generator: empty_graph
n: 30
network_agents:
2022-10-06 13:49:10 +00:00
- agent_class: pubcrawl.Patron
2018-12-04 08:54:29 +00:00
description: Extroverted patron
state:
openness: 1.0
weight: 9
2022-10-06 13:49:10 +00:00
- agent_class: pubcrawl.Patron
2018-12-04 08:54:29 +00:00
description: Introverted patron
state:
openness: 0.1
weight: 1
environment_agents:
2022-10-06 13:49:10 +00:00
- agent_class: pubcrawl.Police
2018-12-04 08:54:29 +00:00
environment_class: pubcrawl.CityPubs
environment_params:
altercations: 0
number_of_pubs: 3