Close

Gaming Agent: Part 2

A project log for Cueball: A Life-Sized Pool Playing Robot

In this project, a robot is being constructed from basic components that will be able to challenge human players to a game of pool.

vpugliese323VPugliese323 07/17/2014 at 13:580 Comments

Last night I managed to finally get the gaming agent ANN to select only shots that benefit it which is any shot returning a positive number from the function: (#myBalls)(myScore) - (opponentBalls)(opponentScore)  where score is defined by the number of a players balls pocketed after taking the selected shot. The next piece to work on is the system to update the weights which will be a genetic algorithm. Details to follow. 

Discussions