henrycharlesworth / big2_PPOalgorithm

Application of proximal policy optimization algorithm to the card game Big 2 using Tensorflow
74 stars 28 forks source link

what is playersGo and goCounter #7

Closed CesMak closed 4 years ago

CesMak commented 4 years ago

Hey there,

could you please describe what these paramters are: playersGo goCounter

henrycharlesworth commented 4 years ago

Hi! If I remember correctly playersGo is an integer identifying which of the four players turn it is, and goCounter simply counts the number of turns that have been played in the whole game (really just for monitoring game length).

CesMak commented 4 years ago

Thanks that helped me a lot.