-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
I want to make a project using reinforcement learning in which a bot send scam to other bots on social media, other bots detect the scam and reject it.
I think it needs a deep reinforcement learning.
I have seen projects of games in which environments are already build in e.g., like cartpole game.
But for my project mentioned above do I need to use any build in environment and build in policy?
If so please tell which policy and environment can I choose?
If I need to build my own policy and existing policies and environments cannot work in my case, can anyone share me code and
tutorial where I can learn how to build own policies.
Is it necessary to build environment in reinforcement learning or we can work without environment as well?
Moreover, can I use actor critic policy in this case? Is every actor critic policy has to be modified for each different project?
I want to know the answers of these questions to have clear understanding.