H2SO4T / ARES

Black-box tool that uses Deep Reinforcement Learning to test and explore Android applications
GNU Affero General Public License v3.0
70 stars 21 forks source link

Crash after the error "type numpy.ndarray doesn't define __round__ method" #19

Open limerick1718 opened 1 year ago

limerick1718 commented 1 year ago

Hi, I use the default settings to test the APK org.woheller69.spritpreise_18.apk.zip

The script I used is:

python3 parallel_exec.py --list_device AVDName --appium_ports APPIUMNAME --android_ports ANDROIDPORT --path APPDIR --timer 70 --platform_version 8.1 --algo SAC --timesteps 5000 --trials_per_app 3

The test performs well at the beginning. However, the test speed rush up and suddenly output the error

type numpy.ndarray doesn't define __round__ method
OK: killing emulator, bye bye

Then the emulator restarts again.

Would you please kindly check what's wrong with it?

Thank you very much!