quantumiracle/Popular-RL-Algorithms

FileNotFoundError: [Errno 2] No such file or directory: './model/sac'

Alexzzdfjcn opened this issue · 3 comments

model_path = './model/sac'

This error occurs when I run the code. Is the model file of sac missing?

model_path = './model/sac'

This error occurs when I run the code. Is the model file of sac missing?

image

Hi,
Yeah, you can just delete line 371 in sac.py. I've updated the script now.