Skip to content

Commit

Permalink
make flaky test more robust by using a full rather than a factored layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorrill10 committed Aug 19, 2024
1 parent b47255e commit 9164f75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions open_spiel/python/algorithms/rcfr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def _new_model():
return rcfr.DeepRcfrModel(
_GAME,
num_hidden_layers=1,
num_hidden_units=26,
num_hidden_factors=1,
num_hidden_units=13,
use_skip_connections=True)


Expand Down

0 comments on commit 9164f75

Please sign in to comment.