1 ppo_test fails
Open
- Dominant language
- Jupyter Notebook
- Stars
- 3.2k
- Forks
- 349
- PR merge metrics
- No merged PRs in 30d
Description
Probably harmless but just in case:
```
Traceback (most recent call last):
File "ppo_test.py", line 45, in testTrain
self.assertGreater(metrics['eval/episode_reward'], 100 * 0.995)
AssertionError: DeviceArray(97.05763, dtype=float32) not greater than 99.5
```
This was on Windows, pip list output
```
brax 0.0.10 f:\dev\brax
jax 0.3.14 f:\dev\jax
jaxlib 0.3.7
```
Contributor guide
Assessment
This issue has not been assessed yet.