Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning icon indicating copy to clipboard operation
Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning copied to clipboard

bug

Open doubledan318 opened this issue 4 years ago • 3 comments

hi, when the code be run it show the fellow bug FileNotFoundError: [Errno 2] No such file or directory: 'data/KAIST/KAIST_30sec_001.txt'

doubledan318 avatar Mar 06 '21 09:03 doubledan318

You may run in the root directory of the repository. If you have problems using it, please let me know.

davidtw0320 avatar Sep 18 '21 19:09 davidtw0320

image hi, when the code be run it show the fellow bug FileNotFoundError: [Errno 2] No such file or directory: 'data/KAIST/KAIST_30sec_001.txt' do you have any suggestion?

ZhengJialin1000 avatar Mar 21 '22 01:03 ZhengJialin1000

just add "../" in front of the "data/" of "file_path" . there are 3 position needed to add "../"

swx1997 avatar Apr 05 '22 11:04 swx1997