Bad training performance
CharlesPeng1998 opened this issue · 3 comments
CharlesPeng1998 commented
zhangfuyang commented
Sorry for the late reply. Did you load pretrained weight from here https://github.com/carla-simulator/imitation-learning before training? I just used this pretrained weight to extract feature and launch ddpg_main.py.
CharlesPeng1998 commented
Yes. I think the pretrained model was loaded as the printed log showed:
Restoring from /media/autolab/disk_2T/jiancongpeng/repos/rl_CARLA/environment/imitation/model/model.ckpt-450000
INFO:tensorflow:Restoring parameters from /media/autolab/disk_2T/jiancongpeng/repos/rl_CARLA/environment/imitation/model/model.ckpt-450000
INFO:tensorflow:Restoring parameters from /media/autolab/disk_2T/jiancongpeng/repos/rl_CARLA/environment/imitation/model/model.ckpt-450000
zhangfuyang commented
mmm, not sure. Have you tried to train it again, could be caused by random parameters? I don't have a specific suggestion..