Pith. sign in

REVIEW 3 major objections 6 minor 6 cited by

Learning Dynamic Weight Adjustment for Spatial-Temporal Trajectory Planning in Crowd Navigation

T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper claims that a reinforcement-learned policy that adjusts the five objective weights of a spatial-temporal trajectory planner online reduces active collisions and sustains high mission completion in dense crowds, including a 300…

desk verdict A sound extension of learned planner-weight adjustment to spatial-temporal trajectory optimization, but the fixed-weight baseline is too thin to support the headline safety claim. read the letter →

arxiv 2412.00555 v1 pith:E42RMH7U submitted 2024-11-30 cs.RO

classification cs.RO
keywords crowdnavigationdynamicweightadjustmentspatial-temporaltrajectoryplanningreinforcementlearningsociallyawaremobilerobotcollisionavoidanceadaptiveplanner
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Robot navigation in crowds normally commits to a fixed balance of planning objectives: time, smoothness, comfort, distance to walls, and distance to people. This paper argues that the right balance changes with context, and that a neural network can be trained to pick it. The policy outputs five weights for a spatial-temporal trajectory optimizer at 1 Hz, using local maps of static obstacles and predicted pedestrian motion. Across three simulated scenes the adaptive weights give lower active collision counts and higher mission completeness than any single fixed weight set, the DWA-based adaptive baseline, and a learning-based velocity-obstacle planner. A 300 m real-world corridor run with a delivery robot shows the scheme working end to end.

What carries the argument

The load-bearing object is the weighted spatial-temporal trajectory optimization paired with a policy network that selects its weights. The planner represents the robot trajectory as fifth-order polynomial pieces, treats jerk as the control input, and minimizes control effort plus weighted penalties on duration, velocity and acceleration feasibility, yaw rate, static obstacle clearance, and pedestrian clearance. The policy is a CNN and MLP actor trained with PPO on observations consisting of two 50x50 grid maps, one for static obstacles plus the previous plan and one for pedestrian positions and constant-velocity predictions, together with the robot's speed and heading. The mechanism works because the weight vector is low-dimensional but expressive: at 1 Hz it rescales the planner's priorities without altering the optimization structure.

What would settle it

Take the trained policy into a crowded scene whose pedestrians do not follow the social-force or constant-velocity assumptions used in training, for example groups that suddenly cross or stop, and count active collisions at 50 Hz under contact checking; if the adaptive weights do not produce fewer active collisions than the fixed balanced set ST(all=1), the central claim of transferable adaptive safety is not supported.

Watch

Extended reading notes

Core claim

The paper's central claim is that the weights in a spatial-temporal trajectory optimization should be treated as actions of a control policy rather than hand-tuned constants. The planner minimizes a cost combining control effort, trajectory duration, feasibility violations, yaw-rate excess, and proximity to static and dynamic obstacles, weighted by five factors. A PPO-trained actor outputs these five weights each second from a 50x50 grid map encoding the static environment, the previous plan, and current and predicted pedestrian positions, plus robot speed and heading. The paper reports that this dynamic adjustment outperforms six fixed-weight configurations, a dynamically weighted DWA planner, and DRL-VO in mission completeness and collision counts across the three test scenes, and that the policy visibly raises the human-avoidance weight in human-dense areas and the static-avoidance weight near obstacles. The real corridor experiment is offered as feasibility evidence that the trained policy transfers to hardware.

Load-bearing premise

The policy's reported safety and completeness gains transfer from the single simulated training corridor with 17 social-force pedestrians to the three test scenes and the real 300 m corridor; if that transfer gap is large, the gains are artifacts of the training distribution.

Editorial extensions

