reiniscimurs / DRL-robot-navigation

Deep Reinforcement Learning for mobile robot navigation in ROS Gazebo simulator. Using Twin Delayed Deep Deterministic Policy Gradient (TD3) neural network, a robot learns to navigate to a random goal point in a simulated environment while avoiding obstacles.
MIT License
569 stars 119 forks source link

Try training with other algorithms #145

Closed chenggonggg closed 4 months ago

chenggonggg commented 4 months ago

I tried to use the unoptimized ddpg algorithm and the basic dqn algorithm for training, but the training effect was not ideal. I would like to ask whether there is a problem with my code logic, or whether the parameter settings are unreasonable. My code is as follows, no other changes have been made, please help me, thank you。 the_ddpg.txt the_dqn.txt valiading.txt