polycode-sim/README.md
tegwick 1381f29904
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 7s
Seeded INTENT.md and some basic information.
2026-07-08 14:05:10 +02:00

615 B
Raw Blame History

PolyCode Simulator (v0.1)

Simulator for PolyCode Market Dynamics

Quickstart

  1. Run a single demo simulation:
python simulator.py
  1. Run a tiny parameter sweep (edit ranges inside experiments.py for deeper runs):
python experiments.py

Outputs are written to ./runs/.

Files

  • spec.md — rigorous protocol description (this repo)
  • README.md — quickstart
  • simulator.py — core engine + onerun demo
  • strategies.py — pluggable investor/voter strategies
  • experiments.py — grid sweeps and KPI aggregation
  • params_default.json — baseline parameters