Skip to content

Commit

Permalink
Update workflow.md naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick authored Dec 2, 2024
1 parent ce02c15 commit 664245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/closed-loop-bandit-task/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Note that it is important to use the `@on_state()` decorator to ensure that the

### Model Disagreement Sampler

The `ModelDisagreementPooler` is used to generate new experiment conditions in each cycle. It uses the best two models discovered so far to generate new reward trajectories that best distinguish between the two models.
The `model_disagreement_sampler` is used to generate new experiment conditions in each cycle. It uses the best two models discovered so far to generate new reward trajectories that best distinguish between the two models.

Since the predictions of a model has a non-standard format (it isn't a single number but a 2 x ``n_trials`` array), we need to create a custom distance function.

Expand Down

0 comments on commit 664245b

Please sign in to comment.