Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
zilvinas committed Oct 22, 2024
1 parent bb15ad3 commit f457144
Show file tree
Hide file tree
Showing 16 changed files with 290 additions and 318 deletions.
35 changes: 35 additions & 0 deletions dist/assets/index-9fEuiyFj.js

Large diffs are not rendered by default.

34 changes: 0 additions & 34 deletions dist/assets/index-DJqDn2it.js

This file was deleted.

57 changes: 57 additions & 0 deletions dist/configuration_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"info":[
"This configuration is editable.",
"The explanation of this file properties can be found in the 'about' section."
],
"usePretrainedDataWhileTesting": true,
"basicTrainerConfig":{
"learningRate": 0.1,
"discount": 0.9,
"trainingBachCount": 10,
"lessonsToGenerate": 100
},
"lessons": [
{
"lesson": 1,
"goals": [1, 4],
"lessonsToGenerate": 200
},
{
"lesson": 2,
"goals": [2, 3],
"startPositions": [2, 5, 3,6],
"lockedElements": [1, 4],
"lessonsToGenerate": 200
},
{
"lesson": 3,
"goals": [5, 8],
"startPositions": [6, 7],
"lockedElements": [1, 2, 3, 4]
},
{
"lesson": 4,
"goals": [6, 7],
"startPositions": [6, 9, 7, 12],
"lockedElements":
[1, 2, 3, 4,
5, 8]
},
{
"lesson": 5,
"goals": [9, 10, 13, 14],
"lockedElements":
[1, 2, 3, 4,
5, 6, 7, 8]
},
{
"lesson": 6,
"goals": [11, 15, 12],
"lockedElements":
[1, 2, 3, 4,
5, 6, 7, 8,
9, 10,
13, 14 ]
}
]
}
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>puzzle 15 ml</title>
<script type="module" crossorigin src="/assets/index-DJqDn2it.js"></script>
<script type="module" crossorigin src="/assets/index-9fEuiyFj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CieBBP7a.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>puzzle 15 ml</title>
<script type="module" crossorigin src="dist/assets/index-DJqDn2it.js"></script>
<script type="module" crossorigin src="dist/assets/index-9fEuiyFj.js"></script>
<link rel="stylesheet" crossorigin href="dist/assets/index-CieBBP7a.css">
</head>

Expand Down
57 changes: 57 additions & 0 deletions public/configuration_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"info":[
"This configuration is editable.",
"The explanation of this file properties can be found in the 'about' section."
],
"usePretrainedDataWhileTesting": true,
"basicTrainerConfig":{
"learningRate": 0.1,
"discount": 0.9,
"trainingBachCount": 10,
"lessonsToGenerate": 100
},
"lessons": [
{
"lesson": 1,
"goals": [1, 4],
"lessonsToGenerate": 200
},
{
"lesson": 2,
"goals": [2, 3],
"startPositions": [2, 5, 3,6],
"lockedElements": [1, 4],
"lessonsToGenerate": 200
},
{
"lesson": 3,
"goals": [5, 8],
"startPositions": [6, 7],
"lockedElements": [1, 2, 3, 4]
},
{
"lesson": 4,
"goals": [6, 7],
"startPositions": [6, 9, 7, 12],
"lockedElements":
[1, 2, 3, 4,
5, 8]
},
{
"lesson": 5,
"goals": [9, 10, 13, 14],
"lockedElements":
[1, 2, 3, 4,
5, 6, 7, 8]
},
{
"lesson": 6,
"goals": [11, 15, 12],
"lockedElements":
[1, 2, 3, 4,
5, 6, 7, 8,
9, 10,
13, 14 ]
}
]
}
253 changes: 0 additions & 253 deletions src/game-15-reconstruction/configuration/LessonProducer.ts

This file was deleted.

Loading

0 comments on commit f457144

Please sign in to comment.