Skip to content

Hedgemon4/COSC322-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSC322-Project

This is the repo for our COSC 322 AI project. It contains an implementation of an AI bot in Java to play the Game of Amazons.

Techniques

We used a Monte Carlo Search tree with early termination simulation for the bot, an opening move dictionary, and an expansion policy based on taking space in the middle of the board and prioritizing piece liberty.

Other Branches

There are several other branches which were not merged in for the project where we attempted to implement various techniques into our bot. These included:

  • Neural Network Model for Expansion and Simulation: #30
  • Simulation Policy Using our Move Dictionary: #34
  • Simulation Policy Using an Advanced Heuristic: #33
  • Simulation Policy Using Move Maximization: #17

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •