{"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/uav-coverage-path-planning-under-varying","title":"UAV Coverage Path Planning under Varying Power Constraints using Deep Reinforcement Learning","arxiv_id":"2003.02609","date":"2020-03-05","proceeding":null,"authors":["Mirco Theile","Harald Bayerlein","Richard Nai","David Gesbert","Marco Caccamo"],"abstract":"Coverage path planning (CPP) is the task of designing a trajectory that enables a mobile agent to travel over every point of an area of interest. We propose a new method to control an unmanned aerial vehicle (UAV) carrying a camera on a CPP mission with random start positions and multiple options for landing positions in an environment containing no-fly zones. While numerous approaches have been proposed to solve similar CPP problems, we leverage end-to-end reinforcement learning (RL) to learn a control policy that generalizes over varying power constraints for the UAV. Despite recent improvements in battery technology, the maximum flying range of small UAVs is still a severe constraint, which is exacerbated by variations in the UAV's power consumption that are hard to predict. By using map-like input channels to feed spatial information through convolutional network layers to the agent, we are able to train a double deep Q-network (DDQN) to make control decisions for the UAV, balancing limited power budget and coverage goal. The proposed method can be applied to a wide variety of environments and harmonizes complex goal structures with system constraints.","url_abs":"https://arxiv.org/abs/2003.02609v1","url_pdf":"https://arxiv.org/pdf/2003.02609v1.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":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"uav-coverage-path-planning-under-varying","repo_url":"https://github.com/theilem/uavSim","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"uav-coverage-path-planning-under-varying","repo_url":"https://github.com/XGX-CURRY/uavSim","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2003.02609","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2003.02609"}},"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/XGX-CURRY/uavSim","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/theilem/uavSim","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":11},"by_repo_kind":{"official":{"samples":7,"ran":0,"repositories":1},"listed":{"samples":4,"ran":0,"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":"a2c1f53a2b3b7f87","entry":"calculate_all_distances","repo":"theilem/uavSim","repo_kind":"official","path":"src/gym/utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/src/gym/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"a2c1f53a2b3b7f87"}},{"code_sha256_prefix":"153aa00389098f16","entry":"calculate_landing_distances","repo":"theilem/uavSim","repo_kind":"official","path":"src/gym/utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/src/gym/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"153aa00389098f16"}},{"code_sha256_prefix":"9f6d4dc33546086a","entry":"calculate_shadowing","repo":"theilem/uavSim","repo_kind":"official","path":"src/gym/utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/src/gym/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"9f6d4dc33546086a"}},{"code_sha256_prefix":"b4909cfbe907bd79","entry":"getattr_recursive","repo":"theilem/uavSim","repo_kind":"official","path":"utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b4909cfbe907bd79"}},{"code_sha256_prefix":"e4b9c8f2263b5b24","entry":"getattr_recursive","repo":"XGX-CURRY/uavSim","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGX-CURRY/uavSim/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"e4b9c8f2263b5b24"}},{"code_sha256_prefix":"3095d6f31688db4c","entry":"getattr_recursive_","repo":"theilem/uavSim","repo_kind":"official","path":"utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"3095d6f31688db4c"}},{"code_sha256_prefix":"25b3547a6b165090","entry":"pad_centered","repo":"XGX-CURRY/uavSim","repo_kind":"listed","path":"src/StateUtils.py","file_url":"https://github.com/XGX-CURRY/uavSim/blob/HEAD/src/StateUtils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"25b3547a6b165090"}},{"code_sha256_prefix":"090b8510bfaa7d78","entry":"polynomial_activation","repo":"theilem/uavSim","repo_kind":"official","path":"src/trainer/trainer.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/src/trainer/trainer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"090b8510bfaa7d78"}},{"code_sha256_prefix":"5bda7405a5ea8f9c","entry":"read_config","repo":"XGX-CURRY/uavSim","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGX-CURRY/uavSim/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"5bda7405a5ea8f9c"}},{"code_sha256_prefix":"29ae5e96e15b8a6e","entry":"setattr_recursive","repo":"theilem/uavSim","repo_kind":"official","path":"utils.py","file_url":"https://github.com/theilem/uavSim/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"29ae5e96e15b8a6e"}},{"code_sha256_prefix":"b73771b17be0a364","entry":"setattr_recursive","repo":"XGX-CURRY/uavSim","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/XGX-CURRY/uavSim/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b73771b17be0a364"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}