pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 567 forks source link

AttributeError: '_elfgames_go.GameContext' object has no attribute 'setRequest' #71

Closed 22nsuk closed 6 years ago

22nsuk commented 6 years ago

File "df_console.py", line 72, in [0] Seed:All games [1] registered 15133134, thread_id: 139801839777536 GC.GC.setRequest( AttributeError: '_elfgames_go.GameContext' object has no attribute 'setRequest' terminate called without an active exception ./gtp.sh: line 18: 16451 STOPPED (core dumped) game=elfgames.go.game model=df_pred model_file=elfgames.go.df_model3 python3 df_console.py --mode online --keys_in_reply V rv --use_mcts --mcts_verbose_time --mcts_use_prior --mcts_persistent_tree --load $MODEL --server_addr localhost --port 1234 --replace_prefix resnet.module,resnet --no_check_loaded_options --no_parameter_print "$@"


What's the solution to this error?

jma127 commented 6 years ago

Apologies, we are pushing a fix shortly.

jma127 commented 6 years ago

I believe this is now fixed. Please let me know otherwise 😄

22nsuk commented 6 years ago

@jma127 It seems to me that it works well. Thanks for fixing it.

jma127 commented 6 years ago

Great to hear and thanks for using ELF OpenGo!