Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-milesi committed Apr 3, 2024
1 parent 6a8c6cb commit 1e6f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algos/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_resume_from_checkpoint_env_error():
"algo.world_model.recurrent_model.recurrent_state_size=8 "
"algo.world_model.representation_model.hidden_size=8 algo.learning_starts=0 "
"algo.world_model.transition_model.hidden_size=8 buffer.size=10 "
"algo.layer_norm=True algo.per_rank_batch_size=1 algo.per_rank_sequence_length=1 "
"algo.per_rank_batch_size=1 algo.per_rank_sequence_length=1 "
f"root_dir={root_dir} run_name={run_name} "
"checkpoint.save_last=True metric.log_level=0 metric.disable_timer=True",
shell=True,
Expand Down

0 comments on commit 1e6f309

Please sign in to comment.