- Step1: Clone the GitHub repository to your local machine.
- Step2: Install Unity Editor (2020.3 or later) and set up Unity ML-Agents SDK.
- Step3: Launch the Unity project in the Editor and configure scenes or inspection targets.
- Step4: Install Python dependencies including mlagents and TensorBoard.
- Step5: Run training via mlagents-learn with the provided config files.
- Step6: Monitor training metrics in TensorBoard and adjust hyperparameters.
- Step7: Evaluate trained agents in the Unity Editor or export the model.