chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Tensorboard support #597

Closed Ujwal2910 closed 4 years ago

Ujwal2910 commented 4 years ago

Is there a tensorboard like support in ChainerRL?

prabhatnagarajan commented 4 years ago

Sorry for the late response. ChainerRL doesn't have tensorboard support, but our PyTorch version of ChainerRL (PFRL), has Tensorboard support. If you would like to adapt it for ChainerRL, see this PR in PFRL: https://github.com/pfnet/pfrl/pull/12.

prabhatnagarajan commented 4 years ago

Closing this issue, please open re-open if my response was unclear or there are followup questions.