← Back
Evidence source 5526Spot Checked

Learn Continuously, Act Discretely: Hybrid Action-Space Reinforcement Learning For Optimal Execution

Unknown venue2022-07-22Paper
Executive summary

Proposes a hybrid RL method for optimal execution in trading, combining continuous and discrete action spaces.

What it examines

The paper addresses optimal execution in algorithmic trading, focusing on placing limit orders at appropriate prices. It proposes a hybrid reinforcement learning method, HALOP, combining continuous and discrete controls to improve generalization and specialization in order execution.

What it concludes

The study concludes that HALOP effectively improves limit order execution, offering a robust and stable solution. Potential applications include enhancing algorithmic trading systems and reducing market impact. Future research could explore further refinements and applications in different market conditions.

Extracted from this source

Evidence objects

Evidence 529975% extraction confidence
The study concludes that HALOP effectively improves limit order execution, offering a robust and stable solution. Potential applications include enhancing algorithmic trading systems and reducing market impact. Future research could explore further refinements and applications in different market conditions.

key_findings bullet 1 · key_findings · validation V0

Raw abstract and provenance

Abstract: Optimal execution is a sequential decision-making problem for cost-saving in algorithmic trading. Studies have found that reinforcement learning (RL) can help decide the order-splitting sizes. However, a problem remains unsolved: how to place limit orders at appropriate limit prices? The key challenge lies in the "continuous-discrete duality" of the action space. On the one hand, the continuous ac… ▽ More Optimal execution is a sequential decision-making problem for cost-saving in algorithmic trading. Studies have found that reinforcement learning (RL) can help decide the order-splitting sizes. However, a problem remains unsolved: how to place limit orders at appropriate limit prices? The key challenge lies in the "continuous-discrete duality" of the action space. On the one hand, the continuous action space using percentage changes in prices is preferred for generalization. On the other hand, the trader eventually needs to choose limit prices discretely due to the existence of the tick size, which requires specialization for every single stock with different characteristics (e.g., the liquidity and the price range). So we need continuous control for generalization and discrete control for specialization. To this end, we propose a hybrid RL method to combine the advantages of both of them. We first use a continuous control agent to scope an action subset, then deploy a fine-grained agent to choose a specific limit price. Extensive experiments show that our method has higher sample efficiency and better training stability than existing RL algorithms and significantly outperforms previous learning-based methods for order execution. △ Less

Source row: 1175 · abstract type: unknown