Why does the RL Toolbox not support BatchNormalization layer?

Hi.
I'm currently trying DDPG with my own network.
But when I try to use BatchNormalizationLayer, the error message says Batch Normalization is not supported.
I don't see any theoretical reason the batch normalization cannot come in.
Is there any plan to update the toolbox to make it possible?
Or is there a specific reason that the batch normalization cannot come in?
Thanks.

1 Kommentar

Actually i face the same problem, but i thought this would help :
1- calculate the running mean and running STD of the data in Simulink for example (or matlab)
2- make a matlab function in simulink/matlab that could calculate the zscore for each feature through the equation :
X_zs = (X - Xmean)/STD
This would standardize your data.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Aditya Patil
Aditya Patil am 6 Apr. 2021

0 Stimmen

This is an known issue, and it might be fixed in any of the upcoming releases.

Weitere Antworten (2)

Abd-Elhamid Nabeel
Abd-Elhamid Nabeel am 11 Sep. 2022

0 Stimmen

Actually i face the same problem, but i thought this would help :
1- calculate the running mean and running STD of the data in Simulink for example (or matlab)
2- make a matlab function in simulink/matlab that could calculate the zscore for each feature through the equation :
X_zs = (X - Xmean)/STD
This would standardize your data.
Maha Mosalam
Maha Mosalam am 30 Okt. 2022

0 Stimmen

No one can reached to solution or update in new versions for that issue?

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by