You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@reasondk Are you seeing that message as part of PyCharms inspections; b/c that's where I'm seeing it.
It's not "Callable" because the argument BaseRLModel is passed in as a "Class" and not an instance of a class, and the class doesn't implement an __call__ method. I've tried to implement a __class__ method, but it wasn't worth the effort.
I haven't had any problems because of this "warning".
I've concluded it's just a false positive, intended for a different context.
Hi, guys, 'RLTrade.py' this model display "'BaseRLModel' is not callable?" , why?
The text was updated successfully, but these errors were encountered: