Skip to content

Commit

Permalink
fix testing bug
Browse files Browse the repository at this point in the history
Former-commit-id: c3a34e4
  • Loading branch information
hsywhu committed Jun 29, 2020
1 parent da68d75 commit c3cd933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/agents/test_deepcfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_init(self):
sess = tf.InteractiveSession()
env = rlcard.make('leduc-holdem', config={'allow_step_back':True})
agent = DeepCFR(session=sess,
scope='deepcfr',
env=env,
policy_network_layers=(4,4),
advantage_network_layers=(4,4),
Expand All @@ -37,6 +38,7 @@ def test_train(self):
sess = tf.InteractiveSession()
env = rlcard.make('leduc-holdem', {'allow_step_back':True})
agent = DeepCFR(session=sess,
scope='deepcfr',
env=env,
policy_network_layers=(128,128),
advantage_network_layers=(128,128),
Expand Down

0 comments on commit c3cd933

Please sign in to comment.