peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

judger: agent should not take the same random seed for each run #85

Closed peter1591 closed 6 years ago

peter1591 commented 6 years ago

https://github.com/peter1591/hearthstone-ai/blob/3e9b24c6adba6a7f7e319115847e06ed7822679d/judge/include/judge/Judger.h#L97

peter1591 commented 6 years ago

fixed in commit: 3f9aaa52