MARL-code-pytorch icon indicating copy to clipboard operation
MARL-code-pytorch copied to clipboard

Anyone knows how to run trained models?

Open lukaskocian opened this issue 2 years ago • 4 comments

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

lukaskocian avatar Jan 30 '23 20:01 lukaskocian

I also encountered the same problem, did you solve it?

wagh311 avatar Apr 09 '23 08:04 wagh311

I spend hours understanding the code and created my own evaluation system using choose_action function

lukaskocian avatar Apr 09 '23 17:04 lukaskocian

Thanks, I'll give it a try

wagh311 avatar Apr 10 '23 03:04 wagh311

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?

Rushoo26 avatar May 30 '23 09:05 Rushoo26