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
92 stars 21 forks source link

Make grpc proxy plugable. #159

Open jovany-wang opened 1 year ago

jovany-wang commented 1 year ago
fengsp commented 1 year ago

Here is a really simple idea, we could just pass raw config dict to ProxyClass:

However, config error won't be detected until actor remote call, so we need a way to let user find out config errors early