Commit f388345
miskibin
feat: Enhance README and add reinforcement learning example
- Updated README to include details on AI engine support and features, emphasizing the HUB protocol for external engine communication.
- Added a new section on compatible engines and their capabilities.
- Introduced a complete reinforcement learning example in `examples/reinforcement_learning.py`, demonstrating training a policy network using REINFORCE with self-play.
- Expanded documentation in `ai.rst` to reference the new RL example and its components.1 parent 00220d0 commit f388345
File tree
3 files changed
+497
-1
lines changed- docs/source
- examples
3 files changed
+497
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
314 | 332 | | |
315 | 333 | | |
316 | 334 | | |
| |||
0 commit comments