csiro-mlai / deep-mpc

35 stars 10 forks source link

questions about run-remote.sh and common.sh #14

Open shiina3301 opened 1 week ago

shiina3301 commented 1 week ago

Hi! I have some questions about running remotely. I use "./run-remote.sh sh3 A near 1 1 16 rate.1 " on 3 players and it works well;but when I use "./run-remote.sh dm3 A near 1 1 16 rate.1 ", it only works on the first and second hosts,and it just depend on the order of the file "hosts". The questions also happen when the players is 10. my questions is why it happened and how can I avoid it? thanks and looking forward to your reply !

mkskeller commented 1 week ago

I don't understand what you mean. Can you give more details, like outputs you're getting as opposed to what you're expecting?

shiina3301 commented 1 week ago

yes, I mean I use"./run-remote.sh dm3 A near 1 1 16 rate.1 ", expecting to run timi-party.x to train on 3 players(for example,i use 3 virtual machine as 3 players) ; and then it works,but only on 2 players, the third player do not work timi-party.x protocol. but when I use some other protocols like replicated-ring-party.x, it can work on all 3 players as expected.

mkskeller commented 1 week ago

Thank you for raising this. You should find that 03907110a503d3d41ea0154347f0d04863826991 fixes it.