File size: 418 Bytes
ede2fa4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: sql_query_env
version: "1.0.0"
description: >
  A real-world SQL query environment where AI agents learn to translate
  natural language questions into correct SQL queries. Features 3 tasks
  with increasing difficulty (easy/medium/hard), deterministic grading
  via SQLite execution, and partial-credit reward shaping.
tags:
  - openenv
  - sql
  - text-to-sql
  - data-analysis
  - natural-language-processing