James, I was hacking on version 0.91 when I did this and had to add a few things to get what I needed. What version of the code are you working with? If you want to email me directly, I can probably help you out a bit.
Mark Richards On Fri, Jan 16, 2009 at 11:10 AM, James Griffin <[email protected]> wrote: > Hi, > > As part of my Third Year Project at University I'm implementing an > agent in Quackle, and as part of that I'm implementing Richards and > Amir's Opponent Modeling > (https://www.aaai.org/Library/IJCAI/2007/ijcai07-239.php), which looks > at the opponent's previous move and estimates their current rack. The > issue I'm having is that the Computer Players in Quackle don't appear > to have access to the full game history. > > Does anyone know of how I can get access to the game history? > Obviously I could store the states of the board local to my player and > infer the changes my opponent made, but that seems a bit of a long way > around. Since the history of the game is information any player can > have, it seems like it should be accessible to computer players, so I > may just have missed something which does this for me. > > Thanks! > >
