webxos commited on
Commit
441a814
·
verified ·
1 Parent(s): 601ff51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -20
README.md CHANGED
@@ -55,30 +55,22 @@ task_categories:
55
  This dataset was created using the synthetic AI vs AI training app found in /generator/. The app simulates games
56
  of chess between 2 web workers in a front-end page to train RL datasets. Download it to train your own similar datasets.
57
 
58
- This dataset is for testing and *UNDER DEVELOPMENT*
59
-
60
- ## Export Information
61
-
62
  - Export Date: 2026-01-02T22:48:02.105Z
63
  - Total Training Games: 0
64
  - Total Moves: 11
65
  - Training Time: 00:00:12
66
 
67
- ## Files Included
68
-
69
- ### 1. training_games.json
70
-
71
  Complete dataset of all chess games played during training. Each game includes:
72
  - Full PGN notation
73
  - Move-by-move records
74
  - Game result and metadata
75
  - Agent parameters for each game
76
 
77
- ### 2. training_games.csv
78
 
79
  Same data as JSON but in CSV format for easy import into spreadsheets or databases.
80
 
81
- ### 3. black_agent_model.json
82
 
83
  Black Agent (Policy Network) configuration and statistics:
84
  - Neural network architecture
@@ -86,7 +78,7 @@ Black Agent (Policy Network) configuration and statistics:
86
  - Training statistics (wins, losses, draws)
87
  - Model metadata
88
 
89
- ### 4. green_agent_model.json
90
 
91
  Green Agent (Value Network) configuration and statistics:
92
  - Neural network architecture
@@ -94,7 +86,7 @@ Green Agent (Value Network) configuration and statistics:
94
  - Training statistics
95
  - Model metadata
96
 
97
- ### 5. training_statistics.json
98
 
99
  Overall training summary and statistics including:
100
  - Training duration
@@ -102,20 +94,12 @@ Overall training summary and statistics including:
102
  - System information
103
  - Export metadata
104
 
105
- ## Training System
106
-
107
- Generated by ANN Chess RL Trainer v3.0 by webXOS - A web-based reinforcement learning system for chess AI development.
108
-
109
  ## Usage
110
 
111
- These files can be used to:
112
  - Continue training from this point
113
  - Analyze the learning progress
114
  - Import into other machine learning frameworks
115
  - Share with the research community
116
-
117
- ## Notes
118
-
119
  - All data is in standard JSON/CSV formats
120
  - Compatible with Hugging Face datasets
121
  - Can be compressed with GZIP, ZSTD, BZ2, LZ4, or LZMA for upload
 
55
  This dataset was created using the synthetic AI vs AI training app found in /generator/. The app simulates games
56
  of chess between 2 web workers in a front-end page to train RL datasets. Download it to train your own similar datasets.
57
 
 
 
 
 
58
  - Export Date: 2026-01-02T22:48:02.105Z
59
  - Total Training Games: 0
60
  - Total Moves: 11
61
  - Training Time: 00:00:12
62
 
 
 
 
 
63
  Complete dataset of all chess games played during training. Each game includes:
64
  - Full PGN notation
65
  - Move-by-move records
66
  - Game result and metadata
67
  - Agent parameters for each game
68
 
69
+ ### training_games.csv
70
 
71
  Same data as JSON but in CSV format for easy import into spreadsheets or databases.
72
 
73
+ ### black_agent_model.json
74
 
75
  Black Agent (Policy Network) configuration and statistics:
76
  - Neural network architecture
 
78
  - Training statistics (wins, losses, draws)
79
  - Model metadata
80
 
81
+ ### green_agent_model.json
82
 
83
  Green Agent (Value Network) configuration and statistics:
84
  - Neural network architecture
 
86
  - Training statistics
87
  - Model metadata
88
 
89
+ ### training_statistics.json
90
 
91
  Overall training summary and statistics including:
92
  - Training duration
 
94
  - System information
95
  - Export metadata
96
 
 
 
 
 
97
  ## Usage
98
 
 
99
  - Continue training from this point
100
  - Analyze the learning progress
101
  - Import into other machine learning frameworks
102
  - Share with the research community
 
 
 
103
  - All data is in standard JSON/CSV formats
104
  - Compatible with Hugging Face datasets
105
  - Can be compressed with GZIP, ZSTD, BZ2, LZ4, or LZMA for upload