Open iAmSarahAllam opened 7 months ago
I am wondering the same question
You can load the weights from a previously trained model with the load function: https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/TD3/train_velodyne_td3.py#L210
See test_velodyne_td3.py for the implementation: https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/TD3/test_velodyne_td3.py#L63-L67
Hi,
I was wondering if I can complete the training on a per-trained model that I stopped. If yes how can I do that?