CoolFace
Apppublic

Ayush-Kumar0207/panopticon-protocol-v3

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
App README

๐Ÿ‘๏ธ 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:

MechanicDescription
Canary TrapsPlant unique tracking data to trace leaks
5-Gen SleepersFrom amateur leakers to Manchurian candidates
False FlagsGen-3+ sleepers frame innocents
Dead-Man's SwitchesGen-4 explode on careless termination
Double Agent TurningConvert enemies into YOUR assets
DisinformationFeed false intel back to the adversary
HYDRA Adaptive MemoryThe enemy evolves its counter-tactics

6-Phase Narrative Arc

Orientation โ†’ First Contact โ†’ Escalation โ†’ Deep Cover โ†’ Crisis โ†’ Counterstrike

Why 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 check
  • โ€”POST /reset โ€” Start a new episode
  • โ€”POST /step โ€” Take an action
  • โ€”GET /tasks โ€” List available difficulty levels
  • โ€”POST /grade/{level} โ€” Grade an episode

Quick Start

bash
pip install -r requirements.txt
uvicorn _server:app --host 0.0.0.0 --port 8000

Links

License

Apache-2.0