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
Traceback (most recent call last):
File "E:/project/AlphaZero_Gomoku/human_play.py", line 68, in run
policy_param = pickle.load(open(model_file, 'rb'))
_pickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:/project/AlphaZero_Gomoku/human_play.py", line 91, in
run()
File "E:/project/AlphaZero_Gomoku/human_play.py", line 72, in run
encoding='bytes') # To support python3
_pickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:/project/AlphaZero_Gomoku/human_play.py", line 68, in run
policy_param = pickle.load(open(model_file, 'rb'))
_pickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:/project/AlphaZero_Gomoku/human_play.py", line 91, in
run()
File "E:/project/AlphaZero_Gomoku/human_play.py", line 72, in run
encoding='bytes') # To support python3
_pickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
The text was updated successfully, but these errors were encountered: