Spaces:
Sleeping
Sleeping
Fix punctuation in README.md
Browse filesReplaced a dash with a semicolon for clarity in the README.
README.md
CHANGED
|
@@ -22,7 +22,7 @@ SQL errors are one of the most common and costly mistakes in software developmen
|
|
| 22 |
This environment trains agents to identify and correct SQL syntax and logical
|
| 23 |
errors, ranging from simple typos to complex multi-join query reconstruction.
|
| 24 |
|
| 25 |
-
The environment provides **partial progress signals** at every step
|
| 26 |
receives graded feedback even for near-correct answers, enabling meaningful
|
| 27 |
learning across the full trajectory rather than sparse end-of-episode rewards.
|
| 28 |
|
|
|
|
| 22 |
This environment trains agents to identify and correct SQL syntax and logical
|
| 23 |
errors, ranging from simple typos to complex multi-join query reconstruction.
|
| 24 |
|
| 25 |
+
The environment provides **partial progress signals** at every step; the agent
|
| 26 |
receives graded feedback even for near-correct answers, enabling meaningful
|
| 27 |
learning across the full trajectory rather than sparse end-of-episode rewards.
|
| 28 |
|