forked from H2SO4T/ARES
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathISIS3007-README.txt
More file actions
11 lines (6 loc) · 1.32 KB
/
ISIS3007-README.txt
File metadata and controls
11 lines (6 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
usar python 3.8
correr el siguiente comando, cambiando los términos en mayúscula sostenida (Excepto SAC):
python rl_interaction\test_application.py --algo SAC --appium_port 4270 --timesteps 5000 --iterations 2 --udid SERIAL_ANDROID --android_port 5554 --device_name CUALQUIERA --apps RUTA_RELATIVA_ARCHIVO_APK --max_timesteps 250 --pool_strings rl_interaction\\strings.txt --timer 70 --platform_version VERSION_ANDROID --trials_per_app 3 --menu --instr_instruapk --rotation --internet --real_device --method_locations_path rl_interaction\\org.sudowars-locations.json --coverage_report_path .\\rl_interaction\\reports\\
probado con:
python rl_interaction\test_application.py --algo SAC --appium_port 4270 --iterations 1 --udid 49296d9c --android_port 5554 --device_name mi9 --apps rl_interaction\\apps\\org.sudowars_2-aligned-debugSigned.apk --max_timesteps 250 --pool_strings rl_interaction\\strings.txt --timer 15 --platform_version 11.0 --trials_per_app 3 --menu --instr_instruapk --rotation --internet --real_device --method_locations_path rl_interaction\\org.sudowars-locations.json --coverage_report_path .\\rl_interaction\\reports\\
para ver cambios hechos, en visual studio code usar ctrl+shift+f y buscar "! This is important" o "# !", que fueron overrides de los métodos collect_coverage y bug_handler del archivo RL_application_env.py