From eac8d6085705951994c7bd042684b42ea9048dfd Mon Sep 17 00:00:00 2001 From: h0dol9805 <145313806+h0dol9805@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:01:08 +0900 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4349314d..effb3305 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,21 @@ Hunter chase the target using computer-vision in UNITY # Guide -A.H.V(BETA) : Unity3D Project Folder -SegmentationModel : Start ImageProcessor.py before play Unity3D \ No newline at end of file +1. Bulid enviroment for running flask & Unity ML-Agent + +#Install Unity + Editor Version = 2021.3.11f1 + +#Install ML-Agent plugin release 20 + Install Guide link = https://github.com/Unity-Technologies/ml-agents/blob/release_20_branch/docs/Installation.md + +#Install running enviroment (using mlagent.yaml file in project) + conda env create --file mlagent.yaml + +2. Running + +#Run ImageProcessor.py + + +#Play Unity Project + -- GitLab