maddpg icon indicating copy to clipboard operation
maddpg copied to clipboard

Loading previous state...

Open yanwaiwai opened this issue 3 years ago • 2 comments

Hello,This happens in experiments: Using good policy maddpg and adv policy maddpg Loading previous state... What is the meaning?

yanwaiwai avatar Jun 07 '22 11:06 yanwaiwai

that's literally what it means. you have to annotate the part of code for loading, then you can train your model

restlessfish avatar Apr 06 '24 07:04 restlessfish

tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]

NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]

image image

这对我有用。

Lijuming33 avatar Jun 12 '24 07:06 Lijuming33