Fundamental of AI course which focuses on search, multiagents, mdp and reinforcement learning algorithms.
-
Updated
Dec 4, 2023 - Python
Fundamental of AI course which focuses on search, multiagents, mdp and reinforcement learning algorithms.
Implemented a expectiminimax agent (2-ply search) with alpha – beta pruning and forward pruning (to reduce the branching factor in the game tree) to determine the best move give the state of the board.
TicTacToe is a fun game, implemented using Minimax algorithm
Artificial Intelligence and Machine Learning - Team Project - Dice Wars
Kami dari kelas Kecerdasan Buatan D Kelompok 6 akan mengimplementasikan algoritma-algoritma yang telah diajarkan pada Final Project ETS kali ini
this repository contains my codes for fundamentals of AI course projects
Implements an agent to play Othello with adversarial search
This project implements a Pacman agent using the minimax algorithm with alpha-beta pruning and a custom evaluation function.
Implementation of Udacity Nanodegree adversial search project using Monte Carlo Tree Search (MCTS). My implementation is a modification of the MCTS at "https://github.com/int8/monte-carlo-tree-search" to suit the project's knights isolation game. My implementation is in the "my_custom_player.py" file
Add a description, image, and links to the adversial-search topic page so that developers can more easily learn about it.
To associate your repository with the adversial-search topic, visit your repo's landing page and select "manage topics."