Ayush-Kumar0207/panopticon-protocol-v3
0
๐๏ธ The Panopticon Protocol v3
Counter-Espionage RL Environment โ "Among Usโฆ for AIs"
An OpenEnv-compliant reinforcement learning environment where an AI security agent (ARGUS) defends a corporate network against an adaptive adversary (HYDRA) that infiltrates multi-generational sleeper agents.
What Makes This Unique
7 Stacking Espionage Mechanics that create emergent strategic depth:
6-Phase Narrative Arc
Orientation โ First Contact โ Escalation โ Deep Cover โ Crisis โ CounterstrikeWhy This Matters
This environment trains the exact capabilities needed for Scalable AI Oversight:
- Theory-of-Mind: Modeling hidden states and intentions of other agents
- Deception Detection: Identifying false signals in noisy, adversarial data
- Strategic Planning: Multi-step reasoning under partial observability
- Adaptive Response: Adjusting tactics as the adversary evolves
API Endpoints
GET /healthโ Health checkPOST /resetโ Start a new episodePOST /stepโ Take an actionGET /tasksโ List available difficulty levelsPOST /grade/{level}โ Grade an episode
Quick Start
pip install -r requirements.txt
uvicorn _server:app --host 0.0.0.0 --port 8000Links
License
Apache-2.0
