1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 15:51:43 +00:00
soil/examples/mesa/mesa.yml

20 lines
343 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
2022-10-13 20:43:16 +00:00
max_steps: 100
2021-10-14 15:37:06 +00:00
interval: 1
seed: '1'
2022-10-13 20:43:16 +00:00
model_class: social_wealth.MoneyEnv
model_params:
generator: social_wealth.graph_generator
2022-10-13 20:43:16 +00:00
agents:
topology: true
2022-10-13 20:43:16 +00:00
distribution:
- agent_class: social_wealth.SocialMoneyAgent
weight: 1
2021-10-14 15:37:06 +00:00
N: 10
width: 50
height: 50