Anssi
Anssi
Do you mean NPC monsters or player bots (added with `addbot` command)? For the former, you can set the Hate towards player in ACS scripts with [Thing_Hate](https://zdoom.org/wiki/Thing_Hate) command. You can...
For that I do not know a way to make them target any specific player. As far as I know, they have been coded to win the game of deathmatch,...
Sadly this is an ongoing issue (see #311 ) and I do not know is this has been fixed yet. @mwydmuch ?
Interesting. We are using pytorch 0.4 (CUDA 9.1, if I recall correctly) with vizdoom currently and we have not had any trouble (Ubuntu 16.04 machines, Python 3.5, ViZDoom 1.1.4 and...
I was not able to replicate the issue (Ubuntu 16.04, Python 3.5, VizDoom 1.1.4) on a server with a display. - No class (first code), Render=True, over SSH: "No display"...
Would you have any code to reproduce this issue with? Sounds like something that needs a very rough patch-around at the very least (something like setting the pitch to 0)....
Just pitching in that it indeed gets stuck in same for me (Ubuntu 16.04, VizDoom 1.1.4, Python 3.5), but using `ASYNC_PLAYER` seems to work (albeit it is not too good...
Just going to copy paste my answer from google groups: Ran your code and I am reading correct TURN_LEFT_RIGHT_DELTA values (Ubuntu 14.04, VizDoom 1.1.2, Python 3.4). Setting turn delta to...
I currently have no access to my Ubuntu machine so I can't directly answer your question, but @mwydmuch probably knows the answer.
Somewhat related issue #675 and PR #686 Sounds good to me if rest of the code plays well with this change (e.g. see fuzz in #675). I agree with float...