Abh4git / TrafficScheduling

Traffic Scheduling for Time Sensitive Networks
MIT License
5 stars 1 forks source link

other question #2

Open JiaYanx opened 1 month ago

JiaYanx commented 1 month ago

Hello, is there any open source code for this paper Scheduling in Time-Sensitive Networks Using Deep Reinforcement Learning? Also, can you send me a copy of the paper? My school does not have permission to download it. Thank you very much for your help. It's a pleasure to meet you. Your research content is very similar to mine, but I am new to this field and don't know where to start. Thank you very much.

Abh4git commented 1 month ago

Hi , Yes great to come across. Its my pleasure to support ! Here is a work we have done in regard to using DRL with TSN. The paper we took as basis is also linked there. https://github.com/Abh4git/NetworkTrafficScheduling Genetic algorithm is a good starting point to get to feel it easily. This is the basis we used for Genetic Algorithm and we built code basing on a jobshop scheduling paper Main Paper: https://ieeexplore.ieee.org/document/8502515 Let me check if an early version is available with me related to our work.

JiaYanx commented 1 month ago

Thanks.