CartPole-v1-a2c / pyproject.toml
alperenunlu's picture
Push model
0ce1450 verified
raw
history blame contribute delete
600 Bytes
[project]
name = "hellrl"
version = "0.1.0"
description = "RL Implementations with Cutting Edge Versions and Vectorized Training"
readme = "README.md"
authors = [
{ name = "Alperen ÜNLÜ"}
]
requires-python = ">=3.12"
dependencies = [
"gymnasium[all]>=1.2.0",
"huggingface-hub>=0.34.4",
"safetensors>=0.6.2",
"tensorboard>=2.20.0",
"torch>=2.8.0",
"tqdm>=4.67.1",
"tyro>=0.9.28",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
include = ["hellrl"]
[tool.hatch.build.targets.sdist]
include = ["hellrl"]