#🔒 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
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.
help pls?
How much you know about both python and AI related(such as Deep learning)?
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
From my knowledge of things, try learn numpy, pandas polar and a framework such as pytorch or tensorflow
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
minimax is a specific algorithm. it doesn't involve deep learning or any of the libraries you mentioned.
what have you tried so far to implement minimax for chess?
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
at your stage, you should not be using chatgpt to generate code. it will stunt your learning.
the best way to use this system is to come with specific questions.
Oh oops, I am sorry
You can learn from chatgpt, but you should be vigilant and try to understand everything
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
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.