How to implement ESN layers or more generally reservoir computing approach in MATLAB DDPG agent
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
Is it possible to use echo state neural networks and generally reservoir computing approach as actor and critic networks in MATLAB with DDPG agent? Does MATLAB support this feature? If yes, how to do it and also from what version of MATLAB is it supported and If no, how do you suggest to implement it manually?
Any Suggestion ?
0 件のコメント
回答 (1 件)
praguna manvi
2024 年 9 月 5 日
ESN layer is not supported as of now in MATLAB as of now. You may find this file exchange useful which contains the implementation for ESN layers:
Also, you can find the list of deep learning layers supported in MATLAB using this documentation link:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!