Skip to content

Commit e7ba9ab

Browse files
committed
update doctring
1 parent 6963f4a commit e7ba9ab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/algorithms/mirror_descent/mirror_descent.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ $TYPEDSIGNATURES
8282
Train a DFLPolicy using the Mirror Descent algorithm on a provided training dataset.
8383
8484
When `imitation_start=true`, the first iteration is a pure imitation step using
85-
`anticipative_solver`; subsequent iterations are the mirror descent loop using
86-
`perturbed_anticipative_solver`.
85+
`anticipative_solver`. Subsequent iterations are the mirror descent loop.
8786
8887
# Arguments
8988
- `iterations=10`: total number of mirror descent iterations (includes the imitation step

0 commit comments

Comments
 (0)