Skip to content

Commit

Permalink
Update comments to refer to github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Apr 13, 2024
1 parent 53b0434 commit cb36957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open_spiel/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ endif()
if (OPEN_SPIEL_ENABLE_TENSORFLOW)
set(PYTHON_TESTS ${PYTHON_TESTS}
algorithms/alpha_zero/evaluator_test.py
# Broken. Must port to Keras 3.
# Broken in Python 3.12. Must port to Keras 3. See https://github.com/google-deepmind/open_spiel/issues/1206.
# algorithms/alpha_zero/model_test.py
algorithms/deep_cfr_test.py
# Broken. Must port to Keras 3.
# Broken in Python 3.12. Must port to Keras 3. See https://github.com/google-deepmind/open_spiel/issues/1208.
# algorithms/deep_cfr_tf2_test.py
algorithms/discounted_cfr_test.py
algorithms/dqn_test.py
Expand All @@ -321,7 +321,7 @@ if (OPEN_SPIEL_ENABLE_TENSORFLOW)
algorithms/nfsp_test.py
algorithms/policy_gradient_test.py
algorithms/psro_v2/strategy_selectors_test.py
# Broken. Must port to Keras 3.
# Broken in Python 3.12. Must port to Keras 3. https://github.com/google-deepmind/open_spiel/issues/1207.
# algorithms/rcfr_test.py
)
if (OPEN_SPIEL_ENABLE_PYTHON_MISC)
Expand Down

0 comments on commit cb36957

Please sign in to comment.