BrainLearn

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Ovyron
Posts: 4556
Joined: Tue Jul 03, 2007 4:30 am

Re: BrainLearn

Post by Ovyron »

That gets me the same error of my screenshoot:

In file included from bitboard.cpp:25:0:
misc.h:212:8: error: 'mutex' in namespace 'std' does not name a type


I guess this is the end of the road, I'm giving up compiling BrainLearn NNUELEARN. Thanks everyone for the help!
amchess
Posts: 323
Joined: Tue Dec 05, 2017 2:42 pm

Re: BrainLearn

Post by amchess »

Andrew
Posts: 231
Joined: Thu Mar 09, 2006 12:51 am
Location: Australia

Re: BrainLearn

Post by Andrew »

Quick question, if you want to run a series of games from a certain opening position (or even endgame study) to build up a learning file.

Is it ok to click on both of the learning parameters

"Read only learning"
and
"Self Q-learning"

Will learning still occur if both are unticked?

Thanks!

Andrew
peter
Posts: 3185
Joined: Sat Feb 16, 2008 7:38 am
Full name: Peter Martan

Re: BrainLearn

Post by peter »

Andrew wrote: Thu Sep 10, 2020 12:22 pm Is it ok to click on both of the learning parameters

"Read only learning"
and
"Self Q-learning"

Will learning still occur if both are unticked?
Read only = no new learning, just reading the existing experience.bin and using it, but not adding new entries, Self Q is for selfplay. If you want to make the engine add new stuff, untick Read only. Both unticked means Standard learning works as for reading and writing.
If you want to have the engine not to read even, delete the experience.bin or remove it from the directory of the binary.
Peter.
amchess
Posts: 323
Joined: Tue Dec 05, 2017 2:42 pm

Re: BrainLearn

Post by amchess »

alex67a
Posts: 50
Joined: Mon Sep 10, 2018 10:15 am
Location: Denmark
Full name: Alexander Spence

Re: BrainLearn

Post by alex67a »

I download BrainLearn but there is ShashChess! :shock:
amchess
Posts: 323
Joined: Tue Dec 05, 2017 2:42 pm

Re: BrainLearn

Post by amchess »

Sorry.
Now, it's good.
Andrea
amchess
Posts: 323
Joined: Tue Dec 05, 2017 2:42 pm

Re: BrainLearn

Post by amchess »

amchess
Posts: 323
Joined: Tue Dec 05, 2017 2:42 pm

Re: BrainLearn

Post by amchess »

abgursu
Posts: 91
Joined: Thu May 14, 2020 3:34 pm
Full name: A. B. Gursu

Re: BrainLearn

Post by abgursu »

Why removing montecarlo?