ROBOTIS-GIT / turtlebot3_machine_learning

Apache License 2.0
119 stars 82 forks source link

Issue while training turtlebot3 #35

Closed RiyaPahwa closed 4 years ago

RiyaPahwa commented 4 years ago

While training turtlebot3, it takes long time to run the episodes so, need to run it multiple times. How do we load the previous learning of turtlebot3 in new gazebo session? I have tried this by setting self.load_model = True and specifying the previously run episodes to self.load_episode. After this, 900 episodes have been run till now but turtlebot3 has not reached the goal yet. The world I have been using is stage 4 after removing the moving obstacles from that. Please tell me if I am doing anything wrong.

ROBOTIS-Will commented 4 years ago

@RiyaPahwa Please refer to this issue thread regarding reusing saved model. Thank you.