Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed May 21, 2024
1 parent 6d9b82d commit 4e21a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ def test_ray_runner_config(self):
self.assertEqual(args.timesteps, 1e6)
self.assertEqual(args.num_workers, 2)
self.assertEqual(args.num_gpus, 0)
self.assertEqual(args.alg, "PPO")
self.assertFalse(args.use_lstm)

0 comments on commit 4e21a32

Please sign in to comment.