Papers › Learning to Drive in a Day

Learning to Drive in a Day

1 Jul 2018arXiv:1807.00412archive 2025-07-28

Alex Kendall, Jeffrey Hawke, David Janz, Przemyslaw Mazur, Daniele Reda, John-Mark Allen, Vinh-Dieu Lam, Alex Bewley, Amar Shah

We demonstrate the first application of deep reinforcement learning to autonomous driving. From randomly initialised parameters, our model is able to learn a policy for lane following in a handful of training episodes using a single monocular image as input. We provide a general and easy to obtain reward: the distance travelled by the vehicle without the safety driver taking control. We use a continuous, model-free deep reinforcement learning algorithm, with all exploration and optimisation performed on-vehicle. This demonstrates a new framework for autonomous driving which moves away from reliance on defined logical rules, mapping, and direct supervision. We discuss the challenges and opportunities to scale this approach to a broader range of autonomous driving tasks.

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="1807.00412")

Code

Syntology Ran 0 of 22 code samples harvested from 3 repositories linked to this paper; 22 have no recorded run.

By repository: community (archive-listed): 22 samples from 3 repositories, 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.

ZexinLi0w0/R3 mentioned on GitHubpytorch report
ankur-rc/autodrive_ddpg mentioned on GitHub report
araffin/learning-to-drive-in-5-minutes mentioned on GitHubpytorchMIT report
bitsauce/Carla-ppo mentioned on GitHubtfMIT report
nautilusPrime/autodrive_ddpg mentioned on GitHub 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

22 samples harvested; 0 ran; 0 honoured the contract we drafted; 22 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.

22unverified

Licence: 0 of the 22 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 3 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.

EuclideanDistanceOfTwoArray B-C-WANG/ReinforcementLearningInAutoPilot/src/common/Math.py community (archive-listed) unverified MIT (permissive) · 476e97084d993bdd · report
PointEuclideanDistance B-C-WANG/ReinforcementLearningInAutoPilot/src/common/Math.py community (archive-listed) unverified MIT (permissive) · 9cd3951cc9690df9 · report
PointManhattenDistance B-C-WANG/ReinforcementLearningInAutoPilot/src/common/Math.py community (archive-listed) unverified MIT (permissive) · 3be08c616e19292b · report
as_scalar araffin/learning-to-drive-in-5-minutes/algos/custom_ddpg.py community (archive-listed) unverified MIT (permissive) · a7512ef5c4442dcb · report
bce_loss bitsauce/Carla-ppo/vae/models.py community (archive-listed) unverified MIT (permissive) · cc9ec10cd6121f37 · report
bce_loss_v2 bitsauce/Carla-ppo/vae/models.py community (archive-listed) unverified MIT (permissive) · 7e4e11e5573d79e3 · report
build_mlp bitsauce/Carla-ppo/utils.py community (archive-listed) unverified MIT (permissive) · 52cd76f959b4b587 · report
colored_reward B-C-WANG/ReinforcementLearningInAutoPilot/src/ReinforcementLearning/Modules/utils.py community (archive-listed) unverified MIT (permissive) · 9aa5b6ae6396d065 · report
control araffin/learning-to-drive-in-5-minutes/teleop/teleop_client.py community (archive-listed) unverified MIT (permissive) · 7a3cb3b54406c5a5 · report
conv_to_fc araffin/learning-to-drive-in-5-minutes/vae/model.py community (archive-listed) unverified MIT (permissive) · 336792a8829b2c8a · report
create_counter_variable bitsauce/Carla-ppo/utils.py community (archive-listed) unverified MIT (permissive) · 105d78f10aeaf14b · report
create_mean_metrics_from_dict bitsauce/Carla-ppo/utils.py community (archive-listed) unverified MIT (permissive) · 6170c85b07d9ae9d · report
create_reward_fn bitsauce/Carla-ppo/reward_functions.py community (archive-listed) unverified MIT (permissive) · 364e7223f4d9779a · report
kl_divergence bitsauce/Carla-ppo/vae/models.py community (archive-listed) unverified MIT (permissive) · c58cb9a54a9aab94 · report
preprocess_frame bitsauce/Carla-ppo/vae_common.py community (archive-listed) unverified MIT (permissive) · e050c4b636eae696 · report
record B-C-WANG/ReinforcementLearningInAutoPilot/src/ReinforcementLearning/Modules/utils.py community (archive-listed) unverified MIT (permissive) · 01fbad3c85943e3f · report
reflection_matrix B-C-WANG/ReinforcementLearningInAutoPilot/src/thirdParty/transformations.py community (archive-listed) unverified MIT (permissive) · c5aeb2054758da8f · report
replace_float_notation araffin/learning-to-drive-in-5-minutes/donkey_gym/core/tcp_server.py community (archive-listed) unverified MIT (permissive) · 41ef4fefb86dd6fa · report
reward_fn bitsauce/Carla-ppo/CarlaEnv/carla_lap_env.py community (archive-listed) unverified MIT (permissive) · 810da5dae21567b6 · report
reward_kendall bitsauce/Carla-ppo/reward_functions.py community (archive-listed) unverified MIT (permissive) · e0244485db7fab7f · report
translation_from_matrix B-C-WANG/ReinforcementLearningInAutoPilot/src/thirdParty/transformations.py community (archive-listed) unverified MIT (permissive) · 77cb383b0cd2a54e · report
translation_matrix B-C-WANG/ReinforcementLearningInAutoPilot/src/thirdParty/transformations.py community (archive-listed) unverified MIT (permissive) · edeb1406911ce025 · report

Tasks

Autonomous DrivingDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

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