Hello I’m trying to finish the week 3 of the Unsupervised Learning, Recommenders, Reinforcement Learning course, but the practice lab for Reinforcement learning is giving me a grade equal to zero everytime I submit. It’s giving the error: Can’t compile the student’s code. Error: FileNotFoundError(“The directory ‘/home/www/app/videos’ does not exist”).
Can somebody help me please?
Did you download the notebook to work on it locally, and then upload it back to Coursera for grading?
No, I worked inside the Coursera platform by editing the current notebook.
What is the title of the notebook (its file name)?
C3_W3_A1_Assignment.ipynb
Hello, I think I advanced with the solution. I tried to add the folder videos
by code with the help of a colleague:
import os
os.makedirs("./videos", exist_ok=True) #folder didn't exist trying to fix it
This cleaned the previous error, but gave this new one:
Can't compile the student's code. Error: error('No available video device')
I don’t know if this helps solving the issue, can you please check?