File tree Expand file tree Collapse file tree
turtlebot3_machine_learning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_dqn
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 1.0.3 (2026-01-19)
6+ ------------------
7+ * None
8+
591.0.2 (2026-01-06)
610------------------
711* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 2" >
33 <name >turtlebot3_dqn</name >
4- <version >1.0.2 </version >
4+ <version >1.0.3 </version >
55 <description >
66 The turtlebot3_dqn package using reinforcement learning with DQN (Deep Q-Learning).
77 </description >
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = package_name ,
18- version = '1.0.2 ' ,
18+ version = '1.0.3 ' ,
1919 packages = find_packages (),
2020 data_files = [
2121 ('share/ament_index/resource_index/packages' , ['resource/' + package_name ]),
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_machine_learning
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 1.0.3 (2026-01-19)
6+ ------------------
7+ * Added ament_cmake as a buildtool_depend
8+ * Contributors: Hyungyu Kim
9+
5101.0.2 (2026-01-06)
611------------------
712* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 2" >
33 <name >turtlebot3_machine_learning</name >
4- <version >1.0.2 </version >
4+ <version >1.0.3 </version >
55 <description >
66 This metapackage for ROS 2 TurtleBot3 machine learning.
77 </description >
1313 <author email =" kkjong@robotis.com" >Gilbert</author >
1414 <author email =" dddoggi1207@gmail.com" >ChanHyeong Lee</author >
1515 <author email =" kimhg@robotis.com" >Hyungyu Kim</author >
16+ <buildtool_depend >ament_cmake</buildtool_depend >
1617 <exec_depend >turtlebot3_dqn</exec_depend >
1718 <export >
1819 <build_type >ament_cmake</build_type >
You can’t perform that action at this time.
0 commit comments