mirror of
https://github.com/gsi-upm/soil
synced 2024-11-13 06:52:28 +00:00
27 lines
564 B
YAML
27 lines
564 B
YAML
|
---
|
||
|
name: pubcrawl
|
||
|
num_trials: 3
|
||
|
max_time: 10
|
||
|
dump: false
|
||
|
network_params:
|
||
|
# Generate 100 empty nodes. They will be assigned a network agent
|
||
|
generator: empty_graph
|
||
|
n: 30
|
||
|
network_agents:
|
||
|
- agent_type: pubcrawl.Patron
|
||
|
description: Extroverted patron
|
||
|
state:
|
||
|
openness: 1.0
|
||
|
weight: 9
|
||
|
- agent_type: pubcrawl.Patron
|
||
|
description: Introverted patron
|
||
|
state:
|
||
|
openness: 0.1
|
||
|
weight: 1
|
||
|
environment_agents:
|
||
|
- agent_type: pubcrawl.Police
|
||
|
environment_class: pubcrawl.CityPubs
|
||
|
environment_params:
|
||
|
altercations: 0
|
||
|
number_of_pubs: 3
|