philippds commited on
Commit
cb8542d
·
verified ·
1 Parent(s): 6fe9632

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -102,16 +102,16 @@ or for hard difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</
102
  Replace <span style="font-weight: 1000;">{GRID}</span> with data from the subject respective column in the dataset for example `1_random_cell_easy`:
103
 
104
  ```python
105
- L L L 0 0 0 0 0 0 0<br>
106
- 0 1 0 0 0 0 0 0 0 V<br>
107
- V 1 1 0 0 0 0 0 0 V<br>
108
- 1 1 1 0 0 0 0 V 0 0<br>
109
- 1 1 1 0 0 0 0 0 V 0<br>
110
- 1 1 1 0 V 0 0 0 0 V<br>
111
- 1 1 1 0 0 0 0 0 0 0<br>
112
- 1 1 1 0 0 0 0 V 0 0<br>
113
- 0 1 0 0 0 0 V 0 0 0<br>
114
- V S S 0 0 0 0 0 0 0<br>
115
  ```
116
 
117
  ## Evaluation
 
102
  Replace <span style="font-weight: 1000;">{GRID}</span> with data from the subject respective column in the dataset for example `1_random_cell_easy`:
103
 
104
  ```python
105
+ L L L 0 0 0 0 0 0 0
106
+ 0 1 0 0 0 0 0 0 0 V
107
+ V 1 1 0 0 0 0 0 0 V
108
+ 1 1 1 0 0 0 0 V 0 0
109
+ 1 1 1 0 0 0 0 0 V 0
110
+ 1 1 1 0 V 0 0 0 0 V
111
+ 1 1 1 0 0 0 0 0 0 0
112
+ 1 1 1 0 0 0 0 V 0 0
113
+ 0 1 0 0 0 0 V 0 0 0
114
+ V S S 0 0 0 0 0 0 0
115
  ```
116
 
117
  ## Evaluation