Skip to main content

rlAlgorithmCatalogue

Returns the curated reinforcement-learning algorithm catalogue (PPO [default], A2C, DQN from stable-baselines3; QRDQN, TRPO, MaskablePPO from sb3-contrib). Use this instead of hardcoding the algorithm list in the frontend.

rlAlgorithmCatalogue: [RLAlgorithm!]!

Type

RLAlgorithm object

A curated reinforcement-learning algorithm the FreqAI ReinforcementLearner can train with. The list is server-owned (ADR-0066) — the frontend derives its options from rlAlgorithmCatalogue and never hardcodes them. Power users can also supply a free-text model type outside this list via RLConfigInput.allowAdvancedModel.