sravaniamere commited on
Commit
fa28e10
·
2 Parent(s): 2da45df72145e6

merge and add pyproject.toml

Browse files
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