Donghyun Kwak

Results 5 comments of Donghyun Kwak

It works well at pytorch 1.5.1 thank you

Very Good! So the conclusion is that just adding this line to .basrhc. ```export PA_ALSA_PLUGHW=1``` then all of your device listed will be changed to plughw, so now you can...

Hello, I solved this problem by manually adding the DNS address on "/etc/hosts". In my case, it was due to DNS setup problem. I am using a VPN with WSL...

sudo apt-get install redis-server sudo service redis-server start (or sudo service redis-server restart)

if you want simulate HumanController, you should add some codes in human_controller.py first. ``` import sys, os sys.path.append(os.path.abspath('../..')) ``` python human_controller.py and push some keyboard actions (i.e w,a,s,d) then run...