Deep-MARL-for-Dynamic-JSP
COR paper: A Deep Multi-Agent Reinforcement Learning Approach to Solve Dynamic Job Shop Scheduling Problem
File Explorer
Download Latest Version (.zip)- decision_influence.xlsx
- exp_result_70.xlsx
- exp_result_80.xlsx
- exp_result_90.xlsx
- tour_result_70.xlsx
- tour_result_80.xlsx
- tour_result_90.xlsx
- Experiment_result.xlsx
- Validated_problem_instance_10^10.txt
- Validated_problem_instance_15^10.txt
- Validated_problem_instance_5^5.txt
- event_breakdown_creation.py
- event_job_creation.py
- event_scenario_creation.py
- static_fitness.py
- static_genetic_algorithm.py
- static_job_creation.py
- static_spf.py
- __init__.py
- asset_machine.py
- brain_sequencing.py
- rule_sequencing.py
- validation.py
- saving_model.py
- validated.pt
- validated_10_70.pt
- validated_10_80.pt
- validated_10_90.pt
- .gitignore
- Main_experiment.py
- Main_training.py
- README.md
- requirements.txt
- Static_Experiment_ALL.py
- Static_GA_run.py
# Installation Guide
1. Get the code
git clone https://github.com/RK0731/Deep-MARL-for-Dynamic-JSP
Downloads the entire project code from GitHub to your computer.
cd Deep-MARL-for-Dynamic-JSP
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
