معرفی شرکت ها


chess-ai-pip-0.1.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل chess-ai-pip-0.1.5
نام chess-ai-pip
نسخه کتابخانه 0.1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده pacanada
ایمیل نویسنده pereirapcanada@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/chess-ai-pip/
مجوز -
# ChessAI Attempt to create a decent adversary to play chess against. The game implementation used for the agents in this project is another personal project [chess_python](https://github.com/pacanada/chess-python) Run the (very basic) GUI with: ```cmd pip install chess-ai-pip python -m chess_ai.playground.chess_gui ``` <img src="docs/screenshot_2.png" width="380" height="400"> <img src="docs/screenshot_1.png" width="380" height="400"> ## Plan **Classical engine**: - [x] Create "decent" agent with alpha beta pruning and minimax - [x] Implement Move ordering - [x] Implement transpositions (caching) - [ ] Implement Iterative deepening search This classical engine is limited by the performance of the chess game implementation (heavily) **Deep lerning agent**: - [ ] 1. Game implementation with legal moves known and value network based on plays of DL agents - [ ] 2. Learned model, policy and value network **Evaluation of agent strenght**: Come up with a simple strength evaluator strategy that can be used to measure progress for the DL agent and baseline for classical engine agent. 1. Choose an arbitrary number of positions 2. Run them through an engine (stockfish) and rank all posible moves (from best to worst) 3. Compare chosen move from agent to the list of moves from the engine 4. Assign score based on how good is the agent choice, if agent choice is more than one (same evaluation for different positions) take the best 5. Sum the score **UI** Important for testing TODO: - [x] Basic UI - [ ] Play also as black inverting board - [ ] Allow args when launching the GUI (depth, agent type, fen)


نیازمندی

مقدار نام
>=0.1.11,<0.2.0 chess-python-pip
>=1.5.27,<2.0.0 pyglet


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl chess-ai-pip-0.1.5:

    pip install chess-ai-pip-0.1.5.whl


نصب پکیج tar.gz chess-ai-pip-0.1.5:

    pip install chess-ai-pip-0.1.5.tar.gz