paper-with-me

Papers

Preventing Imitation Learning with Adversarial Policy Ensembles

2020-01-31 · Albert Zhan, Stas Tiomkin, Pieter Abbeel

Imitation learning can reproduce policies by observing experts, which poses a problem regarding policy privacy. Policies, such as human, or policies on deployed robots, can all be cloned without consent from the owners. How can we protect against external observers cloning our proprietary policies? To answer this question we introduce a new reinforcement learning framework, where we train an ensemble of near-optimal policies, whose demonstrations are guaranteed to be useless for an external observer. We formulate this idea by a constrained optimization problem, where the objective is to improve proprietary policies, and at the same time deteriorate the virtual policy of an eventual external observer. We design a tractable algorithm to solve this new optimization problem by modifying the standard policy gradient algorithm. Our formulation can be interpreted in lenses of confidentiality and adversarial behaviour, which enables a broader perspective of this work. We demonstrate the existence of "non-clonable" ensembles, providing a solution to the above optimization problem, which is calculated by our modified policy gradient algorithm. To our knowledge, this is the first work regarding the protection of policies in Reinforcement Learning.

📄 PDF Abstract BibTeX arXiv:2002.01059

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Balancing policy constraint and ensemble size in uncertainty-based offline reinforcement learning

2023-03-26 · Alex Beeson, Giovanni Montana

Offline reinforcement learning agents seek optimal policies from fixed data sets. With environmental interaction prohibited, agents face significant challenges in preventing errors in value estimates from compounding and…

Behavioural cloningBenchmarkingreinforcement-learning

Adversarial Model for Offline Reinforcement Learning

2023-02-21 · NeurIPS 2023 11 · Mohak Bhardwaj, Tengyang Xie, Byron Boots, Nan Jiang 외

We propose a novel model-based offline Reinforcement Learning (RL) framework, called Adversarial Model for Offline Reinforcement Learning (ARMOR), which can robustly learn policies to improve upon an arbitrary reference …

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deterministic and Discriminative Imitation (D2-Imitation): Revisiting Adversarial Imitation for Sample Efficiency

2021-12-11 · Mingfei Sun, Sam Devlin, Katja Hofmann, Shimon Whiteson

Sample efficiency is crucial for imitation learning methods to be applicable in real-world applications. Many studies improve sample efficiency by extending adversarial imitation to be off-policy regardless of the fact t…

Imitation Learning

Non-Adversarial Imitation Learning and its Connections to Adversarial Methods

2020-08-08 · Oleg Arenz, Gerhard Neumann

Many modern methods for imitation learning and inverse reinforcement learning, such as GAIL or AIRL, are based on an adversarial formulation. These methods apply GANs to match the expert's distribution over states and ac…

Imitation Learning

Robust Adversarial Policy Optimization Under Dynamics Uncertainty

2026-04-13 · Mintae Kim, Koushil Sreenath arxiv

Reinforcement learning (RL) policies often fail under dynamics that differ from training, a gap not fully addressed by domain randomization or existing adversarial RL methods. Distributionally robust RL provides a formal…

Reinforcement Learning