Deep CFR 기초 모듈 추가
This commit is contained in:
@@ -14,6 +14,14 @@ extensions = cythonize(
|
||||
"coolrl_lost_cities.games.classic.game",
|
||||
["src/coolrl_lost_cities/games/classic/game.pyx"],
|
||||
),
|
||||
Extension(
|
||||
"coolrl_lost_cities.games.classic.deep_cfr.cfr_math",
|
||||
["src/coolrl_lost_cities/games/classic/deep_cfr/cfr_math.pyx"],
|
||||
),
|
||||
Extension(
|
||||
"coolrl_lost_cities.games.classic.deep_cfr.encoding",
|
||||
["src/coolrl_lost_cities/games/classic/deep_cfr/encoding.pyx"],
|
||||
),
|
||||
],
|
||||
language_level=3,
|
||||
compiler_directives={
|
||||
|
||||
Reference in New Issue
Block a user