If this is right

  • A single policy, not per-scene manual tuning, can keep a trajectory optimizer safe across scenes with very different obstacle and crowd densities.
  • The learned relative scale of weights is itself a finding: static and dynamic clearance weights are kept small while time and feasibility weights dominate, contradicting the intuition that avoidance terms should be largest.
  • The policy can be queried at 1 Hz while the planner replans on newer sensor data, so the framework fits onboard computers with modest inference budgets.
  • Failures of single-objective weight settings, such as aggressive motion, getting stuck, and sharp yaw changes, are avoided by context-dependent adjustment.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same weight-prediction recipe could be applied to other optimization-based planners beyond spatial-temporal trajectory optimization; the paper establishes the recipe but tests only one planner family.
  • Robustness to imperfect pedestrian tracking is not tested: training assumes clean positions and velocities from the simulator, so noisy real-world detections could degrade the predicted weights; a natural extension is training with observation noise.
  • Because the reward treats slow contacts below 0.4 m/s as minor, the policy is optimized against a safety metric that ignores low-speed contact; deployments with stricter safety standards would need a different reward threshold.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes a reinforcement-learning-based policy that dynamically outputs the five weights of a spatial-temporal trajectory optimization planner for crowd navigation. The policy receives local occupancy maps, predicted pedestrian motion, and the robot's kinematic state, and it is trained with PPO in a single simulated indoor corridor with 17 social-force pedestrians. The authors evaluate the method in three simulated scenes against a fixed-weight version of the same planner, a learned dynamic DWA baseline (DADWA), and DRL-VO, reporting mission completeness, time, distance, collision runs, and total collision counts over 100 runs per condition. A qualitative real-world deployment in a 300 m corridor with four illustrative events is also described. The central claim is that learned dynamic weight adjustment yields lower active collision counts and high completeness compared to fixed-weight planning and the selected learning baselines.

Significance. If the claims hold, the paper makes a useful empirical contribution: it combines a modern spatial-temporal optimizer with a learned weight-selection policy, and it includes a real-world demonstration, which is relatively rare in this literature. The formulation is clearly described, the observation encoding is reasonable, and the comparison to DADWA and DRL-VO provides some context. However, the paper does not ship code or machine-checked artifacts, and the evidence for its central claim is weakened by the fixed-weight baseline construction, the absence of statistical error bars, and the narrow training distribution. The real-world experiment is only qualitative. These issues make the contribution promising but not yet fully established.

major comments (3)
  1. [Section V.A, Table I] The fixed-weight baseline is not a fair representation of fixed-weight planning. Only six hand-picked weight settings are evaluated: all weights equal to 1, and five settings where exactly one weight is set to 5. The paper's own introduction states that choosing appropriate weights 'often requires multiple trials' (Section I), yet no search, optimization, or per-scene tuning of the fixed weights is reported. The claimed advantage over 'fixed-weight planning' as a general class is therefore not established; a reasonably tuned fixed weight vector might achieve comparable collision counts and completeness. Please add a stronger baseline, such as grid search or Bayesian optimization over the weight space, and report the best fixed-weight performance per scene, or at least a set of random weight configurations with statistics.
  2. [Section V.A, evaluation protocol] The results in Table I are reported as single-point estimates over 100 runs, but no standard deviations, confidence intervals, or number of random seeds are provided. Collision counts and completeness rates are stochastic; for example, the completeness difference between the proposed method (98%) and ST(all=1) (93%) could be within noise. The total collision count advantage (81 vs 328 in Scene 1) appears large, but without variance estimates it is impossible to assess whether the differences are systematic. Please report results across multiple seeds (e.g., train the policy with 3-5 seeds and evaluate each) and provide error bars or confidence intervals for all metrics.
  3. [Section IV, training setup; Section VI, conclusion] The policy is trained in a single simulated corridor layout with 17 pedestrians using the social force model, and the paper's own conclusion admits that 'more diverse simulation environments' are needed to validate the consistency of the learned strategies. Because the central claim is that the policy generalizes across the three test scenes (which differ in obstacle density, pedestrian count, and layout), the paper should provide more evidence of transfer. At minimum, report an ablation with a second training environment or a quantitative analysis of when the learned weights change in the test scenes, beyond the three qualitative examples in Figure 6. Without such evidence, the cross-scene results may reflect the specific training distribution rather than a general adaptive strategy.
