| [project] | |
| name = "reward-model-env" | |
| version = "0.1.0" | |
| description = "Environment for training LLMs using an external reward model hosted via vLLM" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "verifiers", | |
| "httpx>=0.27.0", | |
| "datasets>=2.14.0", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |