paper-with-me

Papers

Reward-Free Attacks in Multi-Agent Reinforcement Learning

2021-12-02 · Ted Fujimoto, Timothy Doster, Adam Attarian, Jill Brandenberger, Nathan Hodas

We investigate how effective an attacker can be when it only learns from its victim's actions, without access to the victim's reward. In this work, we are motivated by the scenario where the attacker wants to behave strategically when the victim's motivations are unknown. We argue that one heuristic approach an attacker can use is to maximize the entropy of the victim's policy. The policy is generally not obfuscated, which implies it may be extracted simply by passively observing the victim. We provide such a strategy in the form of a reward-free exploration algorithm that maximizes the attacker's entropy during the exploration phase, and then maximizes the victim's empirical entropy during the planning phase. In our experiments, the victim agents are subverted through policy entropy maximization, implying an attacker might not need access to the victim's reward to succeed. Hence, reward-free attacks, which are based only on observing behavior, show the feasibility of an attacker to act strategically without knowledge of the victim's motives even if the victim's reward information is protected.

📄 PDF Abstract BibTeX arXiv:2112.00940

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reward Poisoning Attacks on Offline Multi-Agent Reinforcement Learning

2022-06-04 · Young Wu, Jeremy McMahan, Xiaojin Zhu, Qiaomin Xie

In offline multi-agent reinforcement learning (MARL), agents estimate policies from a given dataset. We study reward-poisoning attacks in this setting where an exogenous attacker modifies the rewards in the dataset befor…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Adversarial Attacks on Online Multi-agent Reinforcement Learning

2023-07-15 · NeurIPS 2023 11

Due to the broad range of applications of multi-agent reinforcement learning (MARL), understanding the effects of adversarial attacks against MARL model is essential for the safe applications of this model. Motivated by …

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Adversarial Inception Backdoor Attacks against Reinforcement Learning

2024-10-17 · Ethan Rathbun, Alina Oprea, Christopher Amato

Recent works have demonstrated the vulnerability of Deep Reinforcement Learning (DRL) algorithms against training-time, backdoor poisoning attacks. The objectives of these attacks are twofold: induce pre-determined, adve…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Beware Untrusted Simulators -- Reward-Free Backdoor Attacks in Reinforcement Learning

2026-02-04 · Ethan Rathbun, Wo Wei Lin, Alina Oprea, Christopher Amato arxiv

Simulated environments are a key piece in the success of Reinforcement Learning (RL), allowing practitioners and researchers to train decision making agents without running expensive experiments on real hardware. Simulat…

Reinforcement LearningDecision Making

Efficient Reward Poisoning Attacks on Online Deep Reinforcement Learning

2022-05-30 · Yinglun Xu, Qi Zeng, Gagandeep Singh

We study reward poisoning attacks on online deep reinforcement learning (DRL), where the attacker is oblivious to the learning algorithm used by the agent and the dynamics of the environment. We demonstrate the intrinsic…

Data PoisoningDeep Reinforcement LearningMuJoCoreinforcement-learning+2