PiggyCh / RL_arm_under_sparse_reward

A reinforcement learning project for robotic arm under sparse reward
84 stars 11 forks source link

tensorboard #3

Open zzyshisl opened 8 months ago

zzyshisl commented 8 months ago

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

PiggyCh commented 8 months ago

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

zzyshisl commented 8 months ago

How to display the success rate curve in tensorboard?

PiggyCh commented 8 months ago

coding.