[project]
name = "ctm"
version = "0.1.0"
description = "DQN-based Dynamic Speed Limit Control with Cell Transmission Model"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.0.0",
"numpy>=1.24.0",
"matplotlib>=3.7.0",
"pyyaml>=6.0",
"tqdm>=4.65.0",
]