Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfu authored and mergify-bot committed Nov 30, 2020
1 parent 9316a61 commit fd2bef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
garage provides two useful function to evaluate the performance of an
algorithm, [log_performance](../_autoapi/garage/index.html#garage.log_performance)
and [log_multitask_performance](../_autoapi/garage/index.html#garage.log_multitask_performance).
`log_performance` is used for generous algorithms, while
`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.

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

0 comments on commit fd2bef3

Please sign in to comment.