easyAI icon indicating copy to clipboard operation
easyAI copied to clipboard

Python artificial intelligence framework for games

Results 8 easyAI issues
Sort by recently updated
recently updated
newest added

Hi all, I'm working on a kind of RPG games framework based on easyAI, here: https://github.com/laxertu/rpg-engine so I've adapted TwoPlayersGame class to suit with my requirements. Here is the result...

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine docs/source/speedup.rst, easyAI/AI/TT.py and observe `tranposition`, however expect to see `transposition`. - Examine easyAI/AI/TT.py and observe...

I suspect it's impossible to write unmake_move function for Awele, isn't it?

Is it possible to use GPU to increase AI's speed? Thank you.

Hello, does Easy AI support Quiescence Search?

I don't see `win()` in the reference manual or elsewhere besides in the example game. When is it called? What should it return? Based on what data? E.g. I wouldn't...