pgnToFen
maia-chess
pgnToFen | maia-chess | |
---|---|---|
1 | 97 | |
30 | 916 | |
- | 0.0% | |
0.0 | 1.6 | |
about 2 years ago | about 1 year ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pgnToFen
-
Hi! I am a javascript newbie and i need help writing a script that repetitively does a task on a website and saves the output.
You can use this script: https://github.com/SindreSvendby/pgnToFen
maia-chess
-
Grandmaster-Level Chess Without Search
This was studied with the Maia series of bots. See:
https://github.com/CSSLab/maia-chess
-
Chess-GPT's Internal World Model
There is a very interesting project on this exact problem called Maia, which trains an engine based on millions of human games played on Lichess, specifically targeting varying levels of skill from 1300 to 1900 Elo. I haven't played it myself, by my understanding is that it does a much better job imitating the mistakes of human players. https://maiachess.com
- A chess terminal user interface implementation
- Interested in going to my first tournament and was wondering if there is a place where I can review players classical games around 1700 rating so I can get an idea of what is expected and their strengths?
-
Scientists claim >99 percent identification rate of ChatGPT content
In general the goal of these progrms is to win, not to pretend to be human.
In chess, there is a project called Maia which aims at predicting the human move rather than the best move. Even then it blunders less than humans of a similar rating, so it can still be detected.
https://maiachess.com/
-
Most human engine to play against?
Maia Chess
-
Do you have to buy Maia to use it offline?
It's on GitHub, you just need an interface like Nibbler.
-
Anyone know if there are chess AIs trained like chatGPT, as a move predictor instead of a move maximizer as most have been (I think)?
That's exactly what Maia Chess is designed to do. https://maiachess.com/
-
Can a 2000 elo bot blunder like this?
If you wanna play a more human like bot check out Maia https://maiachess.com/
-
The Q&A Megathread for new and beginner chess players
If you want to play an engine who plays a lot more like a human, you should try Maia Chess.
What are some alternatives?
python-chess - A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
Stockfish - UCI chess engine
command-line-chess - A python program to play chess against an AI in the terminal.
stockfish - Integrates the Stockfish chess engine with Python
pychess - PyChess - a chess client for Linux/Windows
Stockfish - A free and strong UCI chess engine
pgn2data - A library that converts a chess pgn file into a tabulated CSV data set.
Winter - UCI Chess Engine
chess-image-generator - Accepts FEN, PGN or array data for chess board and generates PNG or buffer.
lc0 - The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
chess-artist - A python script that can annotate chess games in pgn file with static evaluation or search score of an engine, can annotate an epd file with acd, acs, bm, and ce opcodes, can test engine with epd test suite and can generate chess puzzles.
zahak - A UCI compatible chess AI in Go