# Modular Multi-Objective Deep Reinforcement Learning with Decision Values

**Authors:** Tomasz Tajmajer

arXiv: 1704.06676 · 2018-02-26

## TL;DR

This paper introduces a modular deep reinforcement learning architecture that uses separate Deep Q-Networks for multiple objectives, incorporating decision values to effectively combine their outputs and enable flexible, multi-objective decision-making.

## Contribution

It proposes a novel multi-objective DQN architecture with decision values, allowing modular, controllable, and adaptable behavior in complex environments.

## Key findings

- Effective multi-objective control in a 2D game environment
- Ability to adjust objective priorities post-learning
- Modular design facilitates behavior decomposition

## Abstract

In this work we present a method for using Deep Q-Networks (DQNs) in multi-objective environments. Deep Q-Networks provide remarkable performance in single objective problems learning from high-level visual state representations. However, in many scenarios (e.g in robotics, games), the agent needs to pursue multiple objectives simultaneously. We propose an architecture in which separate DQNs are used to control the agent's behaviour with respect to particular objectives. In this architecture we introduce decision values to improve the scalarization of multiple DQNs into a single action. Our architecture enables the decomposition of the agent's behaviour into controllable and replaceable sub-behaviours learned by distinct modules. Moreover, it allows to change the priorities of particular objectives post-learning, while preserving the overall performance of the agent. To evaluate our solution we used a game-like simulator in which an agent - provided with high-level visual input - pursues multiple objectives in a 2D world.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.06676/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1704.06676/full.md

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