Hello guys. Currently I'm in an AI course and my project idea for that course is to do an AI that play chess, so I tell the idea to professor and he said project can't be classic AI so I need to do an Agentic AI (like autonomous AI). I don't know much about it, I was thinking about making a simple NN that adjust to the player chess level, but sorry if I saying bullshit , just crazy ideas, so Can you recommend resources or textbooks to implement this? The professor isn't cool because we can't use too much frameworks and things like that.
- professor expects a model of an AI agent that can learn and evolve and make decisions by itself, not just apply classical AI algorithms like just making an implementation of minimax, also i need to "express" the used model mathematically.
- AI course is starting right now, but course include topics like basic search, llms, fuzzy logic, genetic algorithms, neural networks...
Thank you for advice!