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 7d5e692 commit 668729aCopy full SHA for 668729a
test/test_advanced.py
@@ -10,7 +10,7 @@ class AdvancedTest(unittest.TestCase):
10
11
@classmethod
12
def test_sarsa(cls):
13
- data_df = run('rand_sarsa')
+ data_df = run('sarsa')
14
assert isinstance(data_df, pd.DataFrame)
15
16
0 commit comments