Keras LSTM Layer for RNN – Struggling with Layer Inputs
I am taking the code from Keras for the multi-layer perceptron function, and trying to adapt it to other neural networks such as a RNN with LSTM layers. This was found on the Keras PPO example: