I get an error on the 10th cell of the tutorial. The error states
ValueError: ('Cannot warp empty image with dimensions', (0, 180, 320))
Whenever, I rerun the cell the enemy moves left or right.
However, when I attempt to run the cell directly after it to initialize tensor board I get the following error.
PermissionDeniedError: /tensorboard; Permission denied
I've tried restarting the kernal, completely setting up a new notebook where I copied and pasted the code and downgraded numpy to version 1.16.3 since I was getting some random error whenever I ran the first cell. None of them seems to solve the problem.
Any help is much appreciated, thanks!