Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
GhettoBurger

[Question] Attempting to run basic VizDoom setup but getting constant errors.

Recommended Posts

Hey all, just got into VizDoom by following along this basic tutorial https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Deep%20Q%20Learning/Doom/Deep%20Q%20learning%20with%20Doom.ipynb

I'm having issues with implementing the system above.

I get an error on the 10th cell of the tutorial. The error states (check link above for specific cell)

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!

 

I'm not sure whether questions like this are allowed to be posted here, if not please direct me to another forum to post. (Tried making an account ZDoom, thoguht that it was a more appropriate place to ask the question. But have been suspended because I couldn't answer the security questions to make the account. Dont know which color keys and secret weapons lay around the doom game world unfortunately)

Share this post


Link to post
53 minutes ago, Walter confetti said:

What is VizDoom? First time hearing about it...

https://github.com/mwydmuch/ViZDoom (you should always use the Internet search engine when your question is "what is" something).

Edited by printz

Share this post


Link to post
1 hour ago, GhettoBurger said:

I'm not sure whether questions like this are allowed to be posted here, if not please direct me to another forum to post. (Tried making an account ZDoom, thoguht that it was a more appropriate place to ask the question. But have been suspended because I couldn't answer the security questions to make the account. Dont know which color keys and secret weapons lay around the doom game world unfortunately)

The answers to the quiz can all be found on the Doom Wiki, however I'm not sure anyone on the ZDoom forum could really help you. The ViZDoom developers didn't really join the community there.

Your tutorial link doesn't seem to work for me; I just get GitHub telling me "something went wrong. reload?" over and over again. Looking at the raw file is possible but not very readable. What I can tell is that the error is not from the ZDoom part of the program, which is why I don't think the ZDoom forums could help much.

 

1 hour ago, Walter confetti said:

What is VizDoom? First time hearing about it...

https://doomwiki.org/wiki/ViZDoom

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×