# Deep Ordinal Reinforcement Learning

**Authors:** Alexander Zap, Tobias Joppen, Johannes F\"urnkranz

arXiv: 1905.02005 · 2020-12-09

## TL;DR

This paper introduces a novel approach to reinforcement learning that uses ordinal rewards instead of numerical ones, adapting existing algorithms like Deep Q-Networks to this setting and demonstrating comparable or improved performance on benchmark tasks.

## Contribution

The paper presents a general method for adapting reinforcement learning algorithms to ordinal rewards, including the development of Ordinal Deep Q-Networks, and evaluates their effectiveness.

## Key findings

- Ordinal RL variants perform comparably to numerical ones on benchmark problems.
- Ordinal RL can yield better results with simpler reward signals.
- The approach is validated on OpenAI Gym environments.

## Abstract

Reinforcement learning usually makes use of numerical rewards, which have nice properties but also come with drawbacks and difficulties. Using rewards on an ordinal scale (ordinal rewards) is an alternative to numerical rewards that has received more attention in recent years. In this paper, a general approach to adapting reinforcement learning problems to the use of ordinal rewards is presented and motivated. We show how to convert common reinforcement learning algorithms to an ordinal variation by the example of Q-learning and introduce Ordinal Deep Q-Networks, which adapt deep reinforcement learning to ordinal rewards. Additionally, we run evaluations on problems provided by the OpenAI Gym framework, showing that our ordinal variants exhibit a performance that is comparable to the numerical variations for a number of problems. We also give first evidence that our ordinal variant is able to produce better results for problems with less engineered and simpler-to-design reward signals.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.02005/full.md

## Figures

23 figures with captions in the complete paper: https://tomesphere.com/paper/1905.02005/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1905.02005/full.md

---
Source: https://tomesphere.com/paper/1905.02005