Skip to content

Commit 54b9ae5

Browse files
author
zilvinas
committed
..
1 parent 93d62d2 commit 54b9ae5

File tree

11 files changed

+264
-119
lines changed

11 files changed

+264
-119
lines changed

dist/assets/index-9fEuiyFj.js renamed to dist/assets/index-CKYbPbWq.js

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/configuration.json

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,26 @@
1212
},
1313
"lessons": [
1414
{
15-
"lesson": 1,
16-
"goals": [1, 2],
17-
"lessonsToGenerate": 200
15+
"goals": [1, 2]
1816
},
1917
{
20-
"lesson": 2,
21-
"goals": [3, 4],
22-
"startPositions": [3, 5, 6],
23-
"lockedElements": [1, 2],
24-
"lessonsToGenerate": 200
18+
"goals": [3, 4]
2519
},
2620
{
27-
"lesson": 3,
28-
"goals": [5, 6],
29-
"startPositions": [7, 8],
30-
"lockedElements": [1, 2, 3, 4]
21+
"goals": [5, 6]
3122
},
3223
{
33-
"lesson": 4,
34-
"goals": [7, 8],
35-
"startPositions": [7, 9, 10],
36-
"lockedElements":
37-
[1, 2, 3, 4,
38-
5, 6]
24+
"goals": [7, 8]
3925
},
4026
{
41-
"lesson": 5,
42-
"goals": [9, 13],
43-
"startPositions": [11, 12],
44-
"lockedElements":
45-
[1, 2, 3, 4,
46-
5, 6, 7, 8]
27+
"goals": [9, 13]
4728
},
4829
{
49-
"lesson": 6,
50-
"goals": [10, 11, 14, 15],
51-
"startPositions": [10, 14],
52-
"lockedElements":
53-
[1, 2, 3, 4,
54-
5, 6, 7, 8,
55-
9,
56-
13]
30+
"goals": [10, 11, 14, 15]
5731
},
5832
{
59-
"lesson": 7,
6033
"goals": [12],
61-
"lessonsToGenerate": 10,
62-
"lockedElements":
63-
[1, 2, 3, 4,
64-
5, 6, 7, 8,
65-
9, 10, 11,
66-
13, 14, 15 ]
34+
"lessonsToGenerate": 10
6735
}
6836
]
6937
}

dist/configuration_2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"info":[
3+
"This configuration is editable.",
4+
"The explanation of this file properties can be found in the 'about' section."
5+
],
6+
"usePretrainedDataWhileTesting": true,
7+
"basicTrainerConfig":{
8+
"learningRate": 0.1,
9+
"discount": 0.9,
10+
"trainingBachCount": 10,
11+
"lessonsToGenerate": 200
12+
},
13+
"lessons": [
14+
{
15+
"goals": [1, 2]
16+
},
17+
{
18+
"goals": [3, 4]
19+
},
20+
{
21+
"goals": [5, 6]
22+
},
23+
{
24+
"goals": [7, 8]
25+
},
26+
{
27+
"goals": [9, 10, 13, 14]
28+
},
29+
{
30+
"goals": [11, 12, 15],
31+
"lessonsToGenerate": 100
32+
}
33+
]
34+
}

dist/configuration_orgiginal.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"info":[
3+
"This configuration is editable.",
4+
"The explanation of this file properties can be found in the 'about' section."
5+
],
6+
"usePretrainedDataWhileTesting": true,
7+
"basicTrainerConfig":{
8+
"learningRate": 0.1,
9+
"discount": 0.9,
10+
"trainingBachCount": 10,
11+
"lessonsToGenerate": 100
12+
},
13+
"lessons": [
14+
{
15+
"lesson": 1,
16+
"goals": [1, 2],
17+
"lessonsToGenerate": 200
18+
},
19+
{
20+
"lesson": 2,
21+
"goals": [3, 4],
22+
"startPositions": [3, 5, 6],
23+
"lockedElements": [1, 2],
24+
"lessonsToGenerate": 200
25+
},
26+
{
27+
"lesson": 3,
28+
"goals": [5, 6],
29+
"startPositions": [7, 8],
30+
"lockedElements": [1, 2, 3, 4]
31+
},
32+
{
33+
"lesson": 4,
34+
"goals": [7, 8],
35+
"startPositions": [7, 9, 10],
36+
"lockedElements":
37+
[1, 2, 3, 4,
38+
5, 6]
39+
},
40+
{
41+
"lesson": 5,
42+
"goals": [9, 13],
43+
"startPositions": [11, 12],
44+
"lockedElements":
45+
[1, 2, 3, 4,
46+
5, 6, 7, 8]
47+
},
48+
{
49+
"lesson": 6,
50+
"goals": [10, 11, 14, 15],
51+
"startPositions": [10, 14],
52+
"lockedElements":
53+
[1, 2, 3, 4,
54+
5, 6, 7, 8,
55+
9,
56+
13]
57+
},
58+
{
59+
"lesson": 7,
60+
"goals": [12],
61+
"lessonsToGenerate": 10,
62+
"lockedElements":
63+
[1, 2, 3, 4,
64+
5, 6, 7, 8,
65+
9, 10, 11,
66+
13, 14, 15 ]
67+
}
68+
]
69+
}

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>puzzle 15 ml</title>
8-
<script type="module" crossorigin src="/assets/index-9fEuiyFj.js"></script>
8+
<script type="module" crossorigin src="/assets/index-CKYbPbWq.js"></script>
99
<link rel="stylesheet" crossorigin href="/assets/index-CieBBP7a.css">
1010
</head>
1111

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>puzzle 15 ml</title>
8-
<script type="module" crossorigin src="dist/assets/index-9fEuiyFj.js"></script>
8+
<script type="module" crossorigin src="dist/assets/index-CKYbPbWq.js"></script>
99
<link rel="stylesheet" crossorigin href="dist/assets/index-CieBBP7a.css">
1010
</head>
1111

