When I run this command:
python3 sb3_SAC.py --load False --mode train --world inspect --vision False
The robot does not move at all.
- ros2 launch roverrobotics_gazebo 4wd_rover_gazebo.launch.py
- $python3 ign_ros2_Nav2_topics.py inspect rover_zero4wd
- python3 sb3_SAC.py --mode train --load False --world inspect
The output is: $python3 sb3_SAC.py --mode train --load False --world inspect
Using standard lidar model
world is inspect
/home/wruser/.local/lib/python3.10/site-packages/gymnasium/spaces/box.py:235: UserWarning: WARN: Box low's precision lowered by casting to float32, current low.dtype=float64
gym.logger.warn(
/home/wruser/.local/lib/python3.10/site-packages/gymnasium/spaces/box.py:305: UserWarning: WARN: Box high's precision lowered by casting to float32, current high.dtype=float64
gym.logger.warn(
[WARN] [1774530610.705180763] [turtlebot_controller]: No actual robot detected. Running in simulation mode.
Creating new model
Using cpu device
Starting training mode
################inspect Environment Reset
Generated heading: 18.712741018598567°
New target x,y: -20.35, -23.47
1774530624.4372308
Logging to ./tboard_logs/SAC_inspect_20260326_2109/SAC_1
Please help to check
When I run this command:
python3 sb3_SAC.py --load False --mode train --world inspect --vision False
The robot does not move at all.
The output is: $python3 sb3_SAC.py --mode train --load False --world inspect
Using standard lidar model
world is inspect
/home/wruser/.local/lib/python3.10/site-packages/gymnasium/spaces/box.py:235: UserWarning: WARN: Box low's precision lowered by casting to float32, current low.dtype=float64
gym.logger.warn(
/home/wruser/.local/lib/python3.10/site-packages/gymnasium/spaces/box.py:305: UserWarning: WARN: Box high's precision lowered by casting to float32, current high.dtype=float64
gym.logger.warn(
[WARN] [1774530610.705180763] [turtlebot_controller]: No actual robot detected. Running in simulation mode.
Creating new model
Using cpu device
Starting training mode
################inspect Environment Reset
Generated heading: 18.712741018598567°
New target x,y: -20.35, -23.47
1774530624.4372308
Logging to ./tboard_logs/SAC_inspect_20260326_2109/SAC_1
Please help to check