'Multiple Actions in DQN (binary action vector)

I have a requirement to have multiple actions as the ouput for one of the RL use case.

Multi-Actions as output - possible values are 0 or 1 .

Binary Action Vector ( 1 1 1 1 0 1 1 0 1 1)

I am wondering how to implement multiple actions as the output using DQN ? Is it possible with DQN ? If yes, Please provide as much detail and explanation as possible as I am just a beginner.

Thank You



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source