paper-with-me

홈 › Papers

Diverse Transformer Decoding for Offline Reinforcement Learning Using Financial Algorithmic Approaches

2025-02-13 · Dan Elbaz, Oren Salzman

Offline Reinforcement Learning (RL) algorithms learn a policy using a fixed training dataset, which is then deployed online to interact with the environment and make decisions. Transformers, a standard choice for modeling time-series data, are gaining popularity in offline RL. In this context, Beam Search (BS), an approximate inference algorithm, is the go-to decoding method. Offline RL eliminates the need for costly or risky online data collection. However, the restricted dataset induces uncertainty as the agent may encounter unfamiliar sequences of states and actions during execution that were not covered in the training data. In this context, BS lacks two important properties essential for offline RL: It does not account for the aforementioned uncertainty, and its greedy left-right search approach often results in sequences with minimal variations, failing to explore potentially better alternatives. To address these limitations, we propose Portfolio Beam Search (PBS), a simple-yet-effective alternative to BS that balances exploration and exploitation within a Transformer model during decoding. We draw inspiration from financial economics and apply these principles to develop an uncertainty-aware diversification mechanism, which we integrate into a sequential decoding algorithm at inference time. We empirically demonstrate the effectiveness of PBS on the D4RL locomotion benchmark, where it achieves higher returns and significantly reduces outcome variability.

📄 PDF Abstract BibTeX arXiv:2502.10473

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLOffline RLReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Wall Street Tree Search: Risk-Aware Planning for Offline Reinforcement Learning

2022-11-06 · Dan Elbaz, Gal Novik, Oren Salzman

Offline reinforcement-learning (RL) algorithms learn to make decisions using a given, fixed training dataset without online data collection. This problem setting is captivating because it holds the promise of utilizing p…

Decision MakingOffline RLreinforcement-learningReinforcement Learning (RL)

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

2023-09-18 · Yevgen Chebotar, Quan Vuong, Alex Irpan, Karol Hausman 외

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses …

Imitation LearningOffline RLQ-Learningreinforcement-learning+1

Pretrained LLM Adapted with LoRA as a Decision Transformer for Offline RL in Quantitative Trading

2024-11-26 · Suyeol Yun

Developing effective quantitative trading strategies using reinforcement learning (RL) is challenging due to the high risks associated with online interaction with live financial markets. Consequently, offline RL, which …

Offline RLparameter-efficient fine-tuningQ-LearningReinforcement Learning (RL)

Offline Pre-trained Multi-Agent Decision Transformer

2021-09-29 · Linghui Meng, Muning Wen, Yaodong Yang, Chenyang Le 외

Offline reinforcement learning leverages static datasets to learn optimal policies with no necessity to access the environment. This is desirable for multi-agent systems due to the expensiveness of agents' online interac…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Towards Scalable Multi-Task Reinforcement Learning with Large Decision Models

2026-06-23 · Thibaut Kulak arxiv

Recent progress in large-scale sequence modeling has shown that a single model can learn useful representations across highly diverse data distributions. Inspired by these advances, we investigate whether a unified trans…

Reinforcement LearningAutonomous Driving