aqeelanwar / DRLwithTL_real

Python code for Deep Reinforcement Learning with Transfer Learning in aReal Environment using DJI Tello
MIT License
68 stars 18 forks source link

missing models #7

Closed soldierofhell closed 4 years ago

soldierofhell commented 4 years ago

Hi @aqeelanwar,

I cannot find anywhere models (checkpoints) that should be placed into Deepnet/models directory, like e.g. Deepnet/models/fcrn/NYU_FCRN.ckpt

Regards,

aqeelanwar commented 4 years ago

Hello,

The models can be found on the link below. Download the entire folder named models and place it in the Deepnet folder.

soldierofhell commented 4 years ago

@aqeelanwar, thank you, but still don't see any link :)

aqeelanwar commented 4 years ago

My bad. Forgot to paste the link. Here it is. https://drive.google.com/open?id=1YIs9wEqRbitFaRhZn9eRFQNnGulor_f4

Let me know if this works.

soldierofhell commented 4 years ago

@aqeelanwar, thanks, but still missing are trained weights for agent: "custom_load_path: DeepNet/models/e2e/e2e" from the config. Regards,

edsun123 commented 3 years ago

Hi, thank you for this post. In the current version of the code, model_data_path inside heat_map.py is Deepnet/models/fcrn. I think the directory is misspelled and should be DeepNet/...