Spaces:
Sleeping
Sleeping
| [project] | |
| name = "garbage-collecting-robot" | |
| version = "1.0.0" | |
| description = "An OpenEnv-compliant reinforcement learning environment for a garbage collecting robot." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.110.0", | |
| "uvicorn[standard]>=0.29.0", | |
| "pydantic>=2.0.0", | |
| "openai>=1.0.0", | |
| "requests>=2.31.0", | |
| "python-dotenv>=1.0.0", | |
| "pyyaml>=6.0.0", | |
| "torch>=2.1.0", | |
| "transformers>=4.40.0", | |
| "accelerate>=0.27.0", | |
| "bitsandbytes>=0.43.0", | |
| "huggingface_hub", | |
| "openenv-core>=0.2.0", | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [build-system] | |
| requires = ["setuptools>=68.0"] | |
| build-backend = "setuptools.backends._legacy:_Backend" | |