paper-with-me

홈 › Papers

Learning Robust Penetration Testing Policies under Partial Observability: A systematic evaluation

2025-09-24 · Raphael Simon, Pieter Libin, Wim Mees arxiv

Penetration testing, the simulation of cyberattacks to identify security vulnerabilities, presents a sequential decision-making problem well-suited for reinforcement learning (RL) automation. Like many applications of RL to real-world problems, partial observability presents a major challenge, as it invalidates the Markov property present in Markov Decision Processes (MDPs). Partially Observable MDPs require history aggregation or belief state estimation to learn successful policies. We investigate stochastic, partially observable penetration testing scenarios over host networks of varying size, aiming to better reflect real-world complexity through more challenging and representative benchmarks. This approach leads to the development of more robust and transferable policies, which are crucial for ensuring reliable performance across diverse and unpredictable real-world environments. Using vanilla Proximal Policy Optimization (PPO) as a baseline, we compare a selection of PPO-based variants designed to mitigate partial observability, including frame-stacking, augmenting observations with historical information, and employing LSTM or TrXL architectures. We conduct a systematic empirical analysis of these algorithms across different host network sizes. We find that this task greatly benefits from history aggregation. Converging up to four times faster than other approaches. Manual inspection of the learned policies by the algorithms reveals clear distinctions and provides insights that go beyond quantitative results.

📄 PDF Abstract BibTeX arXiv:2509.20008

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

POPGym Arcade: Parallel Pixelated POMDPs

2025-03-03 · Zekang Wang, Zhe He, Borong Zhang, Edan Toledo 외

We present the POPGym Arcade, a collection of hardware-accelerated, pixel-based environments with shared observation and action spaces. Each environment includes fully and partially observable variants, enabling counterf…

counterfactualImitation LearningQ-Learning

Leveraging Fully Observable Policies for Learning under Partial Observability

2022-11-03 · Hai Nguyen, Andrea Baisero, Dian Wang, Christopher Amato 외

Reinforcement learning in partially observable domains is challenging due to the lack of observable state information. Thankfully, learning offline in a simulator with such state information is often possible. In particu…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

NASimJax: A GPU-Accelerated Policy Learning Framework for Penetration Testing

2026-03-20 · Raphael Simon, José Carrasquel, Wim Mees, Pieter Libin arxiv

Penetration testing, the practice of simulating cyberattacks to identify vulnerabilities, is a complex sequential decision-making task that is inherently partially observable and features large action spaces. Training re…

Reinforcement Learning

Deep Decentralized Multi-task Multi-Agent Reinforcement Learning under Partial Observability

2017-03-17 · ICML 2017 8 · Shayegan Omidshafiei, Jason Pazis, Christopher Amato, Jonathan P. How 외

Many real-world tasks involve multiple agents with partial observability and limited communication. Learning is challenging in these settings due to local viewpoints of agents, which perceive the world as non-stationary …

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

Recurrent Deep Reinforcement Learning for Chemotherapy Control under Partial Observability

2026-05-04 · Firas Mohamed Elamine Kiram, Imane Youkana, Rachida Saouli, Gian Antonio Susto 외 arxiv

Chemotherapy dose optimization can be formulated as a dynamic treatment regime, requiring sequential decisions under uncertainty that must balance tumor suppression against toxicity. However, most reinforcement learning …

Reinforcement Learning