Exporting data only works as pdf. Axis labels are getting small and unreadable
1 view (last 30 days)
Show older comments
Reinforcement Learning
on 9 Apr 2021
Commented: Reinforcement Learning
on 9 Apr 2021
Hello,
I am working with the Episode Manager and getting the following plot:
Somehow I am only allowed to save this as pdf or png. It is shown here:
The pdf is having one scale, where the title and axis labels are very small and unreadable. How can I save this as a figure or in .eps format?
I would like to have more control with these data
0 Comments
Accepted Answer
Emmanouil Tzorakoleftherakis
on 9 Apr 2021
Edited: Emmanouil Tzorakoleftherakis
on 9 Apr 2021
You cannot save as .fig from the episode manager plot. If you have the training data though (it's good practice to save this data for further use) you can recreate this plot yourself.
E.g.,
load mdpTrainingStats trainingStats
plot(trainingStats.EpisodeIndex, trainingStats.EpisodeReward)
% add more here
More Answers (0)
See Also
Categories
Find more on Title 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!