We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128fcdf commit 98918d6Copy full SHA for 98918d6
docs/user/evaluation.md
@@ -3,8 +3,8 @@
3
garage provides two useful function to evaluate the performance of an
4
algorithm, [log_performance](../_autoapi/garage/index.html#garage.log_performance)
5
and [log_multitask_performance](../_autoapi/garage/index.html#garage.log_multitask_performance).
6
-`log_performance` is used for generous algorithms, while
7
-`log_multitask_performance` is used for multiple tasks algorithms.
+`log_performance` is used for single-task algorithms, while
+`log_multitask_performance` is used for multi-task algorithms.
8
9
The input of the both functions is [EpisodeBatch](../_autoapi/garage/index.html#garage.EpisodeBatch),
10
which is a batch of episodes.
0 commit comments