English

Deep Deterministic Path Following

Robotics 2021-04-14 v1 Machine Learning

Abstract

This paper deploys the Deep Deterministic Policy Gradient (DDPG) algorithm for longitudinal and lateral control of a simulated car to solve a path following task. The DDPG agent was implemented using PyTorch and trained and evaluated on a custom kinematic bicycle environment created in Python. The performance was evaluated by measuring cross-track error and velocity error, relative to a reference path. Results show how the agent can learn a policy allowing for small cross-track error, as well as adapting the acceleration to minimize the velocity error.

Keywords

Cite

@article{arxiv.2104.06014,
  title  = {Deep Deterministic Path Following},
  author = {Georg Hess and William Ljungbergh},
  journal= {arXiv preprint arXiv:2104.06014},
  year   = {2021}
}
R2 v1 2026-06-24T01:06:41.343Z