Skip to main content
GET
Get Rlhf State

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Response

Successful Response

What the trainer polls: current round, whether it is trainable, latest checkpoint.

axes
string[]
required
experiment_id
string
required
min_decisive_pairs_per_axis
integer
required
round_count
integer
required
current_round
RlhfRound · object | null

One round of the loop: the checkpoint that generated its cohort + state.

latest_checkpoint
RlhfCheckpointRef · object | null
objective
string | null
per_axis
RlhfAxisProgress · object[]
trainable
boolean
default:false