Datasets:
Add files using upload-large-folder tool
Browse files
parse/train/B8fp0LVMHa/B8fp0LVMHa.md
CHANGED
|
@@ -103,7 +103,7 @@ The bounds in equation 8 capture the main intuitions about the interplay between
|
|
| 103 |
# Algorithm 1: Test-Time Policy $\pi _ { \mathrm { t e s t } }$
|
| 104 |
|
| 105 |
Function TestEnsemble(values): return $\lambda \cdot \operatorname* { m i n } ( v a l u e s ) + ( 1 - \lambda ) \cdot \operatorname* { m a x } ( v a l u e s )$
|
| 106 |
-
Function $\pi _ { \mathrm { t e s t } } \left( s \right)$ : $\{ a _ { i } \} ^ { N } \sim \mu ( a | s )$ return arg $\operatorname* { m a x } _ { \{ a _ { i } \} ^ { N } }$ TestEnsemble |