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:
|
|
|
|
topologies:
|
|
|
|
default:
|
|
|
|
params:
|
|
|
|
generator: social_wealth.graph_generator
|
|
|
|
n: 5
|
|
|
|
agents:
|
|
|
|
distribution:
|
|
|
|
- agent_class: social_wealth.SocialMoneyAgent
|
|
|
|
topology: default
|
|
|
|
weight: 1
|
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
|