Skip to content

Commit

Permalink
remove last update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Apr 24, 2024
1 parent 3435793 commit bc96284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def test_policy(env_name, policy_name, extra_overrides):
# TODO(rcadene, alexander-soar): how to remove need for dataset_stats?
new_policy = make_policy(cfg, dataset_stats=dataset.stats)
new_policy.load_state_dict(policy.state_dict())
new_policy.update(batch, step=0)


@pytest.mark.parametrize(
Expand Down

0 comments on commit bc96284

Please sign in to comment.