Check the original ARES README file for more details
- The latest Appium versions (Appium 2) are not compatible with the current version of the ARES code. We could make it work with Appium 1.22.3
- do not use python 3.11. causes dependency issues.
- tested with 3.8.17
python -m venv venv
venv\Scripts\activate
cd rl_interaction
pip install -r requirements.txt
cd rl_interaction
python parallel_exec.py --list_devices "Pixel2API28" --appium_ports "4723" --android_ports "5554" --path "apps" --timer 60 --rotation --internet --emu headless --platform_version 9.0 --iterations 10 --algo SAC --timesteps 4000 --trials_per_app 3