AILGSep 27, 2024

Autoregressive Policy Optimization for Constrained Allocation Tasks

arXiv:2409.18735v1h-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of handling intricate linear constraints in allocation tasks for applications like finance and computing, though it appears incremental as it builds on existing CRL methods.

The paper tackles the problem of learning policies for constrained allocation tasks, such as portfolio optimization and workload distribution, by proposing an autoregressive method with a de-biasing mechanism, and demonstrates superior performance compared to existing Constrained Reinforcement Learning methods on three benchmarks.

Allocation tasks represent a class of problems where a limited amount of resources must be allocated to a set of entities at each time step. Prominent examples of this task include portfolio optimization or distributing computational workloads across servers. Allocation tasks are typically bound by linear constraints describing practical requirements that have to be strictly fulfilled at all times. In portfolio optimization, for example, investors may be obligated to allocate less than 30\% of the funds into a certain industrial sector in any investment period. Such constraints restrict the action space of allowed allocations in intricate ways, which makes learning a policy that avoids constraint violations difficult. In this paper, we propose a new method for constrained allocation tasks based on an autoregressive process to sequentially sample allocations for each entity. In addition, we introduce a novel de-biasing mechanism to counter the initial bias caused by sequential sampling. We demonstrate the superior performance of our approach compared to a variety of Constrained Reinforcement Learning (CRL) methods on three distinct constrained allocation tasks: portfolio optimization, computational workload distribution, and a synthetic allocation benchmark. Our code is available at: https://github.com/niklasdbs/paspo

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes