Skip to content

Commit 0ed14e1

Browse files
authored
Fix experience file name for concurrent instances
Updated the experience file name from 'experience.bin' to 'experience.exp' for concurrent instances.
1 parent 7dde714 commit 0ed14e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Default is Off: no variety. The other values are "Standard" (no elo loss: random
256256
_Boolean, Default: False_
257257
Set this option to true when running under CuteChess and you experiences problems with concurrency > 1
258258
When this option is true, the saved experience file name will be modified to something like experience-64a4c665c57504a4.bin
259-
(64a4c665c57504a4 is random). Each concurrent instance of BrainLearn will have its own experience file name, however, all the concurrent instances will read "experience.bin" at start up.
259+
(64a4c665c57504a4 is random). Each concurrent instance of BrainLearn will have its own experience file name, however, all the concurrent instances will read "experience.exp" at start up.
260260

261261
### Persisted learning (checkbox)
262262

0 commit comments

Comments
 (0)