sharanyaa/artificial_intelligence_cpp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Reversi Game Playing Agent - Created an intelligent agent to determine the next move using Greedy, MiniMax and Alpha-Beta pruning algorithms with positional weight evaluation functions. Inference Learning - Created an agent that can make inferences from an input knowledge base. Uninformed search - Implemented breadth first, depth first and uniform cost search to find optimal traversal links between source and destination nodes.