k-z
commited on
Commit
·
bb0323e
1
Parent(s):
dba87ad
Add training datasets
Browse files- README.md +8 -0
- training_dataset_for_the_first_iteration/Connect4_54_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_54_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_54_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_65_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_65_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_65_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Connect4_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku66_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku66_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku66_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku77_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku77_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku77_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Gomoku_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Othello66_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Othello66_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Othello66_vs.npy +3 -0
- training_dataset_for_the_first_iteration/Othello_boards.npy +3 -0
- training_dataset_for_the_first_iteration/Othello_probs.npy +3 -0
- training_dataset_for_the_first_iteration/Othello_vs.npy +3 -0
- training_dataset_for_the_first_iteration/TicTacToe_boards.npy +3 -0
- training_dataset_for_the_first_iteration/TicTacToe_probs.npy +3 -0
- training_dataset_for_the_first_iteration/TicTacToe_vs.npy +3 -0
README.md
CHANGED
@@ -11,6 +11,14 @@ This repository contains the weights for the following configurations:
|
|
11 |
|
12 |
Each filename includes digits indicating the training iteration. For example, checkpoint_1000.model represents the model saved after 1000 training iterations.
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
### GitHub Repository
|
15 |
|
16 |
The full source code for AlphaViT, including training scripts and detailed implementation, is available on GitHub:
|
|
|
11 |
|
12 |
Each filename includes digits indicating the training iteration. For example, checkpoint_1000.model represents the model saved after 1000 training iterations.
|
13 |
|
14 |
+
## training_dataset_for_the_first_iteration/
|
15 |
+
|
16 |
+
Initial training datasets for various games, organized by game type. Files include:
|
17 |
+
|
18 |
+
- Board states (*.boards.npy)
|
19 |
+
- Move probabilities (*.probs.npy)
|
20 |
+
- Value outputs (*.vs.npy)
|
21 |
+
|
22 |
### GitHub Repository
|
23 |
|
24 |
The full source code for AlphaViT, including training scripts and detailed implementation, is available on GitHub:
|
training_dataset_for_the_first_iteration/Connect4_54_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f57bfba9431b3a9f01960e92e12338204eeec63ca4fbbff1df645010b7228be2
|
3 |
+
size 48171008
|
training_dataset_for_the_first_iteration/Connect4_54_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bf72f9b1e3aa06fd66dcefc250d6e1870a33d929fb58f08b494bae1a68acd0b
|
3 |
+
size 16859936
|
training_dataset_for_the_first_iteration/Connect4_54_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:022c04f069cabb45bcabe7fa7301b314d1b977dba3f529eb30e4ea259414baaa
|
3 |
+
size 802976
|
training_dataset_for_the_first_iteration/Connect4_65_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:356ea4a1911af29a2fa4c8f08ce28e95bf19d323f7745a47d6aa8ef38be1e6bd
|
3 |
+
size 72298208
|
training_dataset_for_the_first_iteration/Connect4_65_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a22e8efa064acfcc8fa00f3ae13d775ee0f6718ee9731877b966ced0f53be59
|
3 |
+
size 24902800
|
training_dataset_for_the_first_iteration/Connect4_65_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ddcc7f98bcc3a661fd7a50802630e0b581511e13952dbe601e25e07f0a18f68
|
3 |
+
size 803440
|
training_dataset_for_the_first_iteration/Connect4_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e961f2f8243cacb3da6c40a1bbc173a84a7c23e06e08324a3e35668aa72a2c60
|
3 |
+
size 100995680
|
training_dataset_for_the_first_iteration/Connect4_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2eb8454bcae23beb69b18d950786db99b4828ca185652f4a71e79fc63751ca1
|
3 |
+
size 34466864
|
training_dataset_for_the_first_iteration/Connect4_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5486f64c0a1d4cc9bf323566200627ce37cb6bdec6c01e70562143af2d7cdb64
|
3 |
+
size 801680
|
training_dataset_for_the_first_iteration/Gomoku66_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dc2b7dee2b91f0fa45352bcae6e568f3b93024859a63da795090972dc752546
|
3 |
+
size 88100480
|
training_dataset_for_the_first_iteration/Gomoku66_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:556c534a8b4bc99e07f6953e048d7eb42deee0be33e7ec861f58678153154e40
|
3 |
+
size 30182656
|
training_dataset_for_the_first_iteration/Gomoku66_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f58e887201b9fd44b5dd338dabc70d5851d5a769ff02cc57ec1624842aff6d8
|
3 |
+
size 815872
|
training_dataset_for_the_first_iteration/Gomoku77_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:147ef32aaddc538735202b50ad9fc5dbca4e6da494c5e3aa06b48b02ac95e8bf
|
3 |
+
size 117675392
|
training_dataset_for_the_first_iteration/Gomoku77_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e94d554fc6f40eacdfc81c97347c1920ca128d724d0199be63df147038f7cf49
|
3 |
+
size 40025728
|
training_dataset_for_the_first_iteration/Gomoku77_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b8030d909939bac6624c02d1274f8daf3afce5b92454b00faf7cec506782243
|
3 |
+
size 800640
|
training_dataset_for_the_first_iteration/Gomoku_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a537a0a86600c2595b2e466964f445424e281be856790a40bc660b48c4a70e4c
|
3 |
+
size 195255488
|
training_dataset_for_the_first_iteration/Gomoku_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cd02c2b067549b66b824ff34f0309a2b55973db4d643d651ce5418218eeb571
|
3 |
+
size 65888768
|
training_dataset_for_the_first_iteration/Gomoku_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:295adfa21dcf5f07500f28d5f7c2f6cc880f5f027999fc9cf29665c24182acfb
|
3 |
+
size 803648
|
training_dataset_for_the_first_iteration/Othello66_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ba14ba38f605877206182fe421ecbf4b2604b16418d0218372db151bf10a54
|
3 |
+
size 86794112
|
training_dataset_for_the_first_iteration/Othello66_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684be9d16feaf2dfa7e4417a702202ef7975800c52e46e645787018fdc4ca149
|
3 |
+
size 29735104
|
training_dataset_for_the_first_iteration/Othello66_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bb1a6530697241559b0deebf5179375131bbf9bfebbc88b694d21d1978801bc
|
3 |
+
size 803776
|
training_dataset_for_the_first_iteration/Othello_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa966fab7dcaf924f12edb09b9da447efb34b8222701117ed54db1e178c3fba
|
3 |
+
size 154742912
|
training_dataset_for_the_first_iteration/Othello_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccbbcffcb1c6529361c87cce96ef674dec1b87c9efbb518ce4cf98fbc709d0fb
|
3 |
+
size 52387008
|
training_dataset_for_the_first_iteration/Othello_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a007cb61451a0b9b3079f0136e6b07d881810e90a35a0e437dc735fad11463e4
|
3 |
+
size 806080
|
training_dataset_for_the_first_iteration/TicTacToe_boards.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54bc2ce979979f351232b70cb16676ad8f0a0185e6be1576a467633e8a8307d8
|
3 |
+
size 21619136
|
training_dataset_for_the_first_iteration/TicTacToe_probs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3712364e1ad05a74a2a57bbd2919c04033570c466a16dba411f632c3a76c603f
|
3 |
+
size 8007168
|
training_dataset_for_the_first_iteration/TicTacToe_vs.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b825b9560dc1b3860da1403a64bba80f82865e4812474ba8b9c1fbe8d130f11f
|
3 |
+
size 800832
|