We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8578 commit 96cfcbfCopy full SHA for 96cfcbf
test/test_atari.py
@@ -8,11 +8,13 @@
8
9
class AtariTest(unittest.TestCase):
10
11
+ @unittest.skipIf(environ.get('CI'), "Delay CI test until dev stable")
12
@classmethod
13
def test_breakout_dqn(cls):
14
data_df = run('breakout_dqn')
15
assert isinstance(data_df, pd.DataFrame)
16
17
18
19
def test_breakout_double_dqn(cls):
20
data_df = run('breakout_double_dqn')
0 commit comments