| [project] | |
| name = "thousand-token-terrarium" | |
| version = "0.1.0" | |
| description = "A small top-down grid terrarium with inspectable fast local creature behavior." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio>=5,<6", | |
| "gymnasium>=1.2.3", | |
| "modal>=1.5.0", | |
| "sb3-contrib>=2.8.0", | |
| "stable-baselines3>=2.8.0", | |
| "torch>=2.0", | |
| ] | |
| [project.optional-dependencies] | |
| test = [] | |
| [tool.uv] | |
| package = false | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["."] | |
| markers = [ | |
| "slow: longer RL/BC tests (deselect with -m 'not slow')", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "pytest>=9.0.3", | |
| ] | |