-
When I start a new game, I send `human_agent: {'amount': 4}` to the `new_game` route. When I request steps to `get_steps` I send `'total_agent_count': ['human_agent']`, but the first step I receive c…
-
In https://github.com/kstaats/simoc/blob/72bab7c7e46d3ee1da65befcbf5ea672db1c6e90/ACE/json/archive/micro_starting.json#L2-L24 the `growth_period` is defined in days, but from the data we are seeing on…
-
The default font family doesn't look too good (too generic and has some size problem on Linux).
We should find a better font.
-
On Login, we need to activate the Expert Configuration, as it will take the user directly to the Finalize screen (for now), with other options in the future including loading a prior session, presets.…
-
When you attempt to log in and your user does not exist, there is no feedback. Need to provdie on-screen feedback.
-
The logo (and maybe something else?) should use the NASA font.
@gschoberth do you know how to fix the SVG and/or regenerate the PNG?
-
See email thread starting June 2.
Current status: running Hybrid 4 where get_step_to calculates 100 steps and then get_step runs with input:
input= {"min_step_num": 1, "n_steps": 1, "total_produc…
-
Currently the storage ratios for all storage agent_types are always calculated per step. These ratios are returned in the step data in the model_stats dictionary.
The change:
- remove these from…
-
Currently the total_consumption and total_production for all agents is always calculated per step and stored in the step data in the database.
The change:
- remove these from default step data. …
-
If I run in interactive mode (I've also seen it at the end of a "minimal" mode run), then I can use the pause menu at most once per generation:
```
2 trees [ 1 38] offer the highest fitness scor…