Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 185f8c9

Browse files
committed
Update test parameters
1 parent 6f1f371 commit 185f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algo/test_policy_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_ppo(device, env_factory, model):
4444
env=env_factory(),
4545
actor_critic=model,
4646
optimizer=optimizer,
47-
dataset_size=10,
47+
dataset_size=4,
4848
batch_size=2,
4949
device=device,
5050
dtype=torch.float32

0 commit comments

Comments
 (0)