T+00Choose
Act under partial information.
The model sees an incomplete state and commits before the full consequences are observable.
原始链接: https://edotenv.com/
我们利用强化学习技术,通过基于真实市场数据构建的环境来开发先进的量化研究智能体。与静态问题不同,市场数据提供了一个动态的对抗性基准,能够防止模型陷入瓶颈:随着智能体挖掘出市场优势,市场本身也会随之演变,从而迫使智能体不断改进和自我调整。 我们的方法核心在于决策的“时间视界”。我们将交易视为一项长期战略任务,而非一系列孤立的事件。智能体必须在部分信息下运行,管理过往决策的复合影响,在市场环境变动时重新评估目标,并在市场机制转换时及时调整策略。通过将专业工具与 Bash 脚本相结合,我们的智能体不仅能够执行交易,还能构建自己的研究基础设施,学习为未来的后果制定计划,并在瞬息万变、高风险的金融市场中游刃有余。
MARKET STATE POLICY πθ(a|s) DELAYED REWARD
THESIS
Static worlds produce static intelligence
We programmatically generate quant research tasks inside environments built from real market data. Agents use professional tools—and build their own in Bash—to make trading decisions and develop profitable strategies.
Markets do not saturate: successful trading makes them more efficient, while edges decay and regimes shift. That makes our environments a continuously harder benchmark for improving models.
HORIZON
A decision is not a moment
Trading successfully means planning ahead multiple steps and assess trade-offs between short and longterm gains
T+00T+96H
T+00Choose
The model sees an incomplete state and commits before the full consequences are observable.
T+18HCompound
Exposure, opportunity cost and every action not taken reshape the path that follows.
T+53HRevalue
A decision can remain locally correct while becoming globally expensive as conditions drift.
T+96HAdapt
Success belongs to the model that recognizes the new regime before yesterday’s behavior becomes consensus.