Skip to content

Commit

Permalink
remove unused ILLEGAL_ACTION_LOGITS_PENALTY constants
Browse files Browse the repository at this point in the history
  • Loading branch information
VitamintK committed Jan 27, 2023
1 parent 39f77e3 commit d930cdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions open_spiel/python/algorithms/nfsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
Transition = collections.namedtuple(
"Transition", "info_state action_probs legal_actions_mask")

ILLEGAL_ACTION_LOGITS_PENALTY = -1e9

MODE = enum.Enum("mode", "best_response average_policy")


Expand Down
2 changes: 0 additions & 2 deletions open_spiel/python/jax/nfsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
Transition = collections.namedtuple(
"Transition", "info_state action_probs legal_actions_mask")

ILLEGAL_ACTION_LOGITS_PENALTY = -1e9

MODE = enum.Enum("mode", "best_response average_policy")


Expand Down
2 changes: 0 additions & 2 deletions open_spiel/python/pytorch/nfsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
Transition = collections.namedtuple(
"Transition", "info_state action_probs legal_actions_mask")

ILLEGAL_ACTION_LOGITS_PENALTY = -1e9

MODE = enum.Enum("mode", "best_response average_policy")


Expand Down

0 comments on commit d930cdb

Please sign in to comment.