We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b77b39 commit 297e35dCopy full SHA for 297e35d
open_spiel/python/CMakeLists.txt
@@ -291,10 +291,8 @@ set(PYTHON_TESTS ${PYTHON_TESTS}
291
# Add Jax tests if it is enabled.
292
if (OPEN_SPIEL_ENABLE_JAX)
293
set (PYTHON_TESTS ${PYTHON_TESTS}
294
- # Disabled while broken.
295
- # See https://github.com/google-deepmind/open_spiel/issues/1483
296
- # algorithms/alpha_zero/evaluator_test.py
297
- # algorithms/alpha_zero/model_test.py
+ algorithms/alpha_zero/evaluator_test.py
+ algorithms/alpha_zero/model_test.py
298
jax/deep_cfr_jax_test.py
299
jax/dqn_jax_test.py
300
jax/nfsp_jax_test.py
0 commit comments