Understand the RL trading experiment setup
masterThe project implements a Proximal Policy Optimization (PPO) agent designed to trade 15-minute binary prediction markets on Polymarket. The agent uses a single shared policy to trade 4 concurrent crypto markets (BTC, ETH, SOL, XRP) simultaneously.
Key Setup Details:
- Markets: 4 concurrent crypto markets.
- Data Sources: Fuses live data from Binance Futures (fast signal) and Polymarket CLOB (slow execution venue).
- Architecture: Uses a temporal architecture and an 18-dimensional state space.
- Goal: Learn profitable trading patterns from sparse PnL rewards by observing price discovery in the fast market (Binance) before it reflects in the slow market (Polymarket).