Skip to content

Commit

Permalink
update sac test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Luo1 committed Dec 4, 2024
1 parent 692d626 commit 19f6337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brax/training/agents/sac/train_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def testTrain(self):
num_evals=3,
seed=0)
self.assertGreater(metrics['eval/episode_reward'], 140 * 0.995)
self.assertEqual(fast.reset_count, 2) # type: ignore
self.assertEqual(fast.reset_count, 3) # type: ignore
# once for prefill, once for train, once for eval
self.assertEqual(fast.step_count, 3) # type: ignore

Expand Down

0 comments on commit 19f6337

Please sign in to comment.