Complete POLYCODE-WP-0002 simulator v0.1 scaffold
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-08 15:21:15 +02:00
parent 6499e38504
commit a8e4f03172
9 changed files with 268 additions and 5 deletions

9
params_default.json Normal file
View file

@ -0,0 +1,9 @@
{
"rounds": 10,
"initial_capital": 1000.0,
"funding_threshold": 400.0,
"proposal_cost": 50.0,
"num_investors": 3,
"num_voters": 5,
"random_seed": 42
}