mirror of
https://github.com/gsi-upm/soil
synced 2024-11-13 06:52:28 +00:00
21 lines
381 B
YAML
21 lines
381 B
YAML
|
---
|
||
|
name: mesa_sim
|
||
|
group: tests
|
||
|
dir_path: "/tmp"
|
||
|
num_trials: 3
|
||
|
max_time: 100
|
||
|
interval: 1
|
||
|
seed: '1'
|
||
|
network_params:
|
||
|
generator: social_wealth.graph_generator
|
||
|
n: 5
|
||
|
network_agents:
|
||
|
- agent_type: social_wealth.SocialMoneyAgent
|
||
|
weight: 1
|
||
|
environment_class: social_wealth.MoneyEnv
|
||
|
environment_params:
|
||
|
mesa_agent_type: social_wealth.MoneyAgent
|
||
|
N: 10
|
||
|
width: 50
|
||
|
height: 50
|