paper-with-me

홈 › Papers

Markov Decision Process modeled with Bandits for Sequential Decision Making in Linear-flow

2021-07-01 · Wenjun Zeng, Yi Liu

For marketing, we sometimes need to recommend content for multiple pages in sequence. Different from general sequential decision making process, the use cases have a simpler flow where customers per seeing recommended content on each page can only return feedback as moving forward in the process or dropping from it until a termination state. We refer to this type of problems as sequential decision making in linear--flow. We propose to formulate the problem as an MDP with Bandits where Bandits are employed to model the transition probability matrix. At recommendation time, we use Thompson sampling (TS) to sample the transition probabilities and allocate the best series of actions with analytical solution through exact dynamic programming. The way that we formulate the problem allows us to leverage TS's efficiency in balancing exploration and exploitation and Bandit's convenience in modeling actions' incompatibility. In the simulation study, we observe the proposed MDP with Bandits algorithm outperforms Q-learning with $\epsilon$-greedy and decreasing $\epsilon$, independent Bandits, and interaction Bandits. We also find the proposed algorithm's performance is the most robust to changes in the across-page interdependence strength.

📄 PDF Abstract BibTeX arXiv:2107.00204

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMarketingQ-LearningSequential Decision MakingThompson Sampling

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

A Reduction-based Framework for Sequential Decision Making with Delayed Feedback

2023-02-03 · NeurIPS 2023 11 · Yunchang Yang, Han Zhong, Tianhao Wu, Bin Liu 외

We study stochastic delayed feedback in general multi-agent sequential decision making, which includes bandits, single-agent Markov decision processes (MDPs), and Markov games (MGs). We propose a novel reduction-based fr…

Decision MakingSequential Decision Making

Fair Resource Allocation in Weakly Coupled Markov Decision Processes

2024-11-14 · Xiaohui Tu, Yossiri Adulyasak, Nima Akbarzadeh, Erick Delage

We consider fair resource allocation in sequential decision-making environments modeled as weakly coupled Markov decision processes, where resource constraints couple the action spaces of $N$ sub-Markov decision processe…

Decision MakingDeep Reinforcement LearningFairnessSequential Decision Making

Parameterized Exploration

2019-07-13 · Jesse Clifton, Lili Wu, Eric Laber

We introduce Parameterized Exploration (PE), a simple family of methods for model-based tuning of the exploration schedule in sequential decision problems. Unlike common heuristics for exploration, our method accounts fo…

Multi-Armed Bandits

Provably Efficient UCB-type Algorithms For Learning Predictive State Representations

2023-07-01 · Ruiquan Huang, Yingbin Liang, Jing Yang

The general sequential decision-making problem, which includes Markov decision processes (MDPs) and partially observable MDPs (POMDPs) as special cases, aims at maximizing a cumulative reward by making a sequence of deci…

Computational EfficiencyDecision MakingSequential Decision Making

Regime Switching Bandits

2020-01-26 · NeurIPS 2021 12 · Xiang Zhou, Yi Xiong, Ningyuan Chen, Xuefeng Gao

We study a multi-armed bandit problem where the rewards exhibit regime switching. Specifically, the distributions of the random rewards generated from all arms are modulated by a common underlying state modeled as a fini…

Reinforcement Learning