Skip to content

Commit 9b7af2a

Browse files
btabacopybara-github
authored andcommitted
Remove ppo test assertion, only increments during tracing and is error prone.
PiperOrigin-RevId: 829512449 Change-Id: If2dbd866253db8c112a62b6ba887cd5aa76a6385
1 parent 1a6b943 commit 9b7af2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

brax/training/agents/ppo/train_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def testTrain(self, obs_mode):
5454
normalize_advantage=False,
5555
)
5656
self.assertGreater(metrics['eval/episode_reward'], 135)
57-
self.assertEqual(fast.reset_count, 4) # type: ignore
58-
self.assertEqual(fast.step_count, 3) # type: ignore
5957

6058
@parameterized.parameters(
6159
('normal', 'scalar'),

0 commit comments

Comments
 (0)