Meta OpenEnv Hackathon 2026 | Theme: Multi-Agent + Fleet AI Process Supervision
| Resource | Link |
|---|---|
| π’ Live Environment | HuggingFace Space |
| π§ͺ Training Notebook | |
| π Blog Post / Writeup | HuggingFace Community Post | Local Writeup |
| πΌοΈ Presentation Slides | Canva Presentation |
| ποΈ Model Weights | markjoseph2003/cyber-redline-qwen-grpo |
| π Training Scripts | training/grpo_training.py Β· training/sft_training.py |
| π Training Logs & Plots | results/ |
Cyber-Redline Arena V2 is a high-fidelity, OpenEnv-compliant training environment designed to solve the Strategic Horizon Problem in autonomous cybersecurity LLMs. While traditional agents fail at long-horizon planning or trigger defensive alerts through noisy behavior, our infrastructure utilizes Group Relative Policy Optimization (GRPO) to align small models (Qwen2.5-3B) with professional offensive security standards.
V2 implements a specialized two-stage reinforcement learning pipeline to overcome the "Cold Start" problem in cyber-reasoning.
http_get over nmap even if both lead to a win) to enforce stealth redlines.The Arena is a dynamic interaction between three distinct LLM-powered entities:
graph TD
subgraph "The Arena Environment"
Env[Network Topology Graph]
SIEM[Blue Team SIEM]
end
subgraph "Agents"
Red[Red Team Agent - GRPO Hardened]
Blue[Blue Team Agent - Adversarial LLM]
Fleet[Fleet AI - Process Supervisor]
end
Red -- "Action (JSON)" --> Env
Env -- "Detection Event" --> SIEM
SIEM -- "Alert Level" --> Blue
Blue -- "Defense (Honeypot/Isolate)" --> Env
Red -- "Tactical Logic" --> Fleet
Fleet -- "Alignment Score" --> Red
We solve the "Black Box" problem in agentic cyber-operations using Step-Level Process Supervision:
| Metric | Base Model (Zero-Shot) | V1 (SFT) | V2 (GRPO) |
|---|---|---|---|
| Format Adherence | 12% | 98% | 100% |
| Tactical Stealth | Low (Brute Force) | Moderate | High (Probing First) |
| Win Rate | 0% | 86% | 88% |
| Honeypot Evasion | 5% | 70% | 92% |
Performance Summary: Our SFT-to-GRPO pipeline achieved an 88% win rate on consumer-grade hardware, reaching 95% of the theoretical heuristic ceiling.
Learning Under Pressure: The agent's reward converges as the exploration epsilon decays, proving stable policy acquisition across curriculum scenarios.
The Strategic Gap: Baseline LLMs fail to model the Blue Team's adaptive responses, resulting in a 0% win rate and negative rewards compared to our trained policy.
All training artifacts are open-sourced for verification:
CYBER_REDLINE_GRPO_TRAINING.ipynbtraining/sft_training.pytraining/grpo_training.pytraining/eval_agent.py Β· training/eval_grpo.pyopenenv.yamlgit clone https://huggingface.co/spaces/markjoseph2003/cyber-redline-arena
cd cyber-redline-arena
pip install -r requirements.txt
python server/app.py
Built with β€οΈ for the Meta OpenEnv Hackathon 2026.
70 commits
2 commits
Meta OpenEnv Hackathon 2026 | Theme: Multi-Agent + Fleet AI Process Supervision
| Resource | Link |
|---|---|
| π’ Live Environment | HuggingFace Space |
| π§ͺ Training Notebook | |
| π Blog Post / Writeup | HuggingFace Community Post | Local Writeup |
| πΌοΈ Presentation Slides | Canva Presentation |
| ποΈ Model Weights | markjoseph2003/cyber-redline-qwen-grpo |
| π Training Scripts | training/grpo_training.py Β· training/sft_training.py |
| π Training Logs & Plots | results/ |
Cyber-Redline Arena V2 is a high-fidelity, OpenEnv-compliant training environment designed to solve the Strategic Horizon Problem in autonomous cybersecurity LLMs. While traditional agents fail at long-horizon planning or trigger defensive alerts through noisy behavior, our infrastructure utilizes Group Relative Policy Optimization (GRPO) to align small models (Qwen2.5-3B) with professional offensive security standards.
V2 implements a specialized two-stage reinforcement learning pipeline to overcome the "Cold Start" problem in cyber-reasoning.
http_get over nmap even if both lead to a win) to enforce stealth redlines.The Arena is a dynamic interaction between three distinct LLM-powered entities:
graph TD
subgraph "The Arena Environment"
Env[Network Topology Graph]
SIEM[Blue Team SIEM]
end
subgraph "Agents"
Red[Red Team Agent - GRPO Hardened]
Blue[Blue Team Agent - Adversarial LLM]
Fleet[Fleet AI - Process Supervisor]
end
Red -- "Action (JSON)" --> Env
Env -- "Detection Event" --> SIEM
SIEM -- "Alert Level" --> Blue
Blue -- "Defense (Honeypot/Isolate)" --> Env
Red -- "Tactical Logic" --> Fleet
Fleet -- "Alignment Score" --> Red
We solve the "Black Box" problem in agentic cyber-operations using Step-Level Process Supervision:
| Metric | Base Model (Zero-Shot) | V1 (SFT) | V2 (GRPO) |
|---|---|---|---|
| Format Adherence | 12% | 98% | 100% |
| Tactical Stealth | Low (Brute Force) | Moderate | High (Probing First) |
| Win Rate | 0% | 86% | 88% |
| Honeypot Evasion | 5% | 70% | 92% |
Performance Summary: Our SFT-to-GRPO pipeline achieved an 88% win rate on consumer-grade hardware, reaching 95% of the theoretical heuristic ceiling.
Learning Under Pressure: The agent's reward converges as the exploration epsilon decays, proving stable policy acquisition across curriculum scenarios.
The Strategic Gap: Baseline LLMs fail to model the Blue Team's adaptive responses, resulting in a 0% win rate and negative rewards compared to our trained policy.
All training artifacts are open-sourced for verification:
CYBER_REDLINE_GRPO_TRAINING.ipynbtraining/sft_training.pytraining/grpo_training.pytraining/eval_agent.py Β· training/eval_grpo.pyopenenv.yamlgit clone https://huggingface.co/spaces/markjoseph2003/cyber-redline-arena
cd cyber-redline-arena
pip install -r requirements.txt
python server/app.py
Built with β€οΈ for the Meta OpenEnv Hackathon 2026.
70 commits
2 commits