-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robot stuck/ slow when training #56
Comments
Hi @Qtsho |
Hi, I am using ROS1 melodic on Ubuntu 18.04. tensorflow 2 I put some debuging line in the code and see it stucks for a long time between the for loop looping through the batch: Line 114 file turtlebot3_dqn_stage_4.py `
` This causes the robot stuck for a while a use the last vel_cmd/. As well as slow down the process a lot |
Hello.. I am having the same problem with ROS2 Foxy, Ubuntu 20.04, tensorflow. Did you find any solution for this problem? |
I am watching the memroy usage and it is obvious the memory usage is keeping increasing. |
Hi,
Thanks so much for the repos,
I have a problem that when the memory is >64, then the script start to train the NN model. This makes the robot use the last cmd_vel it was told. The cmd_vel only be updated when the NN is trained and after one step ().
How can I parallel this work?
I am using stage 4 and GPU for running the script.
Thanks
The text was updated successfully, but these errors were encountered: