体验新版 GitCode,发现更多精彩内容 >>
Created by: TomorrowIsAnOtherDay
Add tensorboard X. Usage:
from parl.utils import tensorboard for i in range(10): x = np.random.random(1000) tensorboard.add_histogram('distribution centers', x + i, i)
Expected result: