๐ก๏ธ VAPT-Env โ Live Operations Center
OpenEnv hackathon submission โ an environment that teaches a 3-billion-parameter language model to do real security audit reasoning.
Llama 3.2 3B average score 0.075 โ 0.482 (6.4ร improvement) after GRPO post-training on this env. Real W&B reward curve. Trained adapter on HF Hub. No synthetic data.
๐ฏ Pick a scenario + agent
๐บ Action timeline (live)
What's running
- Live FastAPI env: https://huggingface.co/spaces/Sayuj63/Vapt-env โ OpenEnv-compliant, multi-agent v2.0.0
- Trained LoRA adapter: https://huggingface.co/Sayuj63/vapt-env-llama32-3b-grpo โ Unsloth 4-bit + LoRA r=16
- W&B training run: https://wandb.ai/sayujpillai63-itm/vapt-env-grpo/runs/ln2jq71s โ 112 GRPO steps, real curves
- GitHub: https://github.com/Sayuj63/vapt-env โ env + grader + 78 tests + Colab notebook
Hackathon themes covered
- Theme #3.1 World Modeling โ partially observable enterprise simulation, 10 security tools, dynamic state
- Theme #1 Multi-Agent โ
spawn_subagent/return_to_parentfirst-class actions, budgeted delegation - Theme #2 Long-Horizon โ 25/35/45-step audits with sparse rewards + phase tracking
Why hard stays at zero
Hard uses raw HTTP output with honeypots โ frontier models (Gemini 2.5 Flash) score ~0.27. Our 3B + harness can't bridge this gap with 28 prompts ร 2 epochs of GRPO alone. That's the reasoning gap the env is designed to expose.