Skip to content

Commit 806dbc2

Browse files
author
Song Jun Park
committed
Update README_OOD.md
1 parent 8e85571 commit 806dbc2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README_OOD.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
## Holdout Types
77

8-
Supported holdout types are `all`, `background`, `enemy`, `platform`, and `none`.
8+
The supported holdout types during training and/or evaluation are `all`, `background`, `enemy`, `platform`, and `none` . In addition to holdout types, a holdout fraction value is supported to provide finer control over the amount of data held out.
9+
10+
* `all` - hold out all supported types
11+
* `background` - hold out background images
12+
* `enemy` - hold out enemy sprites
13+
* `platform` - hold out platforms
14+
* `none` - disable hold out
915

1016
## Installation
1117

0 commit comments

Comments
 (0)