Add regex generation environment for community

This commit is contained in:
johnh4098 2026-02-11 23:01:48 +03:30
parent 81b2d4daab
commit 86d5163316
4 changed files with 822 additions and 0 deletions

View file

@ -0,0 +1,10 @@
"""
Regex Generation Environment
An RL environment for training LLMs to generate correct regular expressions
from natural language descriptions and test cases.
"""
__all__ = ["RegexEnv"]
from regex_env import RegexEnv # noqa