joshua400 commited on
Commit
c0f9be4
·
1 Parent(s): 714cc8c

Add generated plot results

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. README.md +3 -3
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -122,17 +122,17 @@ Prompt --> LLM generates action (JSON) --> Environment executes
122
  ### Reward vs Training Step
123
  Shows reward improvement over GRPO training iterations compared to random baseline.
124
 
125
- `plots/reward_vs_episode.png`
126
 
127
  ### Fairness: Baseline vs Trained
128
  Demonstrates that the trained agent achieves better fairness scores (closer to 0) than the random baseline.
129
 
130
- `plots/fairness_vs_episode.png`
131
 
132
  ### Component Rewards Breakdown
133
  Shows how R_exec (utility) and R_fair (fairness) improve after training.
134
 
135
- `plots/component_rewards.png`
136
 
137
  ---
138
 
 
122
  ### Reward vs Training Step
123
  Shows reward improvement over GRPO training iterations compared to random baseline.
124
 
125
+ ![Reward vs Episode](https://raw.githubusercontent.com/joshua400/FairRecovery-PlusPlus/plots-branch/plots/reward_vs_episode.png)
126
 
127
  ### Fairness: Baseline vs Trained
128
  Demonstrates that the trained agent achieves better fairness scores (closer to 0) than the random baseline.
129
 
130
+ ![Fairness vs Episode](https://raw.githubusercontent.com/joshua400/FairRecovery-PlusPlus/plots-branch/plots/fairness_vs_episode.png)
131
 
132
  ### Component Rewards Breakdown
133
  Shows how R_exec (utility) and R_fair (fairness) improve after training.
134
 
135
+ ![Component Rewards](https://raw.githubusercontent.com/joshua400/FairRecovery-PlusPlus/plots-branch/plots/component_rewards.png)
136
 
137
  ---
138