facebookresearch / ELF

An End-To-End, Lightweight and Flexible Platform for Game Research
Other
2.09k stars 284 forks source link

Problems when running selfplay_minirts #139

Open wyb-github-alpha opened 4 years ago

wyb-github-alpha commented 4 years ago

When I run the shell selfplay_minirts.sh, ValueError: Batch[actor1-2].copy_from: Reply[V] is not assigned occurred. When I add arg --keys_in_reply V,the prblem disappeared. What is the function of this arg? Should I add the arg? Is adding the arg going to cause the right training result?