rl_index_selection icon indicating copy to clipboard operation
rl_index_selection copied to clipboard

Running error :cant find file

Open MaYangrui6 opened this issue 10 months ago • 1 comments

hi,thank you for your patence: how to generate this file? Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/tensorflow1/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/home/ubuntu/anaconda3/envs/tensorflow1/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/ubuntu/project/mayang/rl_index_selection/swirl/main.py", line 139, in experiment.finish() File "/home/ubuntu/project/mayang/rl_index_selection/swirl/experiment.py", line 129, in finish self.moving_average_model = self.model_type.load(f"{self.experiment_folder_path}/moving_average_model.zip") File "/home/ubuntu/project/mayang/rl_index_selection/stable_baselines/common/base_class.py", line 949, in load data, params = cls._load_from_file(load_path, custom_objects=custom_objects) File "/home/ubuntu/project/mayang/rl_index_selection/stable_baselines/common/base_class.py", line 652, in _load_from_file raise ValueError("Error: the file {} could not be found".format(load_path)) ValueError: Error: the file experiment_results/ID_TPCDS_Test_Experiment/moving_average_model.zip could not be found

MaYangrui6 avatar Apr 25 '24 10:04 MaYangrui6

Apparently some of the previous steps did not succeed. Hard to say what the issue is without more information.

Bouncner avatar Apr 25 '24 10:04 Bouncner