Cloudslab / DLSF

[TMC'20] Deep Learning based Scheduler for Stochastic Fog-Cloud computing environments
GNU General Public License v3.0
101 stars 37 forks source link

The published code is not for A3C model, but for REINFORCE ? #12

Open amrous opened 1 year ago

amrous commented 1 year ago

First, I would thank you for publishing this very good work. It helps me a lot in many points. After analysing the code for more then 3 monthes, and make it works, I think that the code that you have published is for reinforce methode and not for A3C one.

I'm trying to work on it, to implement the A3C method, but my big problem, is that i can't identify where i must implement the asynchronized actors, and what is their signification in the cloudsim.

Thanks

Laicize commented 6 months ago

First, I would thank you for publishing this very good work. It helps me a lot in many points. After analysing the code for more then 3 monthes, and make it works, I think that the code that you have published is for reinforce methode and not for A3C one.

I'm trying to work on it, to implement the A3C method, but my big problem, is that i can't identify where i must implement the asynchronized actors, and what is their signification in the cloudsim.

Thanks

Hello, I am a graduate student from Shanghai, and I am also reproducing this paper, but I found that this engineering code may not be the author's final code. I am still revising the relevant code. Can you share your working code? Conduct related study and comparative analysis? Thanks