RL
Weights sync
Submits a weights-sync operation that makes the session's current trained parameters available for sampling. Call this after optim-step when you want subsequent samples to use the updated policy.
post/rl/training-sessions/{session_id}/operations/weights-sync
Path parameters
session_idstring required
Training session ID
Request body
Response
Weights-sync operation details
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"error": {
"message": "Operation timed out"
}
}