Event Monitor

Event monitor tools monitors the event. The signals sent on the topic SIGNALS are received by other scripts that extract features from it. These features are then translated into game commands that VizDoom can understand. With this tools you just need to start a local MQTT broker and then you can look on the events. This tool is helpful in keeping records for observation purposes.

You need to enter the host and port of your MQTT broker, topics are already defined as constants in constanst.py file. After, setting them up just click Start button under Settings tab.

You will now recieve the inputs for the game that are extracted from the signals. Also, you can export the data with timestamp by clicking Export button under Settings tab.

Note

You must create a file in which you want to write data the data. The tools does not create a new file.