MARL-code-pytorch
MARL-code-pytorch copied to clipboard
Anyone knows how to run trained models?
Hello, I got this code to work and I trained models. I can't find the way how to see them how well they perform tho. Could anyone help me navigate to run the models?
Thank you
I also encountered the same problem, did you solve it?
I spend hours understanding the code and created my own evaluation system using choose_action function
Thanks, I'll give it a try
I just use the load_model() to load my trained models, but it doesn't works. That makes lower winrate than training process. I don't know why?