Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 583 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 583 Bytes

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.