Commit History

docs: add slide deck link to blog post Quick Start section
1f8b5c8

Jerry commited on

feat: add /slides route to FastAPI so slide deck is viewable on HF Space
69d7ed0

Jerry commited on

feat: add 9-slide HTML presentation deck and link in README
c57da4f

Jerry commited on

docs: add prominent model links to README and blog post
95b0b90

Jerry commited on

docs: update DESIGN.md with final hackathon architecture and results
540b7d9

Jerry commited on

Upload assets/training_reward_curve.png with huggingface_hub
7f24ee1
verified

Leavin1611 commited on

docs: add training reward curve to blog post
81ffb8a

Jerry commited on

docs: make evaluation graphs visible by default in README and add them to blog post
9805dbf

Jerry commited on

Upload assets/eval_logic.png with huggingface_hub
6f97ab4
verified

Leavin1611 commited on

Upload assets/eval_hacking.png with huggingface_hub
607ef00
verified

Leavin1611 commited on

Upload assets/eval_efficiency.png with huggingface_hub
cc5bae9
verified

Leavin1611 commited on

Upload assets/eval_curriculum.png with huggingface_hub
d45d0e1
verified

Leavin1611 commited on

docs: remove video placeholder and add actual trained model link
0a4e759

Jerry commited on

fix: repair final 2 syntax errors in cells 24 and 43
b975d31

Jerry commited on

fix: repair all 14 syntax errors across notebook cells
7e71b14

Jerry commited on

fix: replace all literal backslash-n in import lines with real newlines
4735d91

Jerry commited on

fix: add self-contained imports to all cells that use torch/requests/np
296b0d2

Jerry commited on

fix: make eval cells self-contained with explicit imports
206eca6

Jerry commited on

Upload assets/training_reward_curve.png with huggingface_hub
5c6f5db
verified

Leavin1611 commited on

fix: corrected indentation error in run_model_episode cell
874cab4

Jerry commited on

docs: added detailed evaluation and ablation study graphs to README gallery
5655640

Jerry commited on

docs: finalize and clean Colab notebook with markdown structure
9bda2dc

Jerry commited on

docs: update README and blog with real 0.7683 score, reward curve embed, fixed Colab links
910aacf

Jerry commited on

feat: add training reward curve plot cell with phase separators and rolling average
7e8e6fc

Jerry commited on

feat: replace CoT block with advanced non-CoT fine tuning phase
7517555

Jerry commited on

feat: restructure notebook to skip early phases and start directly from Phase 3 hardened model for advanced fine-tuning
74ad613

Jerry commited on

feat: boost training hyperparameters (datasets, epochs, generations) for maximum accuracy
7b38082

Jerry commited on

revert: remove CoT phase entirely to restore original high-performing 3-phase curriculum
c358fa5

Jerry commited on

fix: remove surrogate pairs from print statements to prevent Colab UnicodeEncodeError
2aa6cd5

Jerry commited on

docs: add hackathon evaluation criteria checklist to README
bd633bd

Jerry commited on

fix: remove literal newline and formatting characters from Phase 4 code cells
c8d97da

Jerry commited on

feat: append Phase 4 to the executed notebook for judging
b9d7eb6

Jerry commited on

feat: append Advanced CoT Fine-Tuning as Phase 4 for judges
df9e8a9

Jerry commited on

feat: simplify training loop to single CoT fine-tuning phase
8c8b9ff

Jerry commited on

feat: fine-tune from previous LoRA, add CoT reasoning, increase dataset size
e7cfcaa

Jerry commited on

fix: only update background traffic congestion at end of turn
d7e4abb

Jerry commited on

Fix reward hacking loophole and add Phase 3 Hardening
0378774

Jerry commited on

Production: 3 reward fns, anti-hack penalties, output inspection, LoRA saving, try/except
9ad6b29

Jerry commited on

Feature: Add Curriculum Learning workflow (Phase 1 Easy -> Phase 2 Medium)
04e6d1e

Jerry commited on

Final Fix: Switch to Analytic Reward Function to guarantee convergence
74980cb

Jerry commited on

Fix: Correct GRPO - sequence-level rewards, penalize action spamming
9e20b7b

Jerry commited on

Final: Probe-then-Train GRPO with real HF Space reward signal
eafe0b1

Jerry commited on

Fix: Context-aware GRPO rewards, eliminate training collapse (-100% bug)
109ec41

Jerry commited on

Final: Stable baseline, env-grounded GRPO, comparison graph export
adfe7d2

Jerry commited on

Fix: Ground GRPO rewards in live environment API calls (eliminate reward misalignment)
42bea6d

Jerry commited on

Final: Grand Finale Training with Chain-of-Thought reasoning
62e1682

Jerry commited on

Update: Turbo Mode Training for higher reward delta
4686178

Jerry commited on

Fix: Unwrap observation in Colab notebook API calls
f1ac142

Jerry commited on

feat: Anti-hack penalty, storytelling README, HF blog post — judges criteria compliance
aed246b

Jerry commited on

Fix: Unwrap observation from API response in dashboard; add local setup/start scripts
048d900

Jerry commited on