Training an RL Agent to automate your social media account management
By the end of this recipe, you will have built a complete deep RL Agent training script that can be trained to perform management tasks on your social media account!
The following image shows a series of (randomized) tasks from the environment that we will be training the Agent in:
Note that there is a scroll bar in this task that the Agent needs to learn how to use! The tweet that's relevant to this task may be hidden from the visible part of the screen, so the Agent will have to actively explore (by sliding the scroll bar up/down) in order to progress!
Getting ready
To complete this recipe, you will need to activate the tf2rl-cookbook
Python/conda virtual environment. Make sure that you update the environment so that it matches the latest conda environment specification...