Skip to content

Commit

Permalink
fixing sf tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edbeeching committed Jul 23, 2023
1 parent 081d001 commit e6251f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_sample_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def test_sample_factory_training():
args.env_path = "examples/godot_rl_JumperHard/bin/JumperHard.x86_64"
extras = []
extras.append('--env=gdrl')
extras.extend(['--train_for_env_steps=1000'])
extras.append('--train_for_env_steps=1000')
extras.append('--device=cpu')

sample_factory_training(args, extras)

0 comments on commit e6251f0

Please sign in to comment.