# Deep Reinforcement Learning for Optimal Asset Allocation Using DDPG with TiDE

**Authors:** Rongwei Liu, Jin Zheng, John Cartlidge

arXiv: 2508.20103 · 2026-01-06

## TL;DR

This paper introduces a novel reinforcement learning approach using DDPG with TiDE for dynamic asset allocation, outperforming traditional methods and passive strategies in financial markets.

## Contribution

It integrates TiDE into DDPG to enhance continuous decision-making in asset allocation, addressing limitations of conventional methods and demonstrating superior empirical performance.

## Key findings

- DDPG-TiDE outperforms Q-learning in asset allocation tasks.
- DDPG-TiDE achieves higher risk-adjusted returns than buy-and-hold.
- The framework effectively models the sequential decision-making process in finance.

## Abstract

The optimal asset allocation between risky and risk-free assets is a persistent challenge due to the inherent volatility in financial markets. Conventional methods rely on strict distributional assumptions or non-additive reward ratios, which limit their robustness and applicability to investment goals. To overcome these constraints, this study formulates the optimal two-asset allocation problem as a sequential decision-making task within a Markov Decision Process (MDP). This framework enables the application of reinforcement learning (RL) mechanisms to develop dynamic policies based on simulated financial scenarios, regardless of prerequisites. We use the Kelly criterion to balance immediate reward signals against long-term investment objectives, and we take the novel step of integrating the Time-series Dense Encoder (TiDE) into the Deep Deterministic Policy Gradient (DDPG) RL framework for continuous decision-making. We compare DDPG-TiDE with a simple discrete-action Q-learning RL framework and a passive buy-and-hold investment strategy. Empirical results show that DDPG-TiDE outperforms Q-learning and generates higher risk adjusted returns than buy-and-hold. These findings suggest that tackling the optimal asset allocation problem by integrating TiDE within a DDPG reinforcement learning framework is a fruitful avenue for further exploration.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20103/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20103/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/2508.20103/full.md

---
Source: https://tomesphere.com/paper/2508.20103