From 77721f6714b1fbc0c959aef643c410e8a0943367 Mon Sep 17 00:00:00 2001 From: linyiLYi <48440925+linyiLYi@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:34:20 +0800 Subject: [PATCH] Update English version of README --- main/README => README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename main/README => README (99%) diff --git a/main/README b/README similarity index 99% rename from main/README rename to README index a68cad5..c744b46 100644 --- a/main/README +++ b/README @@ -1,6 +1,6 @@ # SFighterAI -[简体中文](README_CN.md) | English (This document) +[简体中文](README_CN.md) | English This project is an AI agent trained using deep reinforcement learning to beat the final boss in the game "Street Fighter II: Special Champion Edition". The AI agent makes decisions based solely on the game screen's RGB pixel values. In the provided save state, the agent achieves a 100% win rate in the first round of the final level (overfitting occurs, see the [Running Tests] section for discussion).