alphastone
alphastone copied to clipboard
which CardDefs.xml do you use?
it seems that some cards in CardDefs.xml are not implemented in fireplace,so which vision of CardDefs.xml do you use?
the link:https://github.com/HearthSim/hsdata
I used the standard CardDefs.xml, but I only trained with the core/basic card set. There's a function in gameUtils.py that allows you to exclude all cards in training except for a specified set
https://github.com/sirmammingtonham/alphastone/blob/06e633b4b750c002d2d488334aa75b292482651d/alphabot/utils/gameUtils.py#L26-L35
so the non-implemented cards are ignored. This will be called if is_basic=True
.
Hopefully fireplace is still being worked on so more cards can be implemented soon.
i run the code with default parameters,so it use the notbasicset files of yours. i can also finds some cards whose effects are not implemented.