# TargetAssignment **Repository Path**: bigaisesec/TargetAssignment ## Basic Information - **Project Name**: TargetAssignment - **Description**: TargetAssignment 相关代码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-09 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TargetAssignment The module mainly assigns intelligent algorithms to enemy targets for shipborne equipment. The main submodules include: **threat assessment**, **dynamic location movement**, **target allocation** The module connects to the central control platform through **Grpc** technology, receives the situation information sent by it, and makes intelligent decisions --- ## environment ``` python 3.8 grpc pytorch 1.11 ``` ## start - In **ServiceMain.py**, configure the **ip address and port** of the central control platform and itsel - run **ServiceMain.py** - Automatically complete the registration service