# Real-time_HMAPPO **Repository Path**: Bitluanch/Real-time_HMAPPO ## Basic Information - **Project Name**: Real-time_HMAPPO - **Description**: 基于 《Real-Time Scheduling for Dynamic Partial-No-Wait Multiobjective Flexible Job Shop by Deep Reinforcement Learning》论文的代码复现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-06 - **Last Updated**: 2025-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Real-time_HMAPPO #### 介绍 基于 《Real-Time Scheduling for Dynamic Partial-No-Wait Multiobjective Flexible Job Shop by Deep Reinforcement Learning》论文的代码复现 #### 使用说明 1. 本地需要在根目录下创建 /data/ /log/ /models/ 目录,目录下分别用于存放训练随机生成的 instance, traning_log.csv, .pth 文件 2. train.py 是训练主程序入口 3. 所有的训练参数保存在 /src/configs/params_config.py 文件中 另外,该项目代码利用 Ai gemini 2.5 pro 辅助生成