#🔒 how could I create a minimax for my chess ai? I'm just a beginner help?

22 messages · Page 1 of 1 (latest)

lament nimbus
#

i want to learn eventually how to code chess. but im just a beginer. i am learning more by the time you read this though. help?

mighty fieldBOT
#

@lament nimbus

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

lament nimbus
#

help pls?

clear wyvern
#

How much you know about both python and AI related(such as Deep learning)?

lament nimbus
#

I’d say im solid with Python fundamentals variables, loops, conditionals, functions, and error handling and I’ve built and debugged small interactive projects (even basic Pygame demos) in an online compiler. I pick up new concepts quickly and am i think ready to apply these skills to ai. I’d really appreciate your guidance on getting started with ai tools and frameworks @clear wyvern

#

@clear wyvern

clear wyvern
#

From my knowledge of things, try learn numpy, pandas polar and a framework such as pytorch or tensorflow

violet bluff
#

You can start with implementing minimax algorithm on a simpler problem, like tic-tac-toe

#

it has limited condition and require no pruning

#

then u can transfer to chess ai

hallow birch
hallow birch
lament nimbus
#

im so far trying to do an ai for tic tac toe. so far, im trying to understand the basic's of ai

#

although with expirence with ai, i sometimes use chatgpt to help me understand and genrtae some code every now and then...

#

@hallow birch

hallow birch
#

the best way to use this system is to come with specific questions.

violet bluff
hallow birch
#

Sure, but for a beginner, that shouldn't involve generating any amount of code. It circumvents actual learning and makes it too easy to deceive yourself into thinking that you do understand it when you don't really

mighty fieldBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.