cybernetics-library / cybersym

7 stars 0 forks source link

Create world_state for predator-prey model #24

Closed dantaeyoung closed 6 years ago

dantaeyoung commented 6 years ago

Part 3 of the Predator-Prey model. (#12)

  1. world_state
    • This expresses the state of the world: actors & relationships between actors.
    • Let's have this be an immutable object/dict, meant to be regenerated, not changed.
    • Included is a relationship_model, as well as a list of actors and their status (nodes and properties)
dantaeyoung commented 6 years ago

Closed in 70ff31f. This is modified a bit; world_state is done by a mini-lib called Ploopy.