├── ORA_Project ├── 20x5_flowshop.xlsx ├── 9x5_flowshop.xlsx ├── GA.py ├── RL1.py └── RL2.py └── README.md /ORA_Project/20x5_flowshop.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/ORA_Project/20x5_flowshop.xlsx -------------------------------------------------------------------------------- /ORA_Project/9x5_flowshop.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/ORA_Project/9x5_flowshop.xlsx -------------------------------------------------------------------------------- /ORA_Project/GA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/ORA_Project/GA.py -------------------------------------------------------------------------------- /ORA_Project/RL1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/ORA_Project/RL1.py -------------------------------------------------------------------------------- /ORA_Project/RL2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/ORA_Project/RL2.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wurmen/Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm/HEAD/README.md --------------------------------------------------------------------------------