Skip to content
James Isnor edited this page Jun 15, 2026 · 2 revisions

Using the Solara Webapp

Start the app with solara run app.py. The first screen we see is a view of the pseudo-random scenario generated to configure our simulation. We can see that at the beginning (steps=0), there are 100 humans alive, that they haven't yet formed any groups, and the breakdown of "modelers, attributors, and indifferent". On the left are several sliders that can be adjusted to tune the initial trait averages and how much they can differ. The Config tab has a further breakdown of the config of the scenario

initial civ_sim screen

The init model button will re-generate a new scenario. This must be pressed each time you wish to run another scenario

The Run Model button will run the simulation, after which a new tab of results will appear.

overview results tab traits results tab

Subsequent experiment results appear in new tabs. They are identified by a hash of the scenario parameters.

second experiment results tab

Clone this wiki locally