I am trying to implement a neural network in a manner of control systems using feedback loops in order to develop a multichannel control system. But RNN-like layers don’t suit for this purpose. I am a little confused how can we make such kind of thing in PyTorch and how can we train that? Is it possible?