devendrachaplot / DeepRL-Grounding

Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)
https://sites.google.com/view/gated-attention/home
MIT License
237 stars 37 forks source link

No num-threads args #1

Closed a7b23 closed 6 years ago

a7b23 commented 6 years ago

There is no such args as num-threads. Do you mean to set num-processes = 32 during training?

devendrachaplot commented 6 years ago

Yes, it's --num-processes. Thanks for pointing it out.