CoolFace
Apppublic

spedrox-sac/soc-marl-env

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
32 commits on main
68525335mo ago

Fix UI graph rendering logic for CTDE and Skill bonuses

spedrox-sac
0f1b9f15mo ago

Fix CTDETrainer args

spedrox-sac
154c63a5mo ago

Fix scenario attribute names

spedrox-sac
5cbbd165mo ago

Disable use_vllm explicitly in GRPOConfig to stop torch.compile graph node error

spedrox-sac
c6b297c5mo ago

Disable torch compile and fast_inference to fix graph node errors

spedrox-sac
c5248af5mo ago

Hardcode Qwen2.5-3B-Instruct model and remove input

spedrox-sac
a3c6c945mo ago

Lock model selection to Qwen3-4B

spedrox-sac
52107185mo ago

Add openenv-core to Dockerfile dependencies

spedrox-sac
0b7d5df5mo ago

docs: update Colab notebook and blog links in README

spedrox-sac
acd64015mo ago

Add project links to README

spedrox-sac
bfca3825mo ago

Fix reward hacking & deploy HF Space Dashboard

spedrox-sac
11c3a3a5mo ago

feat: implement multi-agent incident response environment with adversarial red teaming and adaptive Theory of Mind coordination

spedrox-sac
644a0116mo ago

fix: add uv.lock for multi-mode deployment

spedrox-sac
976578c6mo ago

fix: simplify main() block for openenv validate compatibility

spedrox-sac
f63c3c06mo ago

fix: add app_port 8000 for HF Spaces

spedrox-sac
f69b1de6mo ago

fix: add HF Spaces YAML frontmatter to README.md

spedrox-sac
496c1e56mo ago

Merge branch 'main' of https://huggingface.co/spaces/spedrox-sac/incident-response-triage

spedrox-sac
4fd521b6mo ago

feat: add hackathon-mandated structured logging and validation script

spedrox-sac
c5cb4fc6mo ago

initial commit

spedrox-sac
50e49176mo ago

docs: remove hackathon-specific metadata and runtime constraints from inference script documentation

spedrox-sac
5457a096mo ago

Add hackathon inference.py + env var compatibility

dino65-dev
caa3f8b6mo ago

Major: Self-evolving RL engine + OpenAI-compatible API simplification

dino65-dev
c5bbfb66mo ago

Add BSD 3-Clause License file

DINMAY KUMAR BRAHMA
59341126mo ago

Fix NoneType guard in _calculate_investigation_completeness

dino65-dev
41825236mo ago

Major: 6-task environment with advanced grading and reward shaping

dino65-dev
f83b3f26mo ago

Fix agent failures from Haiku + GPT-5-mini real-world runs

dino65-dev
7c595fb6mo ago

Major: ReflAct-based agent architecture with research-backed improvements

dino65-dev
6ee5fbe6mo ago

Fix NoneType crash: handle None LLM content + add 429 rate limit retry

dino65-dev
2bc6f9c6mo ago

Fix 422 errors: add stateful HTTP endpoints and action sanitization

dino65-dev
6bb9bc66mo ago

Enhance baseline inference script with support for multiple LLM providers and auto-detection of API keys

DINMAY KUMAR BRAHMA
d2da88e6mo ago

Add .gitignore, clean up pycache

dino65-dev
cb8d1936mo ago

Initial commit: Incident Response Triage Environment for OpenEnv

dino65-dev