minor comments (6)
  1. [Section V.B] The real-world experiment is described only qualitatively through four events. Please report quantitative metrics such as mission completeness, number of collision events (including low-speed contacts), total distance, average speed, and the number of pedestrians encountered. This would make the feasibility claim more substantial.
  2. [Section III.C] The reward function and the evaluation metrics are closely aligned: the reward penalizes time and collisions, and the evaluation reports collision counts and completion time. This is not a fatal issue because comparisons to DADWA and DRL-VO remain meaningful, but the paper should explicitly acknowledge that part of the observed improvement is a check that the RL training optimized what it was asked to optimize, and it should state what additional behaviors (e.g., social comfort) are not captured by the metrics.
  3. [Abstract and Section V.A] The term 'state-of-the-art learning-based methods' is used, but the comparison set consists of only two methods (DADWA and DRL-VO), and DADWA is a re-implementation by the authors. Please soften this claim or add more recent baselines from the socially aware navigation literature.
  4. [Table I and Figure 6] The weight values in Figure 6 are presented qualitatively; please include a scale or a table of the exact weight vectors for the shown situations. Also, in the video link in the abstract, there is a space in the URL ('nSCbNaaF VM'); please correct it.
  5. [Section II] Equation (5) uses 'do,th - do(t)' for both static and dynamic obstacles, but the notation is slightly ambiguous because the subscript 'o' is reused. Please clarify the definitions of ds(t), dh(t), and the corresponding thresholds before the equation.
  6. [Section V.A] The definition of 'active collision' (contact while robot speed is above vsafe = 0.4 m/s) is reasonable, but the paper should also report the number of all contacts, or at least state that low-speed contacts were negligible or are excluded because they are not dangerous. Otherwise the reader cannot judge whether the safety improvement is partly an artifact of the threshold.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the dynamic-weight policy is validated against external baselines in held-out scenes; reward/evaluation overlap is objective alignment, not a reduction.

full rationale

Walking the derivation chain: Eq. (6) defines the trajectory optimization with weights w_t; Section III trains a policy π_φ to output those weights by maximizing expected cumulative reward (Eq. 8) with reward components in Eqs. (9)-(12) penalizing time, collisions, and rewarding goal arrival. Section V evaluates the resulting policy in three held-out simulated scenes and a real corridor, comparing against fixed-weight ST baselines, DADWA, and DRL-VO. The evaluation metrics (completeness, time, collided runs, TCC) overlap with the reward terms, but this is an alignment of objective and metric, not a circular derivation: the policy is not fit to the test scenes, the baselines are external, and the fixed-weight comparisons are explicitly enumerated rather than inferred. The fixed-weight baseline uses only six hand-picked settings (all weights = 1, and five settings with one weight = 5), which is a legitimate concern about baseline strength/experimental design, but it is not a circularity: the paper does not claim these are optimized fixed weights. There is no self-citation chain, no imported uniqueness theorem, and no ansatz smuggled via citation; the planner core is cited to external work [21] and the RL method to PPO [23]. The conclusion's statement that more diverse environments are needed to validate consistency is an honest limitation, not a circular step. Hence score 0.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

No new entities or physical quantities are introduced. The central claim rests on hand-chosen planner thresholds, hand-designed reward constants, the social force model as a stand-in for real crowds, and constant-velocity pedestrian prediction. These are modeling and tuning choices rather than fitted physical parameters.

free parameters (4)
  • Planner soft-limit thresholds (v_th, a_th, theta_dot_th, d_s_th, d_h_th) = 1.0 m/s, 1.0 m/s^2, 0.2 rad/s, 1.0 m, 1.0 m; real-world v_th=0.6 m/s
    Chosen by hand in Section V, they define the feasibility, yaw-rate, and obstacle costs in Eq. (3)-(5), directly shaping the optimized trajectories.
  • Reward constants (r_time, r_collision, r_goal, early termination penalty) = -10, -150/-50, 50, -1500
    Hand-set in Section III-C and IV; these determine the trade-off the RL policy learns and are not derived from data.
  • Collision severity threshold v_safe = 0.4 m/s
    Chosen based on safety tests of the robot model in Section III-C; used both in the reward and in the evaluation metric for active collisions.
  • PPO hyperparameters and exploration schedule = gamma=0.99, learning rates 1e-3/3e-4, std 0.6 decay 0.05 per 200 episodes to 0.1
    Hand-selected training settings in Section III-B; they affect convergence and the final policy but are not fit to an external benchmark.
