Skip to content

Commit 6111f61

Browse files
committed
bump
1 parent 5317120 commit 6111f61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

turtlebot3_dqn/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
Changelog 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

1516
1.0.1 (2025-05-02)

turtlebot3_machine_learning/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
Changelog 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

1516
1.0.1 (2025-05-02)

0 commit comments

Comments
 (0)