1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-10 21:52:29 +00:00
soil/examples/mesa/mesa.yml

21 lines
383 B
YAML
Raw Normal View History

2021-10-14 15:37:06 +00:00
---
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:
2022-10-06 13:49:10 +00:00
- agent_class: social_wealth.SocialMoneyAgent
2021-10-14 15:37:06 +00:00
weight: 1
environment_class: social_wealth.MoneyEnv
environment_params:
2022-10-06 13:49:10 +00:00
mesa_agent_class: social_wealth.MoneyAgent
2021-10-14 15:37:06 +00:00
N: 10
width: 50
height: 50