gibson314 / BreakthroughGame

MP2 for CS440. Currently developing.
4 stars 4 forks source link

Seems that the alpha-beat player is too offensive and minimax player is to defensive.. #1

Open yuchenlin opened 7 years ago

yuchenlin commented 7 years ago

Hi,

I tested your code, which is wonderfully organized. But I have some problems while playing with the two agents.

The alpha-beta player (depth = 5) is always stepping forward, while minimax player is always defend itself. It's kinda weird for that the alpha-beta player should have done similar options. I do not know why. Another confusing thing is that I found that you just implement and use the offensive function, but the minimax player can do defensive options. Cannot figure it out.

gibson314 commented 7 years ago

Thank you. Currently taking the course in my university and just for collaboration, not finished yet.