AttributeError while using humanoid option
joykou90 opened this issue · 0 comments
joykou90 commented
problem encountered:
- works well when only using droidbot
- kept showing following AttributeError while using with humanoid and get stuck in the launch screen
steps:
- start humanoid service: $ python3 agent.py -c config.json
- after seeing === Humanoid RPC service ready at localhost:50405 === along with a lot warnings,
$cd droidbot - $droidbot -a ~/apps/makor.apk -o ~/output -humanoid localhost:50405
- AttributeError: 'NoneType' object has no attribute 'state_str'
test env:
- ubuntu 16.04 phisical machine
- test with an apk of Android 4.4.2, API 19, Nexus 5 emulator
- tensorflow v1.15 no GPU support
- python 3.5