diff --git a/README.md b/README.md index 4349314df06f6fe830f56c91489faf410ca6461c..effb330540152bdce1bed1ec080c0bbaf0c1b11a 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 +