paper-with-me

Papers

Value function interference and greedy action selection in value-based multi-objective reinforcement learning

2024-02-09 · Peter Vamplew, Cameron Foale, Richard Dazeley

Multi-objective reinforcement learning (MORL) algorithms extend conventional reinforcement learning (RL) to the more general case of problems with multiple, conflicting objectives, represented by vector-valued rewards. Widely-used scalar RL methods such as Q-learning can be modified to handle multiple objectives by (1) learning vector-valued value functions, and (2) performing action selection using a scalarisation or ordering operator which reflects the user's utility with respect to the different objectives. However, as we demonstrate here, if the user's utility function maps widely varying vector-values to similar levels of utility, this can lead to interference in the value-function learned by the agent, leading to convergence to sub-optimal policies. This will be most prevalent in stochastic environments when optimising for the Expected Scalarised Return criterion, but we present a simple example showing that interference can also arise in deterministic environments. We demonstrate empirically that avoiding the use of random tie-breaking when identifying greedy actions can ameliorate, but not fully overcome, the problems caused by value function interference.

📄 PDF Abstract BibTeX arXiv:2402.06266

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Objective Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

Q-Networks for Binary Vector Actions

2015-12-04 · Naoto Yoshida

In this paper reinforcement learning with binary vector actions was investigated. We suggest an effective architecture of the neural networks for approximating an action-value function with binary vector actions. The pro…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Fitted Q-iteration in continuous action-space MDPs

2007-12-01 · NeurIPS 2007 12 · András Antos, Csaba Szepesvári, Rémi Munos

We consider continuous state, continuous action batch reinforcement learning where the goal is to learn a good policy from a sufficiently rich trajectory generated by another policy. We study a variant of fitted Q-iterat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Global sensitivity analysis for optimization with variable selection

2018-11-12 · Adrien Spagnol, Rodolphe Le Riche, Sebastien Da Veiga

The optimization of high dimensional functions is a key issue in engineering problems but it frequently comes at a cost that is not acceptable since it usually involves a complex and expensive computer code. Engineers of…

SensitivityVariable Selection

Newton Greedy Pursuit: A Quadratic Approximation Method for Sparsity-Constrained Optimization

2014-06-01 · CVPR 2014 6 · Xiao-Tong Yuan, Qingshan Liu

First-order greedy selection algorithms have been widely applied to sparsity-constrained optimization. The main theme of this type of methods is to evaluate the function gradient in the previous iteration to update the n…

parameter estimation

Exploiting Semantic Epsilon Greedy Exploration Strategy in Multi-Agent Reinforcement Learning

2022-01-26 · Hon Tik Tse, Ho-fung Leung

Multi-agent reinforcement learning (MARL) can model many real world applications. However, many MARL approaches rely on epsilon greedy for exploration, which may discourage visiting advantageous states in hard scenarios.…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)SMAC+2