relayrl_framework 0.5.0-alpha.2

A distributed, system-oriented multi-agent reinforcement learning framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod inference_server;
pub mod training_server;
pub mod server {
    // pub(crate) mod runtime {
    //     pub(crate) mod coordination {
    //         pub(crate) mod coordinator;
    //         pub(crate) mod lifecycle_manager;
    //         pub(crate) mod scale_manager;
    //         pub(crate) mod state_manager;
    //     }
    //     pub(crate) mod load_balancing;
    //     pub(crate) mod transport;
    // }
}