Examples for visualizing continuous space? #2356
-
Is there a simple example code for visualizing continuous space? So far I've tried different versions of mesa to run the boid flocker example. When using mesa 2.04 I would get the following error:
And when I try to use mesa 3.0 I would get the following error:
Is there something that I'm missing? Is there an example code to visualize continuous space environments? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Thanks for reaching out! The examples on the main mesa-examples branch are already updated for Mesa 3.0 (see projectmesa/mesa-examples#148). You can either:
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
Thanks for reaching out! The examples on the main mesa-examples branch are already updated for Mesa 3.0 (see projectmesa/mesa-examples#148). You can either:
pip install --upgrade --pre mesa
. See the Mesa 3.0 Migration guide, Release notes and Mesa overviewmesa-2.x
branch in mesa-examples.Let me know if this helps!