Haotian-CS
Results
2
issues of
Haotian-CS
in solvers.py, line 97 : self.estimates[i] += 1. / (self.counts[i] + 1) * (r - self.estimates[i]) i think it should like that: self.estimates[i] = payoff[i] / (self.counts[i] + 1) Could...
Could you please share the dataset with me ?