Deep CFR 기초 모듈 추가

This commit is contained in:
2026-05-06 23:06:23 +09:00
parent 4224ef7a88
commit 6c35b878a5
11 changed files with 371 additions and 0 deletions
+4
View File
@@ -46,6 +46,10 @@ include = ["coolrl_lost_cities*"]
"*.pxd",
"*.pyx",
]
"coolrl_lost_cities.games.classic.deep_cfr" = [
"*.pxd",
"*.pyx",
]
[tool.ruff]
line-length = 100