Begin rllib

This commit is contained in:
Marek Wolan
2023-11-17 11:38:29 +00:00
parent 5bda952ead
commit 6e5e1e6456
2 changed files with 20 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ dependencies = [
"tensorflow==2.12.0",
"typer[all]==0.9.0",
"pydantic==2.1.1",
"enlighten==1.12.2"
"enlighten==1.12.2",
"ray[rllib] == 2.8.0, < 3"
]
[tool.setuptools.dynamic]