We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703ddb4 commit 4d91732Copy full SHA for 4d91732
nes_py/tests/test_nes_env.py
@@ -91,7 +91,7 @@ def test(self):
91
# check each output
92
state, reward, done, info = output
93
self.assertIsInstance(state, np.ndarray)
94
- self.assertIsInstance(reward, int)
+ self.assertIsInstance(reward, float)
95
self.assertIsInstance(done, bool)
96
self.assertIsInstance(info, dict)
97
# check the render output
0 commit comments