yizhangliu / android_env_for_windows

Apache License 2.0
5 stars 0 forks source link

How to use this framework? #2

Open dubeyabhijeet opened 3 years ago

dubeyabhijeet commented 3 years ago

Hi Liu,

I have zero knowledge of RL agents. But i have good experience with Android. I just want to know how to use this framework.

My idea is to auto subway surfer where score will be rewards and game stop will be critic. Plan is to extract text from image and train RL agent. How to use the current framework? Which RL agent to use and how the agent will interact and learn with this framework?

Regards, Abhijeet

yizhangliu commented 3 years ago

First, you need to install the Android development environment, including the emulator. Secondly, you also need to install the python development environment. Then, enter this directory and run "pip install - e .". Finally, enter the "examples" directory and run "python run_random_agent_win32. py". If everything is normal, a simulator interface will open and the reinforcement learning algorithm will run.

There are many more details that you need to study step by step. In addition, we also need to learn the basic knowledge of reinforcement learning.

Good luck, friend yizhangliu