CoolFace
Apppublic

Ayush-Kumar0207/patchcascade-soc

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
47 commits on main
f65e8cd5mo ago

build: add cloudpickle and contourpy dependencies to uv.lock and pyproject.toml

Ayush-Kumar0207
c87d38a5mo ago

feat: implement RL infrastructure and exclude large binary artifacts from tracking

Ayush-Kumar0207
0f389725mo ago

docs: update project documentation and streamline navigation in README and contribution guides

Ayush-Kumar0207
cd9e8295mo ago

docs: update project documentation and streamline navigation in README and contribution guides

Ayush-Kumar0207
6e1da125mo ago

docs: add navigation headers and academy overview to project documentation files

Ayush-Kumar0207
b8b2d4a5mo ago

fix: point dashboard links to direct hf.space subdomain URL

Ayush-Kumar0207
8c538ad5mo ago

fix: ensure dashboard redirect includes trailing slash for relative assets

Ayush-Kumar0207
15fa7d15mo ago

chore: update README links to live huggingface space and fix package discovery

Ayush-Kumar0207
92048465mo ago

feat: add dashboard CSS styling and update documentation links to include trailing slashes

Ayush-Kumar0207
bc4e9835mo ago

docs: add live dashboard documentation and update architecture diagrams in README and BEGINNERS_GUIDE

Ayush-Kumar0207
e13f21b5mo ago

feat: add exception handling and retry logic to get_llm_action for API stability

Ayush-Kumar0207
722e2296mo ago

fix: handle all API errors gracefully, never exit non-zero

Ayush-Kumar0207
dbd27786mo ago

fix: handle unsupported model errors gracefully in inference.py

Ayush-Kumar0207
423906a6mo ago

fix: rename server.py to _server.py to avoid package conflict with server/ directory

Ayush-Kumar0207
e90e9c16mo ago

fix: rename server/ to server_cli/ to avoid shadowing server.py module

Ayush-Kumar0207
8feb41d6mo ago

feat: integrate server package as OpenEnv entry point and include project configuration in Docker image

Ayush-Kumar0207
c04a04c6mo ago

fix: try openenv.server entry-points format

Ayush-Kumar0207
6e080f86mo ago

fix: add multiple server entry point names for validator compatibility

Ayush-Kumar0207
54223486mo ago

fix: add openenv-core dependency and server entry point for validation

Ayush-Kumar0207, Copilot
0cec9d96mo ago

feat: add ASCII visualization, stochastic degradation, research citations

Ayush-Kumar0207, Copilot
adb5b796mo ago

feat: add time pressure for truly dense rewards

Ayush-Kumar0207
397d6ac6mo ago

feat: implement end-to-end smoke test suite and add comprehensive unit testing infrastructure

Ayush-Kumar0207
35935156mo ago

feat: expand PatchCascade SOC with incident response and zero-day tasks, enhanced multi-dimensional grading, and comprehensive documentation

Ayush-Kumar0207
5bec6806mo ago

fix: clamp scores to strict (0, 1) open interval

Ayush-Kumar0207
5f95cf96mo ago

fix: run all 3 tasks (easy/medium/hard) in inference.py for validator

Ayush-Kumar0207
1e48bfb6mo ago

fix: add programmatic graders and task modules for Phase 2 validation

Ayush-Kumar0207
00dc7886mo ago

Add tasks with graders for hackathon Phase 2 validation

Ayush-Kumar0207, Copilot
3148cab6mo ago

Fix /reset endpoint to accept requests with no body

Ayush-Kumar0207
031dbe36mo ago

Fix HF_TOKEN to have no default per submission requirements

Ayush-Kumar0207
d82ca8e6mo ago

Add openenv packaging structure and restore original validation script

Ayush-Kumar0207
09551046mo ago

Remove accidentally tracked pycache folder

Ayush-Kumar0207
5d1714c6mo ago

Add gitignore to keep repository clean for deployment

Ayush-Kumar0207
c80bdc86mo ago

Rename validate.sh to validate-submission.sh

Ayush-Kumar0207
302ff2c6mo ago

Add root endpoint and MAX_STEPS safety limit

Ayush-Kumar0207
fef34276mo ago

Fix inference.py output format to match sample spec

Ayush-Kumar0207
a4c758e6mo ago

Normalize reward scores in inference script and update baseline scores in README

Ayush-Kumar0207
65a1e116mo ago

Add baseline scores section to README and include 'openenv' tag

Ayush-Kumar0207
84533316mo ago

README updated

Ayush-Kumar0207
f25d0f86mo ago

Enhancing the contribution section

Ayush-Kumar0207
b22eb3a6mo ago

Enhance contribution section

Ayush-Kumar0207
d7fa86a6mo ago

Add team member to project credentials

Ayush-Kumar0207
265fd486mo ago

Add Apache 2.0 LICENSE file

Ayush-Kumar0207
f0714776mo ago

Upgrade README to professional hackathon standard

Ayush-Kumar0207
edf915c6mo ago

Add validation script

Ayush-Kumar0207
28e7a826mo ago

Add Hugging Face configuration

Ayush-Kumar0207
6ff99346mo ago

Initial commit for PatchCascade SOC

Ayush-Kumar0207
ce4e1466mo ago

feat: Add PatchCascade SOC environment with Pydantic models and FastAPI server

Ayush-Kumar0207