File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
turtlebot3_machine_learning Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_dqn
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5- 1.0.2 (2025-12-24 )
5+ 1.0.2 (2026-1-6 )
66------------------
77* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
88* Changed the system arguments to be passed as ROS parameters for execution.
99* Added a use_gpu parameter to allow selection of whether to use GPU.
1010* Added a model_file parameter to enable loading an existing trained model and continuing training.
1111* Renamed the load_model variable to use_pretrained_model for clarity.
1212* Changed model_path from a class variable to a local variable.
13+ * Introduced lazy import for TensorFlow modules.
1314* Contributors: Hyungyu Kim
1415
15161.0.1 (2025-05-02)
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_machine_learning
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5- 1.0.2 (2025-12-24 )
5+ 1.0.2 (2026-1-6 )
66------------------
77* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
88* Changed the system arguments to be passed as ROS parameters for execution.
99* Added a use_gpu parameter to allow selection of whether to use GPU.
1010* Added a model_file parameter to enable loading an existing trained model and continuing training.
1111* Renamed the load_model variable to use_pretrained_model for clarity.
1212* Changed model_path from a class variable to a local variable.
13+ * Introduced lazy import for TensorFlow modules.
1314* Contributors: Hyungyu Kim
1415
15161.0.1 (2025-05-02)
You can’t perform that action at this time.
0 commit comments