ZiluTian / economic_simulations

0 stars 1 forks source link

SimulationSpark doesn't handle runtime generated Sims properly #36

Closed ZiluTian closed 3 years ago

ZiluTian commented 4 years ago

Naive impl like one below doesn't work.

actors = actors.union(newSimsOfRound) 
ZiluTian commented 3 years ago

The updated Spark sim fixed this problem.