paper-with-me

Papers

From Bandits Model to Deep Deterministic Policy Gradient, Reinforcement Learning with Contextual Information

2023-10-01 · Zhendong Shi, Xiaoli Wei, Ercan E. Kuruoglu

The problem of how to take the right actions to make profits in sequential process continues to be difficult due to the quick dynamics and a significant amount of uncertainty in many application scenarios. In such complicated environments, reinforcement learning (RL), a reward-oriented strategy for optimum control, has emerged as a potential technique to address this strategic decision-making issue. However, reinforcement learning also has some shortcomings that make it unsuitable for solving many financial problems, excessive resource consumption, and inability to quickly obtain optimal solutions, making it unsuitable for quantitative trading markets. In this study, we use two methods to overcome the issue with contextual information: contextual Thompson sampling and reinforcement learning under supervision which can accelerate the iterations in search of the best answer. In order to investigate strategic trading in quantitative markets, we merged the earlier financial trading strategy known as constant proportion portfolio insurance (CPPI) into deep deterministic policy gradient (DDPG). The experimental results show that both methods can accelerate the progress of reinforcement learning to obtain the optimal solution.

📄 PDF Abstract BibTeX arXiv:2310.00642

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Similar Papers 제목 키워드 기반

Local Metric Learning for Off-Policy Evaluation in Contextual Bandits with Continuous Actions

2022-10-24 · Haanvid Lee, Jongmin Lee, Yunseon Choi, Wonseok Jeon 외

We consider local kernel metric learning for off-policy evaluation (OPE) of deterministic policies in contextual bandits with continuous action spaces. Our work is motivated by practical scenarios where the target policy…

Metric LearningMulti-Armed BanditsOff-policy evaluation

Sample Complexity Reduction via Policy Difference Estimation in Tabular Reinforcement Learning

2024-06-11 · Adhyyan Narang, Andrew Wagenmaker, Lillian Ratliff, Kevin Jamieson

In this paper, we study the non-asymptotic sample complexity for the pure exploration problem in contextual bandits and tabular reinforcement learning (RL): identifying an epsilon-optimal policy from a set of policies wi…

Multi-Armed BanditsReinforcement Learning (RL)

BanditSum: Extractive Summarization as a Contextual Bandit

2018-09-25 · EMNLP 2018 10 · Yue Dong, Yikang Shen, Eric Crawford, Herke van Hoof 외

In this work, we propose a novel method for training neural networks to perform single-document extractive summarization without heuristically-generated extractive labels. We call our approach BanditSum as it treats extr…

Extractive SummarizationExtractive Text SummarizationReinforcement Learning

Representation-Driven Reinforcement Learning

2023-05-31 · Ofir Nabati, Guy Tennenholtz, Shie Mannor

We present a representation-driven framework for reinforcement learning. By representing policies as estimates of their expected values, we leverage techniques from contextual bandits to guide exploration and exploitatio…

Multi-Armed Banditsreinforcement-learningReinforcement Learning

Zeroth-Order Policy Gradient for Reinforcement Learning from Human Feedback without Reward Inference

2024-09-25 · Qining Zhang, Lei Ying

Reward inference (learning a reward model from human preferences) is a critical intermediate step in Reinforcement Learning from Human Feedback (RLHF) for fine-tuning Large Language Models (LLMs) such as ChatGPT. In prac…