dqn_qlearning_sarsa_mobile_robot_navigation
dqn_qlearning_sarsa_mobile_robot_navigation copied to clipboard
File not found
File "/home/user/turtlebot_ws/src/dqn_qlearning_sarsa_mobile_robot_navigation/my_turtlebot3_training/src/start_dqlearn_training.py", line 19, in
Hi, I don't have that particular file on my local machine. But you could try my new repository (https://github.com/zerosansan/td3_ddpg_sac_dqn_qlearning_sarsa_mobile_robot_navigation) which removes openai_ros dependencies. So, it should be easier to get it running, the DQN implementation here is the same as my other repository. There are six RL algorithms, including Q-learning, SARSA, DQN, TD3, DDPG, and SAC.
Regards, Hafiq Anas
Thank you so much sir for the quick reply.