Skip to content

Commit 63025a4

Browse files
committed
Merge branch 'spark-master-patch-86768' into 'master'
Update README_OOD.md See merge request kevincorder/procgenOOD!1
2 parents 34cb946 + b84dca1 commit 63025a4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README_OOD.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
21
# Procgen OOD Benchmark
32

43
- OOD variant of Procgen environment to test generalization scaling of algorithms and their components
54
- Examples how to add your own variables or modify games further
65

6+
## Holdout Types
7+
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 platform difficulties
14+
* `none` - disable hold out
715

816
## Installation
917

0 commit comments

Comments
 (0)