How It Works
Structure
The finance notebook and modules model trade execution using the Almgren-Chriss framework. The code defines a market environment, plotting helpers, and actor/critic networks for optimal execution experiments.
Almgren-Chriss execution environment
A rare self-contained domain application in the repo, and one of the most promising early interactive demos.
How It Works
The finance notebook and modules model trade execution using the Almgren-Chriss framework. The code defines a market environment, plotting helpers, and actor/critic networks for optimal execution experiments.
Why Reuse
Unlike the Unity branches, this section is domain-specific and mostly self-contained, which makes it ideal for a real web-native DRL application page.
Key Assets
Main walkthrough for optimal execution with RL framing.
source-material/finance/DRL.ipynb
Custom environment implementing the Almgren-Chriss trade execution model.
source-material/finance/syntheticChrissAlmgren.py
Plotting, tables, and frontier/utility helpers.
source-material/finance/utils.py
Actor and critic definitions for the finance experiments.
source-material/finance/model.py