We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6963f4a commit e7ba9abCopy full SHA for e7ba9ab
1 file changed
src/algorithms/mirror_descent/mirror_descent.jl
@@ -82,8 +82,7 @@ $TYPEDSIGNATURES
82
Train a DFLPolicy using the Mirror Descent algorithm on a provided training dataset.
83
84
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`.
+`anticipative_solver`. Subsequent iterations are the mirror descent loop.
87
88
# Arguments
89
- `iterations=10`: total number of mirror descent iterations (includes the imitation step
0 commit comments