paper-with-me

Papers

Automatic Testing With Reusable Adversarial Agents

2019-10-30 · Xin Qin, Nikos Aréchiga, Andrew Best, Jyotirmoy Deshmukh

Autonomous systems such as self-driving cars and general-purpose robots are safety-critical systems that operate in highly uncertain and dynamic environments. We propose an interactive multi-agent framework where the system-under-design is modeled as an ego agent and its environment is modeled by a number of adversarial (ado) agents. For example, a self-driving car is an ego agent whose behavior is influenced by ado agents such as pedestrians, bicyclists, traffic lights, road geometry etc. Given a logical specification of the correct behavior of the ego agent, and a set of constraints that encode reasonable adversarial behavior, our framework reduces the adversarial testing problem to the problem of synthesizing controllers for (constrained) ado agents that cause the ego agent to violate its specifications. Specifically, we explore the use of tabular and deep reinforcement learning approaches for synthesizing adversarial agents. We show that ado agents trained in this fashion are better than traditional falsification or testing techniques because they can generalize to ego agents and environments that differ from the original ego agent. We demonstrate the efficacy of our technique on two real-world case studies from the domain of self-driving cars.

📄 PDF Abstract BibTeX arXiv:1910.13645

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesDeep Reinforcement LearningReinforcement LearningSelf-Driving Cars

Similar Papers 제목 키워드 기반

MIMIC-Py: An Extensible Tool for Personality-Driven Automated Game Testing with Large Language Models

2026-04-09 · Yifei Chen, Sarra Habchi, Lili Wei arxiv

Modern video games are complex, non-deterministic systems that are difficult to test automatically at scale. Although prior work shows that personality-driven Large Language Model (LLM) agents can improve behavioural div…

CRASH: Challenging Reinforcement-Learning Based Adversarial Scenarios For Safety Hardening

2024-11-26 · Amar Kulkarni, Shangtong Zhang, Madhur Behl

Ensuring the safety of autonomous vehicles (AVs) requires identifying rare but critical failure cases that on-road testing alone cannot discover. High-fidelity simulations provide a scalable alternative, but automaticall…

Autonomous VehiclesDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Allocation Problems in Ride-Sharing Platforms: Online Matching with Offline Reusable Resources

2017-11-22 · John P. Dickerson, Karthik A. Sankararaman, Aravind Srinivasan, Pan Xu

Bipartite matching markets pair agents on one side of a market with agents, items, or contracts on the opposing side. Prior work addresses online bipartite matching markets, where agents arrive over time and are dynamica…

Engineering Robustness into Personal Agents with the AI Workflow Store

2026-05-11 · Roxana Geambasu, Mariana Raykova, Pierre Tholoniat, Trishita Tiwari 외 arxiv

The dominant paradigm for AI agents is an "on-the-fly" loop in which agents synthesize plans and execute actions within seconds or minutes in response to user prompts. We argue that this paradigm short-circuits disciplin…

SkillEvolBench: Benchmarking the Evolution from Episodic Experience to Procedural Skills

2026-05-22 · Yingtie Lei, Zhongwei Wan, Jiankun Zhang, Samiul Alam 외 arxiv

Large language model (LLM) agents accumulate rich episodic trajectories while solving real-world tasks, but it remains unclear whether such experience can be distilled into reusable procedural skills. We introduce SkillE…