FragileTech / FractalAI

Cellular automaton-based calculus for the masses
https://github.com/FragileTech
GNU Affero General Public License v3.0
68 stars 14 forks source link

Render Question #87

Closed impulsecorp closed 6 years ago

impulsecorp commented 6 years ago

In your example at https://github.com/FragileTheory/FractalAI/blob/master/swarm_wave_example.ipynb you have "render" as a parameter: render = True # It is funnier if the game is displayed on the screen

but then later you have it hard coded: fmc.run_agent(render=True, print_swarm=True)

Is that a bug?

sergio-hcsoft commented 6 years ago

FMC version allows watching the game real-time by having render = True, but Swarm Wave cannot do so, so if you saw this param on this example, it is surely outdated and will do nothing at all (in the actual examples it seems to be gone).