DeepX-inc / machina

Control section: Deep Reinforcement Learning framework
MIT License
279 stars 45 forks source link

Sampler minor fix: no reason to send all `exec_flags` to all processes #236

Closed farzadab closed 5 years ago

farzadab commented 5 years ago

As the title suggests, we can just send each process its own execution flag separately, rather than sending the whole list.

Very nice repo BTW :)

rarilurelo commented 5 years ago

You're right. Thanks!