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

Why is python file called by ProcessBuilder in your DRLDatacenter file, and python3 DeepRL.py operation is required in your README.md? #5

Closed daviddavid888 closed 3 years ago

shreshthtuli commented 3 years ago

In some systems there are permission conflicts. To avoid problems you may run python file in separate terminal.

daviddavid888 commented 3 years ago

In some systems there are permission conflicts. To avoid problems you may run python file in separate terminal.

Need a separate terminal to run the DeepRL.py file and then run the DeepRLRunner.java file? But this is two programs that cannot pass parameters to each other.