File size: 356 Bytes
f716726 2153d46 f716726 2153d46 f716726 2153d46 f5a6bd1 2153d46 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [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",
]
|