Answered
My controlled object is an object with three inputs and three outputs, I now use three parallel reinforcement learning agents to control these three channels, such a scheme is
Hi @嘻嘻, You can perform parallel computing for multiple agents in the context of using three parallel reinforcement learning ag...

10 månader ago | 0

Answered
How to add custom figure to Experiment Manager Built-In Training?
Hi @Isaiah, To add a custom figure to the Experiment Manager's "Built-In Training" feature in MATLAB, you can use the "OutputFc...

10 månader ago | 0

Answered
"The value of 'Layer' is invalid. Layers that require formatted dlarray inputs are not supported." - Why is this error shown when checked the validity of a custom layer?
Hi @BIPIN SAMUEL, The error while using checkLayer "The value of 'Layer' is invalid. Layers that require formatted dlarray inpu...

10 månader ago | 0

| accepted

Answered
How to train a sequence to classification network on GPU
HI @Tony Marino, I understand you are facing issue when you train your network on GPU. I can suggest you 2 solutions regarding ...

10 månader ago | 0

| accepted

Answered
Using NARX model with Neural Network Prediction
Hi @Seda, I understand you want to predict next 5 years output. For that we need to know format of your input time series datas...

10 månader ago | 1

Answered
Calculate RMSE of NARX to evaluate Performance
Hi @wissal zaher, I understand you want to calculate RMSE of peformance. The "perform" function in MATLAB, when used with a neu...

10 månader ago | 0

Answered
How to prefetch data during network training ?
Hi @Xie Shipley, Yes you can prefetch your data while training the network in MATLAB if you have a GPU. While the GPU is workin...

11 månader ago | 0

Answered
Feeding time series to RL environment
Hi @Mostafa, I understand that you want to extract the running state number to use as an index for the related PV(t), LOAD(t), ...

11 månader ago | 0

Answered
validateEnvironment() with a python environment
Hi @Anoy Chowdhury, I understand you are experiencing issues with the "reset" method of the "mountain_car_1" class in MATLAB. L...

11 månader ago | 0

Answered
predictAndUpdateState function with multiple inputs in LSTM network (Sequence Regression)
Hi @Mouhammad Jomaa Alkaseam, I understand that you want to implement LSTM network to predict wind speed by giving multi...

11 månader ago | 0