mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
e1be3a730e
* Pandas integration * Improved environment * Logging and data dumps * Tests * Added Finite State Machine models * Rewritten ipython notebook and documentation
18 lines
394 B
YAML
18 lines
394 B
YAML
default_state: {}
|
|
environment_agents: []
|
|
environment_params: {prob_neighbor_spread: 0.0, prob_tv_spread: 0.01}
|
|
interval: 1
|
|
max_time: 20
|
|
name: Sim_prob_0
|
|
network_agents:
|
|
- agent_type: NewsSpread
|
|
state: {has_tv: false}
|
|
weight: 1
|
|
- agent_type: NewsSpread
|
|
state: {has_tv: true}
|
|
weight: 2
|
|
network_params: {generator: erdos_renyi_graph, n: 500, p: 0.1}
|
|
num_trials: 1
|
|
states:
|
|
- {has_tv: true}
|