swordest / mec_drl

Deep reinforcement learning for mobile edge computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Who knows the meaning of res in function "def plot_everything(res, win=10):"

xllory opened this issue · comments

----> a,b,c,d = plot_everything(res_rec, win=10)
np.savez(name, a,b,c,d)

NameError: name 'res_rec' is not defined