coach_env / pyproject.toml
tether007
done
f5a6bd1
raw
history blame contribute delete
356 Bytes
[project]
name = "trade-env"
version = "0.1.0"
description = "Retail Trader Behavior Coach - RL agent that intervenes on bad trading behavior"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openenv-core>=0.1.13",
"fastapi>=0.115.0",
"uvicorn>=0.24.0",
"pydantic>=2.0.0",
"torch>=2.0.0",
"python-dotenv>=1.0.0",
]