ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
87 stars 20 forks source link

Proxy actor per job #184

Closed NKcqx closed 7 months ago

NKcqx commented 7 months ago

Create a proxy actor with unique actor name for each job, so that multi jobs message won't affect the others during runtime.

Job will use the global proxy actor, i.e. "SenderProxyActor" and "ReceiverProxyActor" by default, set config.cross_silo_comm.use_global_proxy to False to enable.