hsvgbkhgbv / SQDDPG

This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled by ''Shapley Q-value: A Local Reward Approach to Solve Global Reward Games''.
114 stars 42 forks source link

How to display the training process #22

Closed xiaoyaodefeng closed 3 years ago

xiaoyaodefeng commented 3 years ago

I would like to ask how to show the process of training

hsvgbkhgbv commented 3 years ago

Hi,

If I understand your question correctly, you can find a directory called 'tensorboard' in your local. And you can directly show the training procedure by Tensorboard.

xiaoyaodefeng commented 3 years ago

Thank you for your answer.