Spaces:
Sleeping
Sleeping
Fix openenv.yaml threshold to 0.45, set Colab clone URL
Browse files- openenv.yaml +1 -1
- training/ticketmelt_training.ipynb +11 -9
openenv.yaml
CHANGED
|
@@ -23,7 +23,7 @@ reward:
|
|
| 23 |
values: [0.0, 1.0]
|
| 24 |
description: >
|
| 25 |
End-of-episode binary GRPO reward. Continuous components (R1-R4) in info["reward_breakdown"].
|
| 26 |
-
goodness_threshold: 0.
|
| 27 |
agents: 4
|
| 28 |
scripted_peers: 3
|
| 29 |
episodes_per_training_prompt: 1
|
|
|
|
| 23 |
values: [0.0, 1.0]
|
| 24 |
description: >
|
| 25 |
End-of-episode binary GRPO reward. Continuous components (R1-R4) in info["reward_breakdown"].
|
| 26 |
+
goodness_threshold: 0.45
|
| 27 |
agents: 4
|
| 28 |
scripted_peers: 3
|
| 29 |
episodes_per_training_prompt: 1
|
training/ticketmelt_training.ipynb
CHANGED
|
@@ -22,12 +22,7 @@
|
|
| 22 |
{
|
| 23 |
"cell_type": "code",
|
| 24 |
"metadata": {},
|
| 25 |
-
"source":
|
| 26 |
-
"# Clone the repo — replace with your actual repo URL\n",
|
| 27 |
-
"!git clone https://github.com/YOUR_USERNAME/ticketmelt /content/ticketmelt\n",
|
| 28 |
-
"import sys\n",
|
| 29 |
-
"sys.path.insert(0, '/content/ticketmelt')"
|
| 30 |
-
],
|
| 31 |
"outputs": [],
|
| 32 |
"execution_count": null
|
| 33 |
},
|
|
@@ -221,9 +216,16 @@
|
|
| 221 |
}
|
| 222 |
],
|
| 223 |
"metadata": {
|
| 224 |
-
"kernelspec": {
|
| 225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
},
|
| 227 |
"nbformat": 4,
|
| 228 |
"nbformat_minor": 4
|
| 229 |
-
}
|
|
|
|
| 22 |
{
|
| 23 |
"cell_type": "code",
|
| 24 |
"metadata": {},
|
| 25 |
+
"source": "# Clone the repo — replace with your actual repo URL\n!git clone https://huggingface.co/spaces/TheAllanB/ticketmelt /content/ticketmelt\nimport sys\nsys.path.insert(0, '/content/ticketmelt')",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"outputs": [],
|
| 27 |
"execution_count": null
|
| 28 |
},
|
|
|
|
| 216 |
}
|
| 217 |
],
|
| 218 |
"metadata": {
|
| 219 |
+
"kernelspec": {
|
| 220 |
+
"display_name": "Python 3",
|
| 221 |
+
"language": "python",
|
| 222 |
+
"name": "python3"
|
| 223 |
+
},
|
| 224 |
+
"language_info": {
|
| 225 |
+
"name": "python",
|
| 226 |
+
"version": "3.10.0"
|
| 227 |
+
}
|
| 228 |
},
|
| 229 |
"nbformat": 4,
|
| 230 |
"nbformat_minor": 4
|
| 231 |
+
}
|