RL_arm_under_sparse_reward icon indicating copy to clipboard operation
RL_arm_under_sparse_reward copied to clipboard

tensorboard

Open zzyshisl opened this issue 11 months ago • 3 comments

How to obtain the success rate curve displayed on the author's final page?

zzyshisl avatar Mar 04 '24 11:03 zzyshisl

train at least 3 times with different random seed and record the value each epoch, then use matplotlib to draw. the line is the average value and the surround area is the calculated difference, you can reference this page: https://matplotlib.net/stable/gallery/lines_bars_and_markers/fill_between_alpha.html

PiggyCh avatar Mar 04 '24 12:03 PiggyCh

How to display the success rate curve in tensorboard?

zzyshisl avatar Mar 04 '24 12:03 zzyshisl

coding.

PiggyCh avatar Mar 04 '24 12:03 PiggyCh