{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/drl-based-trajectory-tracking-for-motion","title":"DRL-Based Trajectory Tracking for Motion-Related Modules in Autonomous Driving","arxiv_id":"2308.15991","date":"2023-08-30","proceeding":null,"authors":["Yinda Xu","Lidong Yu"],"abstract":"Autonomous driving systems are always built on motion-related modules such as the planner and the controller. An accurate and robust trajectory tracking method is indispensable for these motion-related modules as a primitive routine. Current methods often make strong assumptions about the model such as the context and the dynamics, which are not robust enough to deal with the changing scenarios in a real-world system. In this paper, we propose a Deep Reinforcement Learning (DRL)-based trajectory tracking method for the motion-related modules in autonomous driving systems. The representation learning ability of DL and the exploration nature of RL bring strong robustness and improve accuracy. Meanwhile, it enhances versatility by running the trajectory tracking in a model-free and data-driven manner. Through extensive experiments, we demonstrate both the efficiency and effectiveness of our method compared to current methods. Code and documentation are released to facilitate both further research and industrial deployment.","url_abs":"https://arxiv.org/abs/2308.15991v3","url_pdf":"https://arxiv.org/pdf/2308.15991v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"drl-based-trajectory-tracking-for-motion","repo_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"autonomous-driving","task_name":"Autonomous Driving"},{"task_slug":"deep-reinforcement-learning","task_name":"Deep Reinforcement Learning"},{"task_slug":"representation-learning","task_name":"Representation Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2308.15991","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2308.15991"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/marmotatzju/drl-based-trajectory-tracking","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":8},"by_repo_kind":{"official":{"samples":8,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"2695539daf586d70","entry":"convert_list_to_tuple_within_dict","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/io.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/io.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2695539daf586d70"}},{"code_sha256_prefix":"a11eefd006cf196c","entry":"generate_random_string","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/io.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/io.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a11eefd006cf196c"}},{"code_sha256_prefix":"e1a9e08a632da547","entry":"load_config_from_yaml","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/io.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/io.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e1a9e08a632da547"}},{"code_sha256_prefix":"545323ed037f273f","entry":"normalize_angle","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/geometry.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"545323ed037f273f"}},{"code_sha256_prefix":"b9ca933f4f9c81a6","entry":"override","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/future.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/future.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b9ca933f4f9c81a6"}},{"code_sha256_prefix":"641da94a3cda573b","entry":"scale_action","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/gym_helper.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/gym_helper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"641da94a3cda573b"}},{"code_sha256_prefix":"8267884ba05197fd","entry":"transform_between_local_and_world","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/geometry.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8267884ba05197fd"}},{"code_sha256_prefix":"24f1448b5889cf32","entry":"transform_points","repo":"marmotatzju/drl-based-trajectory-tracking","repo_kind":"official","path":"drltt/common/geometry.py","file_url":"https://github.com/marmotatzju/drl-based-trajectory-tracking/blob/HEAD/drltt/common/geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"24f1448b5889cf32"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}