zero icon indicating copy to clipboard operation
zero copied to clipboard

Zero: A simple and fast Python RPC framework

Results 14 zero issues
Sort by recently updated
recently updated
newest added

As @shimondoodkin didn't response for a long time, taking over his PR - https://github.com/Ananto30/zero/pull/20 This closes https://github.com/Ananto30/zero/pull/20 and https://github.com/Ananto30/zero/pull/21

If a worker dies, it should restart. This can be achieved by some zeromq patterns, or a gossip protocol implementation with zeromq

This PR introduces built-in **Pydantic support** via a new `GenericEncoder` that is compatible with both **Pydantic V1 and V2**. Key changes: - `GenericEncoder` is now the default encoder. - **Pydantic**...

I'm trying to set up a clean separation between RL policy and RL environment execution using this project. My basic flow is: 1. Open a new env on remote 2....