HAVA: Hybrid Approach to Value-Alignment through Reward Weighing for Reinforcement Learning
Kryspin Varys, Federico Cerutti, Adam Sobey, Timothy J. Norman
TL;DR
This work addresses value alignment for reinforcement learning by merging mandatory rule-based norms with learned social norms within a unified framework called HAVA. HAVA augments the MDP with a reputation variable and uses it to weight task rewards, ensuring actions comply with safety/legal norms while encouraging socially acceptable behavior. Through grid-world and SUMO-based junction experiments, HAVA demonstrates that combining RB and DD yields value-aligned policies, avoiding both unsafe norm violations and socially inappropriate strategies observed in purely rule-based or purely data-driven approaches. The results highlight the importance of norm severity awareness and forgiveness dynamics in shaping policies that resemble human behavior and can generalize to complex, continuous environments.
Abstract
Our society is governed by a set of norms which together bring about the values we cherish such as safety, fairness or trustworthiness. The goal of value-alignment is to create agents that not only do their tasks but through their behaviours also promote these values. Many of the norms are written as laws or rules (legal / safety norms) but even more remain unwritten (social norms). Furthermore, the techniques used to represent these norms also differ. Safety / legal norms are often represented explicitly, for example, in some logical language while social norms are typically learned and remain hidden in the parameter space of a neural network. There is a lack of approaches in the literature that could combine these various norm representations into a single algorithm. We propose a novel method that integrates these norms into the reinforcement learning process. Our method monitors the agent's compliance with the given norms and summarizes it in a quantity we call the agent's reputation. This quantity is used to weigh the received rewards to motivate the agent to become value-aligned. We carry out a series of experiments including a continuous state space traffic problem to demonstrate the importance of the written and unwritten norms and show how our method can find the value-aligned policies. Furthermore, we carry out ablations to demonstrate why it is better to combine these two groups of norms rather than using either separately.
