Papers › Real-Time Reinforcement Learning

Real-Time Reinforcement Learning

11 Nov 2019NeurIPS 2019 12arXiv:1911.04448archive 2025-07-28

Simon Ramstedt, Christopher Pal

Markov Decision Processes (MDPs), the mathematical framework underlying most algorithms in Reinforcement Learning (RL), are often used in a way that wrongfully assumes that the state of an agent's environment does not change during action selection. As RL systems based on MDPs begin to find application in real-world safety critical situations, this mismatch between the assumptions underlying classical MDPs and the reality of real-time computation may lead to undesirable outcomes. In this paper, we introduce a new framework, in which states and actions evolve simultaneously and show how it is related to the classical MDP formulation. We analyze existing algorithms under the new real-time formulation and show why they are suboptimal when used in real-time. We then use those insights to create a new algorithm Real-Time Actor-Critic (RTAC) that outperforms the existing state-of-the-art continuous control algorithm Soft Actor-Critic both in real-time and non-real-time settings. Code and videos can be found at https://github.com/rmst/rtrl.

PaperPDFConference PDFCodeCode 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="1911.04448")

Code

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

By repository: official repository: 12 samples from 2 repositories, 0 ran; community (archive-listed): 4 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.

rmst/rtrl officialmentioned in papermentioned on GitHubpytorchMIT report
elementai/avenue officialmentioned in paperMIT 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

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

16unverified

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

collate rmst/rtrl/rtrl/util.py official repository unverified MIT (permissive) · 37983d1795ec599f · report
compute_assed_id elementai/avenue/avenue/util.py official repository unverified MIT (permissive) · 9e6f271628db1153 · report
compute_asset_path elementai/avenue/avenue/util.py official repository unverified MIT (permissive) · 3898cde4a2e9842f · report
concat_spaces_from_dict elementai/avenue/avenue/wrappers.py official repository unverified MIT (permissive) · 38e629a2f8bc42de · report
copy_shared rmst/rtrl/rtrl/nn.py official repository unverified MIT (permissive) · f3ed23b35cd6dba4 · report
dqn_conv rmst/rtrl/rtrl/nn.py official repository unverified MIT (permissive) · c64381a3a6c81fd5 · report
float64_to_float32 rmst/rtrl/rtrl/wrappers.py official repository unverified MIT (permissive) · d4a1d5bcb45f2a7b · report
get_wrapper_by_class rmst/rtrl/rtrl/wrappers.py official repository unverified MIT (permissive) · 49fd27673ae96565 · report
min_max_norm elementai/avenue/avenue/util.py official repository unverified MIT (permissive) · bbaf3f539ccf9404 · report
no_grad rmst/rtrl/rtrl/nn.py official repository unverified MIT (permissive) · 064f68f60a5e4279 · report
partition rmst/rtrl/rtrl/util.py official repository unverified MIT (permissive) · c0504dae0e2af9cc · report
shallow_copy rmst/rtrl/rtrl/util.py official repository unverified MIT (permissive) · 592c3fc322538b71 · report
basis_oriented_quaternion yannbouteiller/gym-airsimdroneracinglab/gym_game_of_drones/envs/multi_agent/gym_airsimdroneracinglab/airsimdroneracinglab_env.py community (archive-listed) unverified MIT (permissive) · 4f1fcee7a0959171 · report
quaternion_to_euler yannbouteiller/gym-airsimdroneracinglab/gym_game_of_drones/dataset_collector_game.py community (archive-listed) unverified MIT (permissive) · 445cd0db640c75dc · report
quaternion_to_yaw yannbouteiller/gym-airsimdroneracinglab/gym_game_of_drones/envs/multi_agent/gym_airsimdroneracinglab/rewardfunction.py community (archive-listed) unverified MIT (permissive) · b4dafd10c6a29ce4 · report
quaternions_to_gate_yaw_cos yannbouteiller/gym-airsimdroneracinglab/gym_game_of_drones/envs/multi_agent/gym_airsimdroneracinglab/rewardfunction.py community (archive-listed) unverified MIT (permissive) · fa1168e9585a6ae1 · report

Tasks

Continuous ControlReinforcement LearningReinforcement Learning (RL)continuous-controlreinforcement-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