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 3b7e8dc commit d30c0acCopy full SHA for d30c0ac
slots.py
@@ -18,7 +18,7 @@
18
import numpy as np
19
20
21
-class MAB():
+class MAB(object):
22
'''
23
Multi-armed bandit test class.
24
0 commit comments