Enable tests for TD-MPC (#160)

This commit is contained in:
Alexander Soare
2024-05-09 13:42:12 +01:00
committed by GitHub
parent 7bb5b15f4c
commit e89521dfa0
7 changed files with 5 additions and 6 deletions

View File

@@ -236,7 +236,7 @@ def test_normalize(insert_temporal_dim):
@pytest.mark.parametrize(
"env_name, policy_name, extra_overrides",
[
# ("xarm", "tdmpc", ["policy.n_action_repeats=2"]),
("xarm", "tdmpc", []),
(
"pusht",
"diffusion",