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
assert self.max_iter >= 10000, "'n_iter' should be greater than 10000."
This line in QLearning is inconvenient and arbitrary. It should be either removed or turned into a warning.
I am interested in hacking these classes, for instance, such that they can iteratively learn as the Reward matrix changes. As such, small values of this value are necessary.
The text was updated successfully, but these errors were encountered:
This line in QLearning is inconvenient and arbitrary. It should be either removed or turned into a warning.
I am interested in hacking these classes, for instance, such that they can iteratively learn as the Reward matrix changes. As such, small values of this value are necessary.
The text was updated successfully, but these errors were encountered: