paper-with-me

Papers

Think Smart, Act SMARL! Analyzing Probabilistic Logic Shields for Multi-Agent Reinforcement Learning

2024-11-07 · Satchit Chatterji, Erman Acar

Safe reinforcement learning (RL) is crucial for real-world applications, and multi-agent interactions introduce additional safety challenges. While Probabilistic Logic Shields (PLS) has been a powerful proposal to enforce safety in single-agent RL, their generalizability to multi-agent settings remains unexplored. In this paper, we address this gap by conducting extensive analyses of PLS within decentralized, multi-agent environments, and in doing so, propose Shielded Multi-Agent Reinforcement Learning (SMARL) as a general framework for steering MARL towards norm-compliant outcomes. Our key contributions are: (1) a novel Probabilistic Logic Temporal Difference (PLTD) update for shielded, independent Q-learning, which incorporates probabilistic constraints directly into the value update process; (2) a probabilistic logic policy gradient method for shielded PPO with formal safety guarantees for MARL; and (3) comprehensive evaluation across symmetric and asymmetrically shielded $n$-player game-theoretic benchmarks, demonstrating fewer constraint violations and significantly better cooperation under normative constraints. These results position SMARL as an effective mechanism for equilibrium selection, paving the way toward safer, socially aligned multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2411.04867

Code (1)

satchitchatterji/shieldedmarlthesis 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

SMARLA: A Safety Monitoring Approach for Deep Reinforcement Learning Agents

2023-08-03 · Amirhossein Zolfagharian, Manel Abdellatif, Lionel C. Briand, Ramesh S

Deep Reinforcement Learning (DRL) has made significant advancements in various fields, such as autonomous driving, healthcare, and robotics, by enabling agents to learn optimal policies through interactions with their en…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

ThinkSum: Probabilistic reasoning over sets using large language models

2022-10-04 · Batu Ozturkler, Nikolay Malkin, Zhen Wang, Nebojsa Jojic

Large language models (LLMs) have a substantial capacity for high-level analogical reasoning: reproducing patterns in linear text that occur in their training data (zero-shot evaluation) or in the provided context (few-s…

In-Context LearningRetrieval

Extreme Event Prediction with Multi-agent Reinforcement Learning-based Parametrization of Atmospheric and Oceanic Turbulence

2023-12-01 · Rambod Mojgani, Daniel Waelchli, Yifei Guan, Petros Koumoutsakos 외

Global climate models (GCMs) are the main tools for understanding and predicting climate change. However, due to limited numerical resolutions, these models suffer from major structural uncertainties; e.g., they cannot r…

Multi-agent Reinforcement Learning

Towards Ubiquitous Intelligent Hand Interaction

2023-08-21 · Chen Liang

The development of ubiquitous computing and sensing devices has brought about novel interaction scenarios such as mixed reality and IoT (e.g., smart home), which pose new demands for the next generation of natural user i…

Mixed Reality

Thinking Longer, Not Always Smarter: Evaluating LLM Capabilities in Hierarchical Legal Reasoning

2025-10-09 · Li Zhang, Matthias Grabmair, Morgan Gray, Kevin Ashley arxiv

Case-based reasoning is a cornerstone of U.S. legal practice, requiring professionals to argue about a current case by drawing analogies to and distinguishing from past precedents. While Large Language Models (LLMs) have…

Legal Reasoning