Commit History

Live events dashboard demo steps added
4f289f3

blitz1809 commited on

fix: include training/ in HF Space build (was excluded by .dockerignore, breaking pyproject install)
db0a011

blitz1809 commited on

Phase 10c: README rewrite β€” submission-ready scannable overview with BLOG link
0313e08

blitz1809 Claude Sonnet 4.6 commited on

BLOG: update inference demo link to committed hf_jobs/ files
6757e5a

blitz1809 commited on

Inference demo output
73be205

blitz1809 commited on

BLOG: add 'Watching the Agent in Action' section with 3 inference scenarios
6d8cfd0

blitz1809 commited on

BLOG.md final update
1557d66

blitz1809 commited on

BLOG: add precision note on Gen 2 convergence β€” opponent distribution, not cumulative learning
3575836

blitz1809 commited on

Phase 10b: BLOG.md β€” submission story with 3-gen self-play results and GRPO diagnostics
d080eae

blitz1809 Claude Sonnet 4.6 commited on

fix: add kernel restart hint after pip install cell
6bf50c1

blitz1809 Claude Sonnet 4.6 commited on

Phase 9: Colab self-play demo notebook (3-gen, T4-compatible)
956c098

blitz1809 Claude Sonnet 4.6 commited on

fix: address code-review issues in inference.py (strip_fences, assert, timeout, error format)
bf411b2

blitz1809 commited on

fix: add openai>=2.7.2 to pyproject.toml dependencies
57fa921

blitz1809 commited on

Phase 8: inference.py β€” hackathon-mandatory baseline (defender + attacker)
9af6f57

blitz1809 Claude Sonnet 4.6 commited on

fix: switch to bf16 for HF Jobs (newer transformers + bnb prefers bf16, no GradScaler needed)
e43130f

blitz1809 commited on

fix: force dtype=float16 on model load to prevent bf16 GradScaler crash
c616409

blitz1809 commited on

fix(packaging): loosen pydantic and trl constraints for HF Jobs compatibility
17966ea

blitz1809 commited on

Phase 7: HF Jobs training scripts
b926206

blitz1809 commited on

fix(packaging): add sre_arena_env.server.simulator to package list
b2add13

blitz1809 commited on

Phase 7a: PEFT checkpoint loading for cross-generation training
a7e7791

blitz1809 Claude Sonnet 4.6 commited on

feat(7a): OpponentModel β€” frozen PEFT checkpoint loader with blind generation
2812792

blitz1809 Claude Sonnet 4.6 commited on

Phase 6.5: warm-up step + fp16 GRPO + log_tail propagation fix
d20f9fd

blitz1809 commited on

fix(6c): attacker unit tests + gen1+ crash warning in alternating_loop
9abd291

blitz1809 Claude Sonnet 4.6 commited on

feat(6c): Phase 6c complete β€” alternating loop, plots, 17 new tests
6332048

blitz1809 Claude Sonnet 4.6 commited on

feat(6c): plots.py with reward curve + cross-gen matrix stub + 4 tests
ddc6c03

blitz1809 commited on

feat(6c): alternating_loop orchestrator + 8 tests
59250a9

blitz1809 Claude Sonnet 4.6 commited on

feat(6c): train_attacker.py β€” attacker GRPO training script
51827eb

blitz1809 commited on

feat(6c): add make_attacker_reward_function to reward_function
0967481

blitz1809 commited on

feat(6c): add build_attacker_rollout_dataset to dataset_builder
dd3a838

blitz1809 commited on

refactor(6c): extract train_defender() function from main()
f8300a8

blitz1809 Claude Sonnet 4.6 commited on

feat(6c): scripted_defender baseline + 5 tests
f92ce23

blitz1809 commited on

feat(6c): add matplotlib>=3.8.0 to training deps
a0e4801

blitz1809 commited on

Phase 6b: defender training script with scripted attacker
f4bf7d6

blitz1809 Claude Sonnet 4.6 commited on

Phase 6a: prompts and action parser with unit tests
06c42a8

blitz1809 Claude Sonnet 4.6 commited on

Phase 6 prep: clean up empty placeholder files
cf32a5b

blitz1809 commited on

Phase 5 complete: HF Space deployed public, 4 live tests passing
e1b8fb4

G Rohith Yadav commited on

Phase 5: move Dockerfile to root, HF Space deployment, smoke tests
3a0d73e

G Rohith Yadav Claude Sonnet 4.6 commited on

Phase 4 Dockerise is done
0c76175

G Rohith Yadav commited on

Phase 3 + 3.5 complete: live SOC dashboard with SSE handshake (87 tests passing)
04cbe15

G Rohith Yadav commited on

Phase 1 + 2 + 2.5 complete: simulator, FastAPI server, seedable env (83 tests passing)
b914800

G Rohith Yadav commited on