Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

The Big Picture

Modeling cyber defense as an event-driven, continuous-time problem and using graph-based controllers yields far more stable, effective defender agents that transfer to live systems without extra tuning.

Key Findings

Defenders trained on an asynchronous event-driven simulator and a graph-plus-continuous-time neural controller achieved much higher rewards and repaired many more services than standard, turn-based baselines. The continuous-time integrations smooth noisy alert bursts, stabilizing learning and preventing sudden policy collapse. Graph-based processing of network topology lets the policy scale to changing networks instead of memorizing fixed layouts. Trained defenders transferred zero-shot to live container tests with strong performance, showing real deployability. Event-Driven Agent Pattern.

By the Numbers

12.0× higher median training reward: CT-GMARL median 57,135 versus R-MAPPO 28,347.
212× more compromised services restored by CT-GMARL, with a median of 144 services remediated.
3Zero-shot transfer to live containers produced a median reward of 98,026 without any fine-tuning.

Why It Matters

Engineers building autonomous defenders and orchestration systems will learn how to handle real-world, noisy telemetry and changing network layouts. Security operations leads can evaluate whether an autonomous policy trained this way could reduce analyst alert fatigue and actively remediate incidents. Researchers comparing agent evaluation methods get a practical benchmark for zero-shot transfer from simulation to live targets. Reflection Pattern.
Test your agentsValidate against real scenarios
Learn More

Key Figures

Figure 6 : Blue Team KL Divergence. CT-GMARL (pink) maintains extreme stability during alert storms compared to the volatile gradient spikes seen in R-MAPPO (orange).
Fig 6: Figure 6 : Blue Team KL Divergence. CT-GMARL (pink) maintains extreme stability during alert storms compared to the volatile gradient spikes seen in R-MAPPO (orange).
Figure 8 : Blue Policy Loss. CT-GMARL (pink) maintains a tightly bounded actor update, whereas R-MAPPO (orange) oscillates wildly, reaching 0.08 0.08 .
Fig 7: Figure 8 : Blue Policy Loss. CT-GMARL (pink) maintains a tightly bounded actor update, whereas R-MAPPO (orange) oscillates wildly, reaching 0.08 0.08 .
Figure 10 : Aggregate Reward Yields. The CT-GMARL learning curve (pink) converges to a median reward of 57,135, achieving a 2.0 × 2.0\times improvement over R-MAPPO (orange, 28,347).
Fig 8: Figure 10 : Aggregate Reward Yields. The CT-GMARL learning curve (pink) converges to a median reward of 57,135, achieving a 2.0 × 2.0\times improvement over R-MAPPO (orange, 28,347).
Figure 11 : Total Services Restored. CT-GMARL (pink) restores a median of 144 services, demonstrating active remediation rather than passive prevention.
Fig 9: Figure 11 : Total Services Restored. CT-GMARL (pink) restores a median of 144 services, demonstrating active remediation rather than passive prevention.

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Yes, But...

Continuous-time integration via Neural ODEs increases computational cost compared with standard recurrent networks and requires careful solver choices. The live zero-shot tests run orders of magnitude slower (about 5 steps/s) than the simulator (≈10,000 steps/s), so full training must stay simulator-first. The attacker action set is currently limited to a fixed taxonomy of 32 actions, so defenses may not generalize to novel, unseen exploit primitives. Continuous Monitoring.

Deep Dive

Treating cyber defense as a stream of asynchronous, noisy events instead of a turn-based game makes trained agents behave more like human analysts and remain useful when moved into real systems. The environment used here feeds realistic text logs and timed events into an event queue; time between events is treated as a continuous variable. The defender policy uses a graph neural network to respect dynamically changing network topology and a continuous-time neural integrator (a Neural ODE) to smoothly carry hidden state across irregular event gaps. Training uses a centralized value estimator but runs decentralized actors, so policies can execute with only local observations in real deployments. Orchestration Supervisor Pattern. Compared with discretized, fixed-size baselines, the continuous-time, topology-aware controller achieves a 2× boost in median reward, restores 12× more services, and preserves stable learning signals (fewer gradient spikes and steadier exploration). Policies trained this way were moved to a live container testbed without any further training and still produced a high median reward, demonstrating a practical sim-to-live bridge. Limitations include higher compute per step, possible loss of very fine-grained timing with a fixed-step ODE solver, slower throughput during live testing, and a constrained attacker action space that may not reflect all real threats.
Test your agentsValidate against real scenarios
Learn More
Credibility Assessment:

Single author with no affiliation or h-index provided and arXiv-only venue with zero citations — lacks recognizable signals.