A PPO (Proximal Policy Optimization) agent that paper trades Polymarket's 15-minute binary crypto markets. The agent observes live data from Binance futures and Polymarket's orderbook, then learns to ...
itms-lite/ ├── data/ │ ├── raw/ # JSON files from TomTom │ └── processed/ # Processed files ├── infra/ # Database setup │ ├── schema.sql # Main schema │ ├── schema_features.sql # Feature table ...