plan2explore-pytorch icon indicating copy to clipboard operation
plan2explore-pytorch copied to clipboard

OneStepModel using action as input to every layer

Open GittiHab opened this issue 4 years ago • 0 comments

Hi, I was just trying to understand the architecture of the OneStepModel. During prediction it passes the action into every layer together with the output from the previous one. Where does this architecture come from? Why does it work better than just passing the actions into the first state? I would be very thankful if you could let me know where this comes from the help my understanding :)

GittiHab avatar Feb 16 '21 16:02 GittiHab