relayrl_framework 0.5.0-beta.5

A heterogeneous RL runtime control platform for concurrent multi-actor execution.
1
2
3
4
5
6
7
8
9
{
    "model_file": "client_model.pt",
    "model_type": "pt",
    "input_dtype": { "NdArray": "F32" },
    "output_dtype": { "NdArray": "F32" },
    "input_shape": [1, 4],
    "output_shape": [1, 2],
    "default_device": "cpu"
}