Skip to content

Commit

Permalink
Merge pull request #1196 from google-deepmind:lanctot-v15-higc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622898938
Change-Id: Ia3ae2b2694243cf6ea84361773fbc719196ca26f
  • Loading branch information
lanctot committed Apr 8, 2024
2 parents a7c7b67 + 1e05cee commit 1b09f3b
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 2,403 deletions.
14 changes: 0 additions & 14 deletions open_spiel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_GO OFF
"Build with support for Golang API.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_HANABI OFF
"Build against the Hanabi game.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_HIGC OFF
"Build with Hidden Information Game Competition tournament support.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_JULIA OFF
"Build binary for Julia.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_LIBNOP OFF
Expand All @@ -137,9 +135,6 @@ openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_RUST OFF
"Build with support for Rust API.")

if (WIN32)
if (OPEN_SPIEL_BUILD_WITH_HIGC)
message(FATAL_ERROR "HIGC not supported in Windows, please disable it.")
endif()
openspiel_optional_dependency(OPEN_SPIEL_ENABLE_JAX OFF
"Enable JAX.")
openspiel_optional_dependency(OPEN_SPIEL_ENABLE_PYTORCH OFF
Expand Down Expand Up @@ -230,10 +225,6 @@ set (OPEN_SPIEL_OBJECTS
$<TARGET_OBJECTS:utils>
$<TARGET_OBJECTS:tests>
)
if (OPEN_SPIEL_BUILD_WITH_HIGC)
set(OPEN_SPIEL_OBJECTS ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:higc>)
endif()
if (OPEN_SPIEL_BUILD_WITH_HANABI)
set(OPEN_SPIEL_OBJECTS ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:hanabi_learning_environment>)
Expand Down Expand Up @@ -317,11 +308,6 @@ endif()

if (OPEN_SPIEL_BUILD_WITH_PYTHON)
add_subdirectory (python)
# HIGC needs pyspiel.so and corresponding PYTHONPATH to be set
# in order to run its tests.
if (OPEN_SPIEL_BUILD_WITH_HIGC)
add_subdirectory (higc)
endif()
endif()

add_subdirectory (utils)
Expand Down
23 changes: 0 additions & 23 deletions open_spiel/higc/CMakeLists.txt

This file was deleted.

155 changes: 0 additions & 155 deletions open_spiel/higc/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions open_spiel/higc/bots/README.md

This file was deleted.

137 changes: 0 additions & 137 deletions open_spiel/higc/bots/random_bot.cc

This file was deleted.

Loading

0 comments on commit 1b09f3b

Please sign in to comment.