Papers › Adaptive and Explainable Deployment of Navigation Skills via Hierarchical Deep...

Adaptive and Explainable Deployment of Navigation Skills via Hierarchical Deep Reinforcement Learning

31 May 2023arXiv:2305.19746links table onlyarchive 2025-07-28

Kyowoon Lee, Seongun Kim, Jaesik Choi

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

For robotic vehicles to navigate robustly and safely in unseen environments, it is crucial to decide the most suitable navigation policy. However, most existing deep reinforcement learning based navigation policies are trained with a hand-engineered curriculum and reward function which are difficult to be deployed in a wide range of real-world scenarios. In this paper, we propose a framework to learn a family of low-level navigation policies and a high-level policy for deploying them. The main idea is that, instead of learning a single navigation policy with a fixed reward function, we simultaneously learn a family of policies that exhibit different behaviors with a wide range of reward functions. We then train the high-level policy which adaptively deploys the most suitable navigation skill. We evaluate our approach in simulation and the real world and demonstrate that our method can learn diverse navigation skills and adaptively deploy them. We also illustrate that our proposed hierarchical learning framework presents explainability by providing semantics for the behavior of an autonomous agent.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.19746")

Code

Syntology Ran 5 of 24 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 5 ran; community (archive-listed): 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

leekwoon/hrl-nav officialmentioned in papermentioned on GitHubpytorchMIT report
leekwoon/nav-gym mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 5 ran; 1 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran
19unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clip_magnitude leekwoon/hrl-nav/src/rlkit/pythonplusplus.py official repository ran fingerprinted MIT (permissive) · 93d28ca67303e04b · report
create_stats_ordered_dict leekwoon/hrl-nav/src/rlkit/core/eval_util.py official repository ran MIT (permissive) · fadf5f762ff04cd6 · report
get_average_returns leekwoon/hrl-nav/src/rlkit/core/eval_util.py official repository ran MIT (permissive) · a5d10a0b704c8db7 · report
identity leekwoon/hrl-nav/src/rlkit/pythonplusplus.py official repository ran · honoured contract fingerprinted MIT (permissive) · 9910e2fc297f8665 · report
is_numeric leekwoon/hrl-nav/src/rlkit/pythonplusplus.py official repository ran fingerprinted MIT (permissive) · 4138766e854db009 · report
add_prefix leekwoon/hrl-nav/src/rlkit/core/logging.py official repository unverified MIT (permissive) · 6dc14f1205c31904 · report
append_log leekwoon/hrl-nav/src/rlkit/core/logging.py official repository unverified MIT (permissive) · 46e6d80fdfab6884 · report
high_level_preprocess_obs leekwoon/hrl-nav/src/hrl_nav/hierarchical_networks.py official repository unverified MIT (permissive) · 586e2809ff076392 · report
low_level_preprocess_obs leekwoon/hrl-nav/src/hrl_nav/hierarchical_networks.py official repository unverified MIT (permissive) · 99122a07e5199735 · report
observation_batch_to_dict leekwoon/hrl-nav/src/hrl_nav/hierarchical_env.py official repository unverified MIT (permissive) · e737aeb7a52e2474 · report
observation_batch_to_dict leekwoon/hrl-nav/src/hrl_nav/reward_randomize_env.py official repository unverified MIT (permissive) · 81f8eb8bc3ef1ba5 · report
observation_to_dict leekwoon/hrl-nav/src/hrl_nav/hierarchical_env.py official repository unverified MIT (permissive) · 87c99beae45d5faa · report
observation_to_dict leekwoon/hrl-nav/src/hrl_nav/reward_randomize_env.py official repository unverified MIT (permissive) · d0e19d69ff080b1b · report
angle_correction leekwoon/nav-gym/nav_gym/src/nav_gym_env/utils.py community (archive-listed) unverified MIT (permissive) · 2d7021ec04e923a7 · report
batch_ij_to_xy leekwoon/nav-gym/nav_gym/src/nav_gym_env/env.py community (archive-listed) unverified MIT (permissive) · 93c4164bfdeaa79b · report
batch_xy_to_ij leekwoon/nav-gym/nav_gym/src/nav_gym_env/env.py community (archive-listed) unverified MIT (permissive) · 4d0ee41393f69bdb · report
find_nearest_node leekwoon/nav-gym/nav_gym/src/nav_gym_env/map_generator.py community (archive-listed) unverified MIT (permissive) · 9a021afdebbda6ba · report
get_constellation leekwoon/nav-gym/nav_gym/src/nav_gym_env/map_generator.py community (archive-listed) unverified MIT (permissive) · f42374c639e39b5c · report
ij_to_xy leekwoon/nav-gym/nav_gym/src/nav_gym_env/env.py community (archive-listed) unverified MIT (permissive) · e04f26b9a69ea8ff · report
initialize_map leekwoon/nav-gym/nav_gym/src/nav_gym_env/map_generator.py community (archive-listed) unverified MIT (permissive) · 3b1d78694ddad6a5 · report
log_normal_density leekwoon/nav-gym/nav_gym/src/nav_gym_env/human_policy.py community (archive-listed) unverified MIT (permissive) · 20fd2dcdde887f8c · report
make_circle leekwoon/nav-gym/nav_gym/src/nav_gym_env/ros_env.py community (archive-listed) unverified MIT (permissive) · 0e1d6e1622e25bb1 · report
quaternion_matrix_from_yaw leekwoon/nav-gym/nav_gym/src/nav_gym_env/utils.py community (archive-listed) unverified MIT (permissive) · 21bc8fb230340176 · report
translation_matrix_from_xyz leekwoon/nav-gym/nav_gym/src/nav_gym_env/utils.py community (archive-listed) unverified MIT (permissive) · 78f49afa263a292a · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections