Deploying RL agents on mobile devices
Mobile is the most-targeted platform due to its high customer reach compared to other platforms. The global mobile application market size is projected to reach USD 407.32 billion by 2026 according to https://www.alliedmarketresearch.com/mobile-application-market. Such a huge market opens several opportunities for infusing RL-based Artificial Intelligence. Android and iOS are the two main OS platforms in this space. While IOS is a popular platform, building apps for iOS requires a Mac to develop the apps. We will therefore develop an Android app using the Android SDK, which is more widely accessible. If you are an iOS app developer, you may be able to adapt parts of this recipe to your app.
This recipe provides ways for you to deploy trained RL agent models on mobile and/or IoT devices using the TensorFLow Lite framework. You will also have access to a sample RL Table Tennis Android app that you can use as a testbed to deploy your RL agent or...