paper-with-me

Papers

Learning Altruistic Behaviours in Reinforcement Learning without External Rewards

2021-07-20 · ICLR 2022 4 · Tim Franzmeyer, Mateusz Malinowski, João F. Henriques

Can artificial agents learn to assist others in achieving their goals without knowing what those goals are? Generic reinforcement learning agents could be trained to behave altruistically towards others by rewarding them for altruistic behaviour, i.e., rewarding them for benefiting other agents in a given situation. Such an approach assumes that other agents' goals are known so that the altruistic agent can cooperate in achieving those goals. However, explicit knowledge of other agents' goals is often difficult to acquire. In the case of human agents, their goals and preferences may be difficult to express fully; they might be ambiguous or even contradictory. Thus, it is beneficial to develop agents that do not depend on external supervision and learn altruistic behaviour in a task-agnostic manner. We propose to act altruistically towards other agents by giving them more choice and allowing them to achieve their goals better. Some concrete examples include opening a door for others or safeguarding them to pursue their objectives without interference. We formalize this concept and propose an altruistic agent that learns to increase the choices another agent has by preferring to maximize the number of states that the other agent can reach in its future. We evaluate our approach in three different multi-agent environments where another agent's success depends on altruistic behaviour. Finally, we show that our unsupervised agents can perform comparably to agents explicitly trained to work cooperatively, in some cases even outperforming them.

📄 PDF Abstract BibTeX arXiv:2107.09598

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning to Solve Tasks with Exploring Prior Behaviours

2023-07-06 · Ruiqi Zhu, Siyuan Li, Tianhong Dai, Chongjie Zhang 외

Demonstrations are widely used in Deep Reinforcement Learning (DRL) for facilitating solving tasks with sparse rewards. However, the tasks in real-world scenarios can often have varied initial conditions from the demonst…

Deep Reinforcement Learning

Integrated Altruistic and Fairness Preference Induces Advanced Mutual Cooperation in Sequential Social Dilemmas

2026-07-06 · Yu Wei, Yukiko Ogura, Yoshiyuki Ohmura, Ildefons Magrans de Abril 외 arxiv

Inducing cooperation among distributed agents is still a difficult problem in the field of multi-agent reinforcement learning (MARL), particularly in social dilemma situations. There, individual interests are misaligned …

Multi-agent Reinforcement Learning

Learning Task Agnostic Skills with Data-driven Guidance

2021-08-04 · ICML Workshop URL 2021 7 · Even Klemsdal, Sverre Herland, Abdulmajid Murad

To increase autonomy in reinforcement learning, agents need to learn useful behaviours without reliance on manually designed reward functions. To that end, skill discovery methods have been used to learn the intrinsic op…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Continuously evolving rewards in an open-ended environment

2024-05-02 · Richard M. Bailey

Unambiguous identification of the rewards driving behaviours of entities operating in complex open-ended real-world environments is difficult, partly because goals and associated behaviours emerge endogenously and are dy…

Learning Purposeful Behaviour in the Absence of Rewards

2016-05-25 · Marlos C. Machado, Michael Bowling

Artificial intelligence is commonly defined as the ability to achieve goals in the world. In the reinforcement learning framework, goals are encoded as reward functions that guide agent behaviour, and the sum of observed…

Reinforcement Learning