turtlebot3_machine_learning
turtlebot3_machine_learning copied to clipboard
Pre-trained model
Hi guys,
Does somebody have a pre-trained model?
I'm running stage 1 step by step, but even after 300 epochs, the agent acts pretty randomly.
@sharypovandrey Hello @sharypovandrey. I'm sorry for the late reply.
Turtlebot3 Machine Learning is using Keras from Tensor Flow. Please refer to the link below.
https://www.tensorflow.org/guide/keras/sequential_model https://groups.google.com/forum/#!forum/keras-users
Thank you.
Thank you @ashekim for your response! I'm looking for a model that is already trained on stage 4
@sharypovandrey
I would greatly appreciate it. If you have any question or suggest, please ask to me any time. Thanks :)
@ashekim sorry, maybe I didn't explain my question correct. I'm looking for a pre-trained model that works good on stage 4, because now the agent doesn't learn anything. I didn't change the source code. As I saw on the video, agent acts pretty smart. So maybe you guys have this model?
@sharypovandrey
Hi. @sharypovandrey I'm sorry for the late reply. I'll check the issue and get back to you.
Thank you.
@ashekim sorry, maybe I didn't explain my question correct. I'm looking for a pre-trained model that works good on stage 4, because now the agent doesn't learn anything. I didn't change the source code. As I saw on the video, agent acts pretty smart. So maybe you guys have this model?
Actually, I encountered the same situation, the agent seems learned nothing, and it often turns in circles. Is there any solution?