rlStrategyPresets
Returns the ready-to-fork RL strategy templates: the neutral ReinforcementLearner scaffold first, then the curated presets ("RL PPO Trend Follower", "RL DQN Mean Revert"). Used by the RL preset picker to seed a new code-mode strategy. Server-owned (ADR-0066) — the frontend never hardcodes the list.
rlStrategyPresets: [RLStrategyTemplate!]!
Type
RLStrategyTemplate object
A ready-to-fork code-mode RL strategy template (the Release-1 "ready models"). Bound to the freqai.StrategyTemplate domain type (ADR-0066 — server-owned). The neutral scaffold has an empty modelType; each preset is tuned for a curated algorithm. Each template trains inline when backtested/run.