keras-rl / keras-rl

Deep Reinforcement Learning for Keras.

Home Page:http://keras-rl.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Actions in DQN (binary action vector)

2019hc04089 opened this issue · comments

Hello,

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

Multi-Actions as output - Action Vector ( 1 1 1 1 0 1 1) possible values are 0 or 1 .

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

Thank You