Training vs inference performance disparity #100
Replies: 2 comments 19 replies
-
When you do If it completes the track consistently during training, there is no reason for it not to complete the track consistently at test time. |
Beta Was this translation helpful? Give feedback.
-
I reset my example file and now it's just stock, as in the repo. The only thing I changed is this. I am going to retrain from scratch and see what happens ` def save(self, path):
|
Beta Was this translation helpful? Give feedback.
-
Hello. I've trained the SAC exmple agent on my own track. I have been training for 10-15 hours on a RTX 2070 (17 Epochs). It it's not the best, but it finishes the track consistently. But now when I load the pickled model weights with the command "py -m tmrl --test". The agent barely does anything. it drives forward and than just crawls to a halt. I don't get timestep errors in the console. The config.json file has the same "run_name" as the saved model file.
When I run the same pickled model weights on my laptop I do get the timestep errors, but the car does drive further, but still doesn't come close to finishing.
What do you think the issue is? Is it just that more time training is necessary even though during training the agent is consistently finishing the track?
Beta Was this translation helpful? Give feedback.
All reactions