Skip to content

burklight/Duckhunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Duckhunt implementation

The assignement

This implementation was made to fulfill the DD2380 (Artificial Intellignece) first assignement. This assignement consisted in a AI program able to predict the flight trajectory of several birds in order to shoot with high confidence. Furthermore, it was necessary to guess to which species those birds belonged to. This second objective was very important since shooting a Black Stork would highly lower your punctuation. All these predictions shoud be done only given the observation of past movements. For more information on the assignement and the skeleton of the code, please refer to this website.

The code

In this repository you will be able to find 2 basic modules:

  1. Player: In these files all the algorithms related to the prediction of next movements and species guessing can be found.
  2. HMM: In these files the implementation of Hidden Markov Models can be found. In this implementation we have manly used three papers:

Releases

No releases published

Packages

No packages published

Languages