Code Monkey home page Code Monkey logo

dispatching-rules-for-fjsp's Introduction

Dispatching-rules-for-DFJSP (Gantt-chart-for-FJSP)

This project is the implement of baseline methods of our published paper "A Multi-action Deep Reinforcement Learning Framework for Flexible Job-shop Scheduling Problem". Paper link: https://www.sciencedirect.com/science/article/pii/S0957417422010624

Everyone is welcome to use our code and cite our paper.

{Kun Lei, Peng Guo, Wenchao Zhao, Yi Wang, Linmao Qian, Xiangyin Meng, Liansheng Tang, A multi-action deep reinforcement learning framework for flexible Job-shop scheduling problem, Expert Systems with Applications, Volume 205, 2022, 117796, ISSN 0957-4174, https://doi.org/10.1016/j.eswa.2022.117796. (https://www.sciencedirect.com/science/article/pii/S0957417422010624)}

Introduction

We chose the top-ranked (for FJSP with minimizing the makespan objective) four job sequencing rules and two machine assignment dispatching rules and combined them as eight compound dispatching rules as the baseline in our paper, i.e., four job sequencing dispatching rules including First in First Out (FIFO), Most Operation Number Remaining (MOPNR), Least Work Remaining (LWKR), and Most Work Remaining (MWKR), and two machine assignment dispatching rules including Shortest Processing Time (SPT) and Earliest End Time (EET). The eight compound dispatching rules are used as the benchmark for testing the performance of the proposed end-to-end DRL framework.

You can download form FJSP benchmark website https://github.com/leikun-starting/FJSP-benchmarks to test other FJSP instances.

For open access source, please cite the work correctly!!!

dispatching-rules-for-fjsp's People

Contributors

lei-kun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dispatching-rules-for-fjsp's Issues

关于代码运行的问题(A question about how to execute this code)

你好,我下载了你的代码,发现无法运行,报错为:FileNotFoundError: [Errno 2] No such file or directory: './FJSSPinstances/Vdata',然后我新建了路径/FJSSPinstances/Vdata发现不报错了,但是输出为空,可能是Vdata中没有放文件的缘故,请问Vdata中应该放什么文件进去?我放了0_BehnkeGeiger中的文件,然后代码在permissibleLS.py"中报错, line 320, in
path_list.sort(key=lambda x:int(x[2:-4])) ValueError: invalid literal for int() with base 10: 'hnke50',放入另一个文件夹的文件也是一样报错,请问Vdata中应该放入什么文件才能让代码正常运行?

Simulator for comparing with results in paper 'An End-to-end Hierarchical Reinforcement Learning Framework for Large-scale Dynamic Flexible Job-shop Scheduling Problem'

Hi,

I found your following paper 'An End-to-end Hierarchical Reinforcement Learning Framework for Large-scale Dynamic Flexible Job-shop Scheduling Problem' very insightful, and am working in this area. I wonder if you have the code/seed values used for the simulator so I may compare with the values achieved in Tables II and III.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.