Save multi-agent deep reinforcement learning rewards
2 次查看(过去 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!