kevinhughes27 / TensorKart

self-driving MarioKart with TensorFlow
MIT License
1.58k stars 256 forks source link

can't drive, no direction event #43

Closed zhangchunsheng closed 7 years ago

zhangchunsheng commented 7 years ago

Input Warning: Couldn't open rumble support for joystick #1 Input Warning: Couldn't open rumble support for joystick #2 Input Warning: Couldn't open rumble support for joystick #3 Input Warning: Couldn't open rumble support for joystick #4

kevinhughes27 commented 7 years ago

This sounds like an issue with the emulator not working for you. Can you post some more details, OS and mupen64plus version. Also what kind of joystick are you using?

zhangchunsheng commented 7 years ago

macOS 10.12.6 mupen64plus-bundle-osx64-2.5

I'm not sure about which joystick I'm using. -1 means no joystick. I think it's auto.

Specifies which joystick is bound to this controller: -1=No joystick, 0 or more= SDL Joystick n umber

device = -1

Input: 0 SDL joysticks were found. Input: N64 Controller #1: Forcing default keyboard configuration Input: 1 controller(s) found, 1 plugged in and usable in the emulator

kevinhughes27 commented 7 years ago

You need a controller plugged into your computer. I use an xbox 360 controller. The code could work with the keyboard but would require a fair amount of changes

zhangchunsheng commented 7 years ago

Alright, thanks.