Skip to content

pagood/mario-benchmark-problem

Repository files navigation

mario-benchmark-problem

Overview:

  • Implement a bench of algorithm to compare the performance on playing Super Mario.
  • Implement and optimize Depth-first and Breadth-first search to find a perfect path.
  • Implement Best-first search with a heuristic that gives an admissible estimate of the distance to goal state.
  • Implement the evolutionary algorithm which include Evolution Strategy and Genetic Algorithm.
  • Implement supervised learning algorithm(perceptron,decision tree).
  • Implement Q-learning algorithm and come up with a way to simplify the implementation and make it can work for the path finding for game.

How to get it to run:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages