Closed gpgn closed 5 years ago
Because of the problem with tf in cpu, the easiest way was to use the NHWC, the weights you have there have the NCHW config, so the dimensions won't match. I actually have a much more optimised model than those final weights and they have the NHWC config, so no need to change anything, the default config will work.
I will update the post and the weights this weekend.
Pd: if you are going to train a model using a complex map I recommend using built maps because it is much faster than creating the maps online
I updated the weights to work with NHWC and added an extra step in the instructions in the blog, let me know if it works.
Cheers
I like the work you did to adapt the CarRacing env and I'd like to use it, but I'm running into an issue with the tensor shape.
Following https://notanymike.github.io/Solving-CarRacing/ Ive got everything set up and I can do my own training, but I was hoping to use your pretrained weights (the
weights_final.pkl
you link to). You do mention:and:
Currently I'm running into the following error, I assume because of above issue:
Is it possible to use your pre-trained weights, and what would I need to adjust to get it working? Thanks so much
PS: I noticed the following warning:
I currently only have CPU available, would that interfere with above?