Skip to content

Commit 98918d6

Browse files
committed
Update docs
1 parent 128fcdf commit 98918d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
garage provides two useful function to evaluate the performance of an
44
algorithm, [log_performance](../_autoapi/garage/index.html#garage.log_performance)
55
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.
6+
`log_performance` is used for single-task algorithms, while
7+
`log_multitask_performance` is used for multi-task algorithms.
88

99
The input of the both functions is [EpisodeBatch](../_autoapi/garage/index.html#garage.EpisodeBatch),
1010
which is a batch of episodes.

0 commit comments

Comments
 (0)