Chazzz
Chazzz
Looks like some of the basic settings are bad From my Xorg log file: [ 303.549] (II) config/udev: Adding input device python-uinput (/dev/input/mouse4) [ 303.549] (II) No input driver specified,...
Used https://github.com/derekhe/waveshare-7inch-touchscreen-driver/issues/22 to solve min == max error, now it looks like the input driver "uinput" needs to be specified for mouse4 and js1.
For reference what a "good" log looks like (Ubuntu 16.04) [ 72.640] (II) config/udev: Adding input device python-uinput (/dev/input/mouse4) [ 72.640] (\*\*) python-uinput: Applying InputClass "python-uinput" [ 72.640] (II) No...
My conclusion here is there's a bug related to the transition from evdev to libinput. I'll file a report over there and keep this issue open in the meantime as...
I got some help from Peter Hutterer at https://gitlab.freedesktop.org/libinput/libinput/issues/203. It turns out that emitting [(BTN_LEFT, 1), (BTN_LEFT, 0), (SYN)] will not register with libinput as a left mouse click (but...
https://github.com/Chazzz/Dota2AI2016/blob/master/user_input.py
`pip install treys==0.1.4` resolved this issue for me, having the package manager explicitly require 3.9+ for treys 0.1.5+ would help avoid these errors :)
I followed @zuoanqh instructions to build libboost manually and install all dependencies, but now it segfaults on run-time D: Output ``` python3 model.py doomreal render log/doomrnn.cma.16.64.best.json filename log/doomrnn.cma.16.64.best.json model size...
@zuoanqh I appreciate the help and would debug this issue further but something in the install process made my system go busto (don't worry I back up everything). Still I'm...
@zuoanqh Not tremendously surprising that memory limitations are present in both experiments. A more dynamic loading would probably fix both issues.