public/configuration.json

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,26 @@
1212
},
1313
"lessons": [
1414
{
15-
"lesson": 1,
16-
"goals": [1, 2],
17-
"lessonsToGenerate": 200
15+
"goals": [1, 2]
1816
},
1917
{
20-
"lesson": 2,
21-
"goals": [3, 4],
22-
"startPositions": [3, 5, 6],
23-
"lockedElements": [1, 2],
24-
"lessonsToGenerate": 200
18+
"goals": [3, 4]
2519
},
2620
{
27-
"lesson": 3,
28-
"goals": [5, 6],
29-
"startPositions": [7, 8],
30-
"lockedElements": [1, 2, 3, 4]
21+
"goals": [5, 6]
3122
},
3223
{
33-
"lesson": 4,
34-
"goals": [7, 8],
35-
"startPositions": [7, 9, 10],
36-
"lockedElements":
37-
[1, 2, 3, 4,
38-
5, 6]
24+
"goals": [7, 8]
3925
},
4026
{
41-
"lesson": 5,
42-
"goals": [9, 13],
43-
"startPositions": [11, 12],
44-
"lockedElements":
45-
[1, 2, 3, 4,
46-
5, 6, 7, 8]
27+
"goals": [9, 13]
4728
},
4829
{
49-
"lesson": 6,
50-
"goals": [10, 11, 14, 15],
51-
"startPositions": [10, 14],
52-
"lockedElements":
53-
[1, 2, 3, 4,
54-
5, 6, 7, 8,
55-
9,
56-
13]
30+
"goals": [10, 11, 14, 15]
5731
},
5832
{
59-
"lesson": 7,
6033
"goals": [12],
61-
"lessonsToGenerate": 10,
62-
"lockedElements":
63-
[1, 2, 3, 4,
64-
5, 6, 7, 8,
65-
9, 10, 11,
66-
13, 14, 15 ]
34+
"lessonsToGenerate": 10
6735
}
6836
]
6937
}

public/configuration_2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"info":[
3+
"This configuration is editable.",
4+
"The explanation of this file properties can be found in the 'about' section."
5+
],
6+
"usePretrainedDataWhileTesting": true,
7+
"basicTrainerConfig":{
8+
"learningRate": 0.1,
9+
"discount": 0.9,
10+
"trainingBachCount": 10,
11+
"lessonsToGenerate": 200
12+
},
13+
"lessons": [
14+
{
15+
"goals": [1, 2]
16+
},
17+
{
18+
"goals": [3, 4]
19+
},
20+
{
21+
"goals": [5, 6]
22+
},
23+
{
24+
"goals": [7, 8]
25+
},
26+
{
27+
"goals": [9, 10, 13, 14]
28+
},
29+
{
30+
"goals": [11, 12, 15],
31+
"lessonsToGenerate": 100
32+
}
33+
]
34+
}

public/configuration_orgiginal.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"info":[
3+
"This configuration is editable.",
4+
"The explanation of this file properties can be found in the 'about' section."
5+
],
6+
"usePretrainedDataWhileTesting": true,
7+
"basicTrainerConfig":{
8+
"learningRate": 0.1,
9+
"discount": 0.9,
10+
"trainingBachCount": 10,
11+
"lessonsToGenerate": 100
12+
},
13+
"lessons": [
14+
{
15+
"lesson": 1,
16+
"goals": [1, 2],
17+
"lessonsToGenerate": 200
18+
},
19+
{
20+
"lesson": 2,
21+
"goals": [3, 4],
22+
"startPositions": [3, 5, 6],
23+
"lockedElements": [1, 2],
24+
"lessonsToGenerate": 200
25+
},
26+
{
27+
"lesson": 3,
28+
"goals": [5, 6],
29+
"startPositions": [7, 8],
30+
"lockedElements": [1, 2, 3, 4]
31+
},
32+
{
33+
"lesson": 4,
34+
"goals": [7, 8],
35+
"startPositions": [7, 9, 10],
36+
"lockedElements":
37+
[1, 2, 3, 4,
38+
5, 6]
39+
},
40+
{
41+
"lesson": 5,
42+
"goals": [9, 13],
43+
"startPositions": [11, 12],
44+
"lockedElements":
45+
[1, 2, 3, 4,
46+
5, 6, 7, 8]
47+
},
48+
{
49+
"lesson": 6,
50+
"goals": [10, 11, 14, 15],
51+
"startPositions": [10, 14],
52+
"lockedElements":
53+
[1, 2, 3, 4,
54+
5, 6, 7, 8,
55+
9,
56+
13]
57+
},
58+
{
59+
"lesson": 7,
60+
"goals": [12],
61+
"lessonsToGenerate": 10,
62+
"lockedElements":
63+
[1, 2, 3, 4,
64+
5, 6, 7, 8,
65+
9, 10, 11,
66+
13, 14, 15 ]
67+
}
68+
]
69+
}

0 commit comments

Comments
 (0)