Simulator for PolyCode Market Dynamics
Find a file
tegwick 1c0e48a889
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 5)
2026-07-08 19:51:46 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 5) 2026-07-08 19:51:46 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 13:29:04 +02:00
specs Seeded INTENT.md and some basic information. 2026-07-08 14:05:10 +02:00
tests Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
workplans Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-08 15:22:47 +02:00
.gitignore Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
AGENTS.md Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:32 +02:00
CLAUDE.md Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:32 +02:00
experiments.py Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
INTENT.md Seeded INTENT.md and some basic information. 2026-07-08 14:05:10 +02:00
LICENSE Initial commit 2025-10-30 02:21:04 +00:00
params_default.json Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
README.md Seeded INTENT.md and some basic information. 2026-07-08 14:05:10 +02:00
SCOPE.md Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
simulator.py Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00
strategies.py Complete POLYCODE-WP-0002 simulator v0.1 scaffold 2026-07-08 15:21:15 +02:00

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