Skip to content

Commit 7d89faf

Browse files
committed
feat: add submission validator script and GRPO training notebook, and update Python version requirement to >=3.10
1 parent 3d49e8a commit 7d89faf

4 files changed

Lines changed: 403 additions & 87 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gridmind-rl"
77
version = "1.0.0"
88
description = "GridMind-RL: Industrial Load-Shaping and Demand-Response RL Environment. Control HVAC, thermal storage, and batch job scheduling under stochastic electricity prices and grid stress events."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = {text = "MIT"}
1212
authors = [
1313
{name = "LOKyu Team"}
@@ -21,7 +21,6 @@ classifiers = [
2121
"Natural Language :: English",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
@@ -30,7 +29,7 @@ classifiers = [
3029

3130
dependencies = [
3231
"openai>=1.0.0",
33-
"openenv-core>=0.2.0",
32+
"openenv-core>=0.2.3",
3433
"fastapi>=0.100.0",
3534
"uvicorn>=0.23.0",
3635
"pydantic>=2.0.0",

0 commit comments

Comments
 (0)