-
catkin_ws_NUC This is for ROS in NUC.
-
catkin_ws_JETSON This is for ROS in JETSON.
-
dqn_learning_code This is for dqn_learning.
- ros lib path for include path
/opt/ros/kinetic/include
- Improve DQN training.
- Prepare the skeleton code for the whole control algorithm. (When to run find_frontier, when to run DQN, when to dispose the ball, etc.)
- Prepare the code for converting DQN action to the robot's command.
- ...