webxos commited on
Commit
408af0e
·
verified ·
1 Parent(s): fff5a80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -26,7 +26,7 @@ task_categories:
26
  border-radius: 0 8px 8px 0;
27
  ">
28
  <pre style="
29
- font-size: 12px;
30
  line-height: 1.2;
31
  margin: 0;
32
  overflow-x: auto;
@@ -46,10 +46,14 @@ task_categories:
46
 
47
 
48
  # Chess RL Training Export
49
- This dataset was created using synthetic AI vs AI training app found in /generator/. The app simulates games of chess between 2 web workers in
50
- a front-end page to train RL datasets. This dataset is for testing and *UNDER DEVELOPMENT* as we attempt to enhance and make more datasets using this app.
 
 
 
51
 
52
  ## Export Information
 
53
  - Export Date: 2026-01-02T22:48:02.105Z
54
  - Total Training Games: 0
55
  - Total Moves: 11
@@ -58,6 +62,7 @@ a front-end page to train RL datasets. This dataset is for testing and *UNDER DE
58
  ## Files Included
59
 
60
  ### 1. training_games.json
 
61
  Complete dataset of all chess games played during training. Each game includes:
62
  - Full PGN notation
63
  - Move-by-move records
@@ -65,9 +70,11 @@ Complete dataset of all chess games played during training. Each game includes:
65
  - Agent parameters for each game
66
 
67
  ### 2. training_games.csv
 
68
  Same data as JSON but in CSV format for easy import into spreadsheets or databases.
69
 
70
  ### 3. black_agent_model.json
 
71
  Black Agent (Policy Network) configuration and statistics:
72
  - Neural network architecture
73
  - Hyperparameters (learning rate, exploration rate, etc.)
@@ -75,6 +82,7 @@ Black Agent (Policy Network) configuration and statistics:
75
  - Model metadata
76
 
77
  ### 4. green_agent_model.json
 
78
  Green Agent (Value Network) configuration and statistics:
79
  - Neural network architecture
80
  - Hyperparameters
@@ -82,6 +90,7 @@ Green Agent (Value Network) configuration and statistics:
82
  - Model metadata
83
 
84
  ### 5. training_statistics.json
 
85
  Overall training summary and statistics including:
86
  - Training duration
87
  - Win rates for both agents
@@ -89,9 +98,11 @@ Overall training summary and statistics including:
89
  - Export metadata
90
 
91
  ## Training System
92
- Generated by ANN Chess RL Trainer v3.0 - A web-based reinforcement learning system for chess AI development.
 
93
 
94
  ## Usage
 
95
  These files can be used to:
96
  - Continue training from this point
97
  - Analyze the learning progress
@@ -99,6 +110,7 @@ These files can be used to:
99
  - Share with the research community
100
 
101
  ## Notes
 
102
  - All data is in standard JSON/CSV formats
103
  - Compatible with Hugging Face datasets
104
  - Can be compressed with GZIP, ZSTD, BZ2, LZ4, or LZMA for upload
 
26
  border-radius: 0 8px 8px 0;
27
  ">
28
  <pre style="
29
+ font-size: 6px;
30
  line-height: 1.2;
31
  margin: 0;
32
  overflow-x: auto;
 
46
 
47
 
48
  # Chess RL Training Export
49
+
50
+ This dataset was created using synthetic AI vs AI training app found in /generator/. The app simulates games of chess between
51
+ 2 web workers ina front-end page to train RL datasets.
52
+
53
+ This dataset is for testing and *UNDER DEVELOPMENT* as we attempt to enhance and make more datasets using this app.
54
 
55
  ## Export Information
56
+
57
  - Export Date: 2026-01-02T22:48:02.105Z
58
  - Total Training Games: 0
59
  - Total Moves: 11
 
62
  ## Files Included
63
 
64
  ### 1. training_games.json
65
+
66
  Complete dataset of all chess games played during training. Each game includes:
67
  - Full PGN notation
68
  - Move-by-move records
 
70
  - Agent parameters for each game
71
 
72
  ### 2. training_games.csv
73
+
74
  Same data as JSON but in CSV format for easy import into spreadsheets or databases.
75
 
76
  ### 3. black_agent_model.json
77
+
78
  Black Agent (Policy Network) configuration and statistics:
79
  - Neural network architecture
80
  - Hyperparameters (learning rate, exploration rate, etc.)
 
82
  - Model metadata
83
 
84
  ### 4. green_agent_model.json
85
+
86
  Green Agent (Value Network) configuration and statistics:
87
  - Neural network architecture
88
  - Hyperparameters
 
90
  - Model metadata
91
 
92
  ### 5. training_statistics.json
93
+
94
  Overall training summary and statistics including:
95
  - Training duration
96
  - Win rates for both agents
 
98
  - Export metadata
99
 
100
  ## Training System
101
+
102
+ Generated by ANN Chess RL Trainer v3.0 by webXOS - A web-based reinforcement learning system for chess AI development.
103
 
104
  ## Usage
105
+
106
  These files can be used to:
107
  - Continue training from this point
108
  - Analyze the learning progress
 
110
  - Share with the research community
111
 
112
  ## Notes
113
+
114
  - All data is in standard JSON/CSV formats
115
  - Compatible with Hugging Face datasets
116
  - Can be compressed with GZIP, ZSTD, BZ2, LZ4, or LZMA for upload