English | 简体中文
This project implements the function of detecting bokoblins🐷 in the Zelda game based on YOLOv8, and automatically aiming and shooting at them.
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.
- Link's control algorithm is relatively simple, and there is a lot of room for improvement.