金融アルゴリズム手法を用いたオフライン強化学習のための多様なTransformerデコーディング
Diverse Transformer Decoding for Offline Reinforcement Learning Using Financial Algorithmic Approaches
オフライン強化学習におけるTransformerのデコーディングで、金融経済学のポートフォリオ理論に着想を得た不確実性を考慮した多様化機構を導入し、探索と活用のバランスを改善するPortfolio Beam Searchを提案。
著者: Dan Elbaz, Oren Salzman
分類: cs.AI, cs.LG
原文アブストラクト
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.
関連論文
- VGFM: フローマッチングにおける密な価値誘導による表現力豊かなロボット方策オフライン強化学習
- オフライン強化学習における拡散ポリシーのためのノイズ空間ポリシー勾配オフライン強化学習
- CoDrift: オフライン強化学習のための合成的ドリフトオフライン強化学習
- オフライン強化学習のためのポリシー抽出の分離オフライン強化学習
- RoMAN-Flow: ロボット操作におけるオフライン強化学習のための自己回帰正規化フローの制御オフライン強化学習
- 効率的なオフライン強化学習のためのショートカット軌道計画オフライン強化学習