hjerpe commited on
Commit
a19eef8
·
verified ·
1 Parent(s): 99fb2fb

docs: add blog post and source code links

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ SQLEnv is an interactive RL environment for text-to-SQL reasoning. Instead of pr
18
 
19
  Built for the [OpenEnv Challenge](https://github.com/meta-pytorch/OpenEnv), this project packages environment runtime, dense rewards, evaluation, and training hooks so others can reproduce results and iterate quickly.
20
 
 
 
21
  ## Quick Start
22
 
23
  Run these three commands to install, validate, and smoke-test the environment:
 
18
 
19
  Built for the [OpenEnv Challenge](https://github.com/meta-pytorch/OpenEnv), this project packages environment runtime, dense rewards, evaluation, and training hooks so others can reproduce results and iterate quickly.
20
 
21
+ **[Read the blog post](https://hjerpe-sqlenv-blog.static.hf.space)** | **[Source code](https://github.com/hjerpe/sqlenv)**
22
+
23
  ## Quick Start
24
 
25
  Run these three commands to install, validate, and smoke-test the environment: