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

17 lines
314 B
YAML
Raw Normal View History

---
name: custom-generator
description: Using a custom generator for the network
num_trials: 3
2022-10-13 20:43:16 +00:00
max_steps: 100
interval: 1
network_params:
generator: mymodule.mygenerator
# These are custom parameters
n: 10
n_edges: 5
network_agents:
2022-10-06 13:49:10 +00:00
- agent_class: CounterModel
weight: 1
state:
state_id: 0