Save multi-agent deep reinforcement learning rewards
4 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
I want to save the rewards of each episode on a multi-agent reinforcement learning system. And I log the related signals and set configuration parameters ----> Data import/export----> enable (log dataset data to file ). But running the program encounters the following error:
Caused by:
Error using rl.env.SimulinkEnvWithAgent>localHandleSimoutErrors (line 681)
The following parameters are not supported by the sim command when Fast Restart is enabled: 'LoggingFileName'
if the Fast Restart option in Simulink is disabled. And has been disabled with the following command:
set_param(model,'FastRestart','off')
Thank you
0 件のコメント
回答 (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!