Tanvi Bisht commited on
Commit
5fe119f
·
unverified ·
1 Parent(s): 20dbdae

Fix image paths in README.md

Browse files

Updated image paths in README to reflect new directory structure.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -375,13 +375,13 @@ The reward function combines 5 components: workflow completion (0.30), rule comp
375
  | C — Churn Risk Alert | 0.25 | ~0.48 | +0.23 |
376
  | **Average** | **0.50** | **~0.68** | **+0.18** |
377
 
378
- ![Training Curve](plots/training_curve.png)
379
  *Reward per training step*
380
 
381
- ![Baseline vs Trained](plots/baseline_vs_trained.png)
382
  *Per-workflow score comparison*
383
 
384
- ![Score Distribution](plots/score_distribution.png)
385
  *Episode score distribution before and after GRPO*
386
 
387
  ---
 
375
  | C — Churn Risk Alert | 0.25 | ~0.48 | +0.23 |
376
  | **Average** | **0.50** | **~0.68** | **+0.18** |
377
 
378
+ ![Training Curve](training/plots/training_curve.png)
379
  *Reward per training step*
380
 
381
+ ![Baseline vs Trained](training/plots/baseline_vs_trained.png)
382
  *Per-workflow score comparison*
383
 
384
+ ![Score Distribution](training/plots/score_distribution.png)
385
  *Episode score distribution before and after GRPO*
386
 
387
  ---