mghiggins / bgtd

Neural net backgammon players
http://compgammon.blogspot.com/
5 stars 1 forks source link

GNUbg training database #1

Open DeusExMachina1993 opened 5 years ago

DeusExMachina1993 commented 5 years ago

hi, do you have access to GNUbg training database? your dropbox link is broken! https://dl.dropbox.com/u/57178206/contact-train-data.bz2 I'm trying to create a backgammon bot, with PPO algorithm, so far with self-play, I reached very unsatisfied result. I read almost all of your post on a blog, any advice?

mghiggins commented 5 years ago

Sure - try this link: https://www.dropbox.com/sh/8pl5n961g7j88wp/AADeJb52871zbayB34h7_edRa?dl=0

DeusExMachina1993 commented 5 years ago

thank for sharing.

DeusExMachina1993 commented 5 years ago

hi, do you have any idea how should I parse this? (I want to rewrite parse function in c#) NIKOIJADCANIGOAHADBA 0.61959 0.24388 0.00981 0.08774 0.00183

I read this http://compgammon.blogspot.com/2012/02/supervised-learning-using-gnubg.html but I can't understand how should parse board state

DeusExMachina1993 commented 5 years ago

I found a discussion here (https://lists.gnu.org/archive/html/bug-gnubg/2012-02/msg00028.html)