DongChen06 / MARL_CAVs

MARL for Autonomous Vehicles
240 stars 45 forks source link

What should I do after my training is done #24

Closed wolf2127 closed 1 year ago

wolf2127 commented 1 year ago

hello,can l ask you what should I do after my training is done?After my training was done, I got a line chart, a bunch of weights, and a number of training videos.

DongChen06 commented 1 year ago

You can evaluate the models by changing "train" to "evaluate" in the arguments.

wolf2127 commented 1 year ago

Thanks a lot! However, when l try to run a2c.py, l can't find it out such as run_ppo.py , can you give it to me, thank you.

zcysun commented 1 year ago

image Hello! Is the sentence you mentioned ”You can evaluate the models by changing "train" to "evaluate" in the arguments.“ edited from here?

DongChen06 commented 1 year ago

Hi @zcysun , First, you need to change the --option from train to evaluate, then please specify the model-dir where you saved the trained models. image