Spaces:
Sleeping
Sleeping
joshua400 commited on
Commit ·
c0f9be4
1
Parent(s): 714cc8c
Add generated plot results
Browse files- .gitattributes +1 -0
- 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 |
-
|
| 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 |
-
|
| 131 |
|
| 132 |
### Component Rewards Breakdown
|
| 133 |
Shows how R_exec (utility) and R_fair (fairness) improve after training.
|
| 134 |
|
| 135 |
-
|
| 136 |
|
| 137 |
---
|
| 138 |
|
|
|
|
| 122 |
### Reward vs Training Step
|
| 123 |
Shows reward improvement over GRPO training iterations compared to random baseline.
|
| 124 |
|
| 125 |
+

|
| 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 |
+

|
| 131 |
|
| 132 |
### Component Rewards Breakdown
|
| 133 |
Shows how R_exec (utility) and R_fair (fairness) improve after training.
|
| 134 |
|
| 135 |
+

|
| 136 |
|
| 137 |
---
|
| 138 |
|