/zelda-yolo

Primary LanguagePythonMIT LicenseMIT

ZELDA-YOLO

English | 简体中文

This project implements the function of detecting bokoblins🐷 in the Zelda game based on YOLOv8, and automatically aiming and shooting at them.

Run

In the detect/train directory, there are trained models that can be used directly.

main.py is the main program, please open the game window before running.

demo

Limitations

  • Link's control algorithm is relatively simple, and there is a lot of room for improvement.