sravaniamere commited on
Commit
72145e6
·
unverified ·
1 Parent(s): 160959b

Fix punctuation in README.md

Browse files

Replaced a dash with a semicolon for clarity in the README.

Files changed (1) hide show
  1. README.md +1 -1
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 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
 
 
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