EpicPinkPenguin commited on
Commit
56bc22f
1 Parent(s): 428ea48

Update README.md

Browse files

Change default config to bigfish config

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -35,7 +35,7 @@ dataset_info:
35
  num_examples: 100000
36
  download_size: 4787252231
37
  dataset_size: 28937250000
38
- - config_name: default
39
  features:
40
  - name: observation
41
  dtype:
@@ -69,12 +69,12 @@ configs:
69
  path: bossfight/train-*
70
  - split: test
71
  path: bossfight/test-*
72
- - config_name: default
73
  data_files:
74
  - split: train
75
- path: data/train-*
76
  - split: test
77
- path: data/test-*
78
  tags:
79
  - procgen
80
  - bigfish
 
35
  num_examples: 100000
36
  download_size: 4787252231
37
  dataset_size: 28937250000
38
+ - config_name: bigfish
39
  features:
40
  - name: observation
41
  dtype:
 
69
  path: bossfight/train-*
70
  - split: test
71
  path: bossfight/test-*
72
+ - config_name: bigfish
73
  data_files:
74
  - split: train
75
+ path: bigfish/train-*
76
  - split: test
77
+ path: bigfish/test-*
78
  tags:
79
  - procgen
80
  - bigfish