Random ai chessgame generator

Sort:
Oldest
BPGHchess

Created a python script on google colab to pair 2 chess ai at a depth of 1 to generate chess games quickly: https://colab.research.google.com/drive/1k90rzJLMGGOY-svVazZTLiplJBuqX8hI?usp=sharing

Here is one of its games:



BPGHchess

Depth of 4 with move ordering --> https://lichess.org/LP8lFEt0

BPGHchess

Now with AI depth of 5 with move ordering --> https://lichess.org/YXTjhe89#79

BPGHchess

Oh yeah the ai only makes moves based on material count

BPGHchess

improved version at https://colab.research.google.com/drive/10kVqCS56k3NzcUfD2zXmglGDT8cxQ-PI?usp=sharing

Here is one of its best games

BPGHchess

Move 32. Rxc6+!! is the best move (ROOOOK sacrifice)

TheRealTorchLit
Please just put this on a normal forum
john_forsaken
DAM IN PYTHON?
I could never do that in JavaScript
BPGHchess

Here is one of its best games ran in another google colab (improved) which lasted for 1h 20 min because it didn't know how to checkmate for a while in the endgame

BPGHchess

depth 4 with alpha beta pruning

BPGHchess

Depth of 3, attacking game

BPGHchess

here https://colab.research.google.com/drive/1KF-fIJF2JzIxdNw-5cavhwcJl7GL76CX?usp=sharing

BPGHchess

Now after improving

chesslover0003
BPGHchess wrote:

Created a python script on google colab to pair 2 chess ai at a depth of 1 to generate chess games quickly: https://colab.research.google.com/drive/1k90rzJLMGGOY-svVazZTLiplJBuqX8hI?usp=sharing

That game was painful. Interesting idea. What AI are you using?

BPGHchess

Just created one using minimax and evaluates positions only with piece value

chesslover0003
BPGHchess wrote:

Just created one using minimax and evaluates positions only with piece value

Ahhh... so you've developed the engine?

BPGHchess

Yep, it's not good though 😔

chesslover0003
BPGHchess wrote:

Yep, it's not good though 😔

It depends how you define good. It may not be a strong chess engine and play at 3000 ELO… but I thinks it’s a great experiment to demonstrate how engines evaluate positions.

You created something very cool. I’m reviewing the source code now too.

chesslover0003

Here's one of my projects. https://www.chess.com/forum/view/chess-equipment/picochess-next-generation. I didn't develop the engine... just the guy and case.

APersonWhoYoyos
?????
Forums
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic