Skip to content

Dynamic Programming with State Abstraction for Reinforcement Learning

Sep 2026 · Zenodo (CERN European Organization for Nuclear Research)
Reinforcement Learning in Robotics

Abstract

Reinforcement learning (RL) relies heavily on dynamic programming (DP) to find optimal policies. However, the curse of dimensionality significantly limits its applicability in environments with large or continuous state spaces. Traditional DP methods become computationally intractable, often requiring exponential time and memory with respect to the number of states. This paper proposes a novel approach that combines dynamic programming with state abstraction. The core idea is to allow the algorithm to automatically learn to group similar states together, effectively reducing the size of the state space without compromising the accuracy of the DP solution. The algorithm iteratively identifies states based on their similarity, creating abstract states, and then applies DP on these smaller state sets. We demonstrate that this approach offers a significant improvement in computational efficiency and scalability compared to standard DP, particularly in environments where state space exploration is a major bottleneck. The key elements of this method include a similarity metric for state comparison, a clustering algorithm to group similar states, and an efficient DP solver applied to the abstracted state sets. The theoretical framework presented here provides a foundation for designing more scalable and robust RL algorithms.

View source

Similar papers

#machine learning Review Open access Oct 2014

Software development in startup companies: A systematic mapping study

The results indicate that software engineering work practices are chosen opportunistically, adapted and configured to provide value under the constrains imposed by the startup context.

Nicolò Paternoster, Carmine Giardino, M. Unterkalmsteiner et al. · 394 citations · ⚡54
#machine learning Review Open access Jun 2014

Why Early-Stage Software Startups Fail: A Behavioral Framework

This state-of-practice investigation was performed using a literature review followed by a multiple-case study approach and presents how inconsistency between managerial strategies and execution can lead to failure by means of a behavioral framework.

Carmine Giardino, Xiaofeng Wang, P. Abrahamsson · 175 citations · ⚡19
#machine learning Review Open access Oct 2016

“Failures” to be celebrated: an analysis of major pivots of software startups

This study conducts a case survey study based on the secondary data of the major pivots happened in 49 software startups, and demonstrates that customer need pivot is the most common among all pivot types.

Sohaib Shahid Bajwa, Xiaofeng Wang, Anh Nguyen-Duc et al. · 127 citations · ⚡15
#machine learning Review Open access May 2016

Key Challenges in Software Startups Across Life Cycle Stages

It is found that what perceived as biggest challenges by software startups do vary across different life cycle stages, even though its significance decreases when the learning focuses of the startups move from problem to solution and their products mature.

Xiaofeng Wang, Henry Edison, Sohaib Shahid Bajwa et al. · 62 citations · ⚡6

Related blog posts

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.