assumptions (4)
  • domain assumption Pedestrian motion in training and test simulations follows the social force model.
    Section IV states that pedestrians walk back and forth 'simulated using the social force model'. Real human crowd behavior may differ significantly, and the paper's sim-to-real transfer claim depends on this approximation.
  • domain assumption Pedestrian future motion is predicted by constant velocity for the observation map and planner costs.
    Section III-A says the estimated motion is 'an approximation based on the assumption of constant pedestrian velocity'. The planner and policy rely on this prediction, which is short-horizon and may fail for interactive crowds.
  • standard math The car-like robot is differentially flat, so trajectories can be represented as polynomial curves with jerk as control input.
    Section II invokes [21] and [22] for this flatness property and polynomial representation. This is a standard modeling assumption for the robot platform.
  • standard math PPO training converges to a performant policy.
    The paper uses PPO [23] without convergence guarantees; this is the standard RL assumption that enough episodes produce a useful policy, supported empirically by the reported results.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning Dynamic Weight Adjustment for Spatial-Temporal Trajectory Planning in Crowd Navigation." pith.science (2026). https://pith.science/paper/E42RMH7U

@misc{pith2026241200555,
  author       = {Pith},
  title        = {Pith review of: Learning Dynamic Weight Adjustment for Spatial-Temporal Trajectory Planning in Crowd Navigation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/E42RMH7U}},
  note         = {Machine review of arXiv:2412.00555}
}
read the original abstract

Robot navigation in dense human crowds poses a significant challenge due to the complexity of human behavior in dynamic and obstacle-rich environments. In this work, we propose a dynamic weight adjustment scheme using a neural network to predict the optimal weights of objectives in an optimization-based motion planner. We adopt a spatial-temporal trajectory planner and incorporate diverse objectives to achieve a balance among safety, efficiency, and goal achievement in complex and dynamic environments. We design the network structure, observation encoding, and reward function to effectively train the policy network using reinforcement learning, allowing the robot to adapt its behavior in real time based on environmental and pedestrian information. Simulation results show improved safety compared to the fixed-weight planner and the state-of-the-art learning-based methods, and verify the ability of the learned policy to adaptively adjust the weights based on the observed situations. The approach's feasibility is demonstrated in a navigation task using an autonomous delivery robot across a crowded corridor over a 300 m distance.

Figures

Figures reproduced from arXiv: 2412.00555 by the authors.

