Save multi-agent deep reinforcement learning rewards

2 views (last 30 days)
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

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!