vpanda
Results
1
issues of
vpanda
Hello author, I have some questions about the code in Brain/Brain.py. Firstly, on line 210, "if father[0] == root_set_detail[key][i][k]:", father[0] is a pure number, while root_set_detail[key][i][k] is a tuple. These...