Figure 1
Figure 1. The real-world experiment of the proposed method. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. At each time step t, the observed I t s and I t p are concatenated along the channel dimension. This concatenated representation is then encoded by a CNN-based environment encoder fE(.) as shown in [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 2
Figure 2. Diagram illustrating proposed navigation system that integrates sensor data processing with policy learning to adjust [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Training environment. with 17 pedestrians walking back and forth between the ends of the corridors. The pedestrians’ motion is simulated using the social force model. In each episode, the robot starts at one of the four corridor endpoints, with the target set at any of…
Figure 5
Figure 5. Figure 5: Test scenes from left to right: (1) obstacle- and [PITH_FULL_IMAGE:figures/full_fig_p005_5.png]
Figure 6
Figure 6. Figure 6: Three scenarios and the policy output wt. The red circles are the detected obstacles, the purple rectangles outline the planned robot footprint, and the gray arrows represent the pedestrians with estimated velocity. is set to higher values to avoid aggressive heading c…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. AEOS: Active Environment-aware Optimal Scanning Control for UAV LiDAR-Inertial Odometry in Complex Scenes

    cs.RO 2025-09 conditional novelty 6.0 of 10

    AEOS actively rotates a UAV's LiDAR using a hybrid MPC and learned cost map, cutting trajectory error versus fixed-speed and optimization-only baselines in simulations and two real scenes.

  2. UA-MPC: Uncertainty-Aware Model Predictive Control for Motorized LiDAR Odometry

    cs.RO 2024-12 conditional novelty 6.0 of 10

    Uncertainty-aware model predictive control of motor speed reduces LiDAR odometry error by over 60% in simulation while keeping scanning completeness roughly unchanged.

  3. ARMOR: Adaptive Meshing with Reinforcement Optimization for Real-time 3D Monitoring in Unexposed Scenes

    cs.RO 2025-04 conditional novelty 5.0 of 10

    ARMOR couples scanblock-based spatio-temporal normal smoothing with a PPO agent that selects SDF sampling and meshing parameters, reporting improved underground mesh quality over PIN-SLAM.

  4. AToM: Adaptive Theory-of-Mind-Based Human Motion Prediction in Long-Term Human-Robot Interactions

    cs.RO 2025-02 conditional novelty 5.0 of 10

    An adaptive theory-of-mind predictor that fits a game-theoretic human model with an Unscented Kalman Filter can track how human behavior changes across repeated human-robot interactions, improving prediction and downs...

  5. Tire Wear Aware Trajectory Tracking Control for Multi-axle Swerve-drive Autonomous Mobile Robots

    cs.RO 2025-06 conditional novelty 4.0 of 10

    A simulation study showing that adding a model-based tire-wear objective to MPC lowers that same model's wear metric by 19.19% and 65.20% for swerve-drive AGVs, without hardware validation.

  6. SHIFT Planner: Speedy Hybrid Iterative Field and Segmented Trajectory Optimization with IKD-tree for Uniform Lightweight Coverage

    cs.RO 2024-12 reject novelty 4.0 of 10

    SHIFT combines semantic-aware speed control with incremental local replanning to make robot coverage more uniform in dynamic 3D environments.

Reference graph

Works this paper leans on

23 extracted references · 16 canonical work pages · cited by 6 Pith papers

  1. [1]

    A survey on socially aware robot navigation: Taxonomy and future challenges,

    P. T. Singamaneni, P. Bachiller-Burgos, L. J. Manso, A. Garrell, A. Sanfeliu, A. Spalanzani, and R. Alami, “A survey on socially aware robot navigation: Taxonomy and future challenges,” The International Journal of Robotics Research , vol. 0, no. 0, p. 02783649241230562, 0

  2. [2]

    Social force model for pedestrian dynam- ics,

    D. Helbing and P. Moln ´ar, “Social force model for pedestrian dynam- ics,” Phys. Rev. E , vol. 51, pp. 4282–4286, May 1995

  3. [3]

    Tra- jectron++: Dynamically-feasible trajectory forecasting with heteroge- neous data,

    T. Salzmann, B. Ivanovic, P. Chakravarty, and M. Pavone, “Tra- jectron++: Dynamically-feasible trajectory forecasting with heteroge- neous data,” in Computer Vision–ECCV 2020: 16th European Confer- ence, Glasgow, UK, August 23–28, 2020, Proceedings, Part XVIII 16 , pp. 683–700, Springer, 2020

  4. [4]

    Remember intentions: Retrospective-memory-based trajectory prediction,

    C. Xu, W. Mao, W. Zhang, and S. Chen, “Remember intentions: Retrospective-memory-based trajectory prediction,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogni- tion, pp. 6488–6497, 2022

  5. [5]

    From crowd motion prediction to robot navigation in crowds,

    S. Poddar, C. Mavrogiannis, and S. S. Srinivasa, “From crowd motion prediction to robot navigation in crowds,” in 2023 IEEE/RSJ Interna- tional Conference on Intelligent Robots and Systems (IROS) , pp. 6765– 6772, 2023

  6. [6]

    Reciprocal velocity obsta- cles for real-time multi-agent navigation,

    J. van den Berg, M. Lin, and D. Manocha, “Reciprocal velocity obsta- cles for real-time multi-agent navigation,” in 2008 IEEE International Conference on Robotics and Automation , pp. 1928–1935, 2008

  7. [7]

    Toward socially aware robot navigation in dynamic and crowded environments: A proactive social motion model,

    X.-T. Truong and T. D. Ngo, “Toward socially aware robot navigation in dynamic and crowded environments: A proactive social motion model,” IEEE Transactions on Automation Science and Engineering , vol. 14, no. 4, pp. 1743–1760, 2017

  8. [8]

    Dynamic channel: A planning framework for crowd navigation,

    C. Cao, P. Trautman, and S. Iba, “Dynamic channel: A planning framework for crowd navigation,” in 2019 International Conference on Robotics and Automation (ICRA) , pp. 5551–5557, 2019

Show all 23 references
  1. [9]

    Safe robot navigation in a crowd combining nmpc and control barrier functions,

    V . Vulcano, S. G. Tarantos, P. Ferrari, and G. Oriolo, “Safe robot navigation in a crowd combining nmpc and control barrier functions,” in 2022 IEEE 61st Conference on Decision and Control (CDC) , pp. 3321–3328, 2022

  2. [10]

    Winding through: Crowd navigation via topological invariance,

    C. Mavrogiannis, K. Balasubramanian, S. Poddar, A. Gandra, and S. S. Srinivasa, “Winding through: Crowd navigation via topological invariance,” IEEE Robotics and Automation Letters , vol. 8, no. 1, pp. 121–128, 2023

  3. [11]

    The dynamic window approach to collision avoidance,

    D. Fox, W. Burgard, and S. Thrun, “The dynamic window approach to collision avoidance,” IEEE Robotics & Automation Magazine , vol. 4, no. 1, pp. 23–33, 1997

  4. [12]

    Crowd-robot interaction: Crowd-aware robot navigation with attention-based deep reinforce- ment learning,

    C. Chen, Y . Liu, S. Kreiss, and A. Alahi, “Crowd-robot interaction: Crowd-aware robot navigation with attention-based deep reinforce- ment learning,” in 2019 International Conference on Robotics and Automation (ICRA) , pp. 6015–6022, 2019

  5. [13]

    Collision avoidance in pedestrian-rich environments with deep reinforcement learning,

    M. Everett, Y . F. Chen, and J. P. How, “Collision avoidance in pedestrian-rich environments with deep reinforcement learning,” IEEE Access, vol. 9, pp. 10357–10377, 2021

  6. [14]

    In- tention aware robot crowd navigation with attention-based interaction graph,

    S. Liu, P. Chang, Z. Huang, N. Chakraborty, K. Hong, W. Liang, D. Livingston McPherson, J. Geng, and K. Driggs-Campbell, “In- tention aware robot crowd navigation with attention-based interaction graph,” in IEEE International Conference on Robotics and Automation (ICRA), pp. 1...

  7. [15]

    Drl-vo: Learning to navigate through crowded dynamic scenes using velocity obstacles,

    Z. Xie and P. Dames, “Drl-vo: Learning to navigate through crowded dynamic scenes using velocity obstacles,” IEEE Transactions on Robotics, vol. 39, no. 4, pp. 2700–2719, 2023

  8. [16]

    Learning to navigate through crowded environments,

    P. Henry, C. V ollmer, B. Ferris, and D. Fox, “Learning to navigate through crowded environments,” in 2010 IEEE International Confer- ence on Robotics and Automation , pp. 981–986, 2010

  9. [17]

    Socially compliant mobile robot navigation via inverse reinforcement learning,

    H. Kretzschmar, M. Spies, C. Sprunk, and W. Burgard, “Socially compliant mobile robot navigation via inverse reinforcement learning,” The International Journal of Robotics Research , vol. 35, no. 11, pp. 1289–1307, 2016

  10. [18]

    Dwa-rl: Dynamically feasible deep reinforcement learning policy for robot navigation among mobile obstacles,

    U. Patel, N. K. S. Kumar, A. J. Sathyamoorthy, and D. Manocha, “Dwa-rl: Dynamically feasible deep reinforcement learning policy for robot navigation among mobile obstacles,” in 2021 IEEE International Conference on Robotics and Automation (ICRA) , pp. 6057–6063, 2021

  11. [19]

    Dynamic adaptive dynamic window approach,

    M. Dobrevski and D. Sko ˇcaj, “Dynamic adaptive dynamic window approach,” IEEE Transactions on Robotics , vol. 40, pp. 3068–3081, 2024

  12. [20]

    Appl: Adaptive planner parameter learning,

    X. Xiao, Z. Wang, Z. Xu, B. Liu, G. Warnell, G. Dhamankar, A. Nair, and P. Stone, “Appl: Adaptive planner parameter learning,” Robotics and Autonomous Systems , vol. 154, p. 104132, 2022

  13. [21]

    An efficient spatial-temporal trajectory planner for autonomous vehicles in unstructured environments,

    Z. Han, Y . Wu, T. Li, L. Zhang, L. Pei, L. Xu, C. Li, C. Ma, C. Xu, S. Shen, and F. Gao, “An efficient spatial-temporal trajectory planner for autonomous vehicles in unstructured environments,” IEEE Transactions on Intelligent Transportation Systems , vol. 25, no. 2, pp. 1797...

  14. [22]

    Differential flatness of mechanical control systems: A catalog of prototype systems,

    R. M. Murray, M. Rathinam, and W. Sluis, “Differential flatness of mechanical control systems: A catalog of prototype systems,” in Proceedings of the 1995 ASME International Congress and Exposition , 1995

  15. [23]

    Proximal policy optimization algorithms,

    J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” arXiv preprint arXiv:1707.06347, 2017

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.