Skip to main content

5 docs tagged with "Algorithms"

View All Tags

Alphabeta

Two modifications are made to the agent: the minimax algorithm is optimized with alpha-beta pruning and complexity is added to the heuristic.

Introduction

This is the Kaggle competition regarding Game AI and Reinforcement Learning.

Introduction

This series began with an introductory DSA course that taught the common data structures used, graph algorithms, greedy algorithms, divide-and-conquer algorithms, etc.

Introduction

This project was for the course AI: Search Methods for Problem Solving.

Minimax

The agent follows this algorithm to decide its next move deterministically: