Skip to content

Commit

Permalink
Adapt common tests to new GFlowNetAgent env_maker parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Mar 19, 2024
1 parent 92f4d83 commit 9d9a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gflownet/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def test__gflownet_minimal_runs(self, n_repeat=1):
config.gflownet,
device=config.device,
float_precision=config.float_precision,
env=self.env,
env_maker=self.env.__class__,
forward_policy=forward_policy,
backward_policy=backward_policy,
buffer=config.env.buffer,
Expand Down

0 comments on commit 9d9a3d7

Please sign in to comment.