March 05, 2025
The efficient simulation of stochastic systems is a cornerstone of many critical applications, ranging from rare-event estimation to gradient estimation in Reinforcement Learning. In many practical scenarios, the underlying dynamics of a system are complex, poorly characterized, or entirely unknown, placing us essentially in a model-free setting. In such contexts, strategies for exploring the state space where the stochastic dynamics live and gathering informative samples are paramount. This work investigates two powerful and general mechanisms for enhancing the efficiency of stochastic simulations: parallelization and restarting. We aim to provide a rigorous probabilistic analysis of these strategies, with applications focused on key model-free problems such as estimating small probabilities for stochastic processes with unknown dynamics and the challenge of efficient exploration in Reinforcement Learning (RL).
A canonical problem in probability and statistics is the estimation of the probability that a stochastic process reaches a rare, distant state within a finite time horizon. Standard Monte Carlo methods fail as the event of interest is rarely observed. A common technique for accelerating rare event simulation is importance sampling, [1] which involves simulating the process under an alternative “twisted" measure that makes the rare event more likely, and then correcting this change of measure via likelihood ratios. However, importance sampling is not a viable solution in the model-free settings as its application requires exact knowledge of the underlying process dynamics to construct the optimal change of measure. When the dynamics are unknown or too complex to model — as is often the case in large-scale RL environments or with intractable stochastic processes—this precise knowledge is unavailable, rendering importance sampling inapplicable. Moreover, an estimation scheme for the change of measure is usually of very large variance. It is precisely this limitation that motivates the use of blind or model-free strategies, such as parallelization and restarting, which do not require explicit knowledge of the system dynamics.
Parallelization—running multiple independent simulations concurrently—seems a natural remedy, as it increases the chances of observing the rare event. However, under a fixed total computational budget, a critical trade-off emerges: should one allocate the entire budget to a single, long simulation, or distribute it among many shorter, parallel runs? The answer is not trivial, as splitting the budget too finely may deprive each simulation of the necessary time to reach the rare state. We analyze this trade-off quantitatively, identifying a sharp phase transition in the success probability as a function of the number of parallel runs.
Beyond parallelization, restart strategies offer another avenue for improvement. Instead of letting simulations run in potentially unfruitful regions of the state space, a restart mechanism halts them and re-initializes them from more promising states, effectively redirecting computational effort. This restarting mechanism is particularly powerful in scenarios where certain regions are more likely to lead to the target event. A well-designed restart policy can prevent the waste of resources on trajectories with a low probability of success and serves as a practical, model-free alternative to importance sampling.
Several recent works have addressed the efficient exploration challenge, in particular for RL. For example, the Go-Explore approach in [2] introduces an innovative solution by distinctly separating the exploration and exploitation phases. This method allows the algorithm to maintain a repository of promising states, which can be revisited for further exploration, significantly enhancing the ability to discover and leverage rare or hard-to-reach states. Another example is found in [3] based on the paradigm of Fleming-Viot particle system, introduced by [4]. In this framework, a population of particles (which can represent different simulations in parallel) evolves over time, exploring the state space in parallel. When a particle falls into a less promising region, it is “restarted" by being replaced with a copy of another, more promising particle. This ensures that resources are concentrated on exploring the most fruitful areas of the state space.
Beyond RL, stochastic restarting has been studied extensively across disciplines such as statistical physics, computer science, and network theory, primarily to minimize expected task-completion times modeled via first-passage times (see, e.g., [5]–[7]). In contrast, our work focuses on the asymptotic behavior of the full distribution of passage times, studying large-deviation regimes and rare-event phenomena through asymptotic estimates, bounds, and threshold effects rather than expectations. While related analytic frameworks for Markov processes with restart—addressing ergodicity, quasi-stationary distributions, and connections to Fleming–Viot systems—are developed in [8], our results concern finer asymptotics for more restricted process classes and different probabilistic questions. Our work also differs from [9], which analyzes large deviations for the long-time asymptotics with stochastic restart to a fixed state. In contrast, we consider large deviations with respect to a spatial parameter modeling the complexity of exploring the state space.
Despite the promise of parallel simulation techniques and restart mechanisms, there is a lack of quantitative evidence of their potential benefits. Specifically, the extent to which these strategies improve exploration efficiency and yield better learning outcomes remains unclear. We aim to fill this gap by providing a detailed analysis of the impact of parallel simulations combined with restart mechanisms on the exploration process, modeled as the task of reaching a specific subset of the state space. To achieve this, we use a simplified model based on toy dynamics, specifically random walks and Lévy processes. These processes are chosen for their mathematical tractability and their ability to capture fundamental aspects of the problem, allowing explicit analytical results. Although these dynamics are simple, they provide crucial insights into the mechanisms that govern exploration, forming the basis for future work with more involved Markovian dynamics. By employing this framework, we examine two key aspects of exploration:
Exploration complexity, encapsulated by a parameter that quantifies the fluctuations necessary to achieve effective exploration and reach the target subset of the state space,
Exploration diversity, represented by the number of parallel simulations employed, which increases the breadth of the state-space search and enhances the likelihood of encountering rare, high-reward states within the target subset.
We focus our analysis on a specific regime where the exploration complexity scales linearly with the simulation budget. The toy dynamics framework allows us to examine these parameters within finite time budgets systematically and to quantify how parallel simulations improve efficiency by leveraging diversity, while restarting mechanisms enable particles to avoid stagnation by redirecting effort toward more promising regions of the state space, ultimately facilitating the achievement of the exploration goal.
Our approach relies on the systematic analysis of these strategies under finite time budgets, using analytical techniques based on exponential martingales to quantify the effects of parallel simulations and restarting mechanisms. By addressing the interplay between exploration diversity and the power of parallelization and restarting mechanisms, our work provides novel insights into efficient exploration strategies and lays the groundwork for further investigations into more complex stochastic dynamics.
Through this investigation, our goal is not only to demonstrate the potential utility of these techniques but also to delineate their limitations. Understanding these nuances is crucial for developing more efficient stochastic simulations in model-free settings such as RL, particularly in environments characterized by sparse rewards. Ultimately, our findings aim to provide actionable insights into when and how to leverage parallel simulations and restarting strategies to optimize exploration, thereby advancing the field in both theory and practice.
In this work, we model exploration as a one-dimensional stochastic process, often referred to as a particle, aiming to reach a target subset of the state space. This target, represented as a barrier, captures a potentially informative state that is difficult to attain, making it essential to devise strategies that maximize the probability of success within a finite time budget and to quantify the resulting improvements. In the following we summarize our main findings and key take-away messages.
Phase Transition in Reaching Probabilities. We identify a striking phase transition in the probability of reaching the target subset of the state space as a function of the number of parallel simulations \(N\). In Theorems 1 and 2, we rigorously show that when the time budget scales linearly with the barrier level, there is a sharp transition in performance. Our analysis is based on large deviations techniques and the transition happens at a certain threshold which we present explicitly. Below this threshold, concentrating the entire budget on a single particle is optimal. If the budget, when split into \(N\) parts, remains above the threshold, then distributing it among \(N\) particles significantly improves the probability of success. However, using too many particles—thereby reducing the time available to each beyond the threshold—results in exponentially diminished performance.
Optimal Number of Parallel Simulations. In view of the previous point, a critical contribution is then the determination of an optimal number of parallel simulations, \(N^*\), that balances the trade-off between exploration diversity and the time allocated to each particle. This optimal \(N^*\) depends intricately on the time budget and the large deviations characteristics of the particles dynamics, but in terms of the phase transition mentioned above it can be characterized as the largest integer for which the split budget exceeds the threshold.
Exponential Boost via restarting strategy. To overcome stagnation and improve the probability of reaching the target, we introduce a restarting mechanism inspired by mechanisms described, for instance, in [3]. We study an idealized situation in which this mechanism replaces particles with a low likelihood of success and restarts them at new initial positions sampled from a given measure. Our theoretical results (Theorem 3) demonstrate that this restarting strategy can substantially enhance the probability of success. The improvement is quantified by a factor proportional to the time budget and the exponential moments of the measure associated with the restarting mechanism. A particularly interesting restarting measure is a quasi-stationary distribution (QSD) over a set representing high-probability regions for successful trajectories. For these restarting measures, we can obtain sharper asymptotics using different methods that exploit the QSD properties. We note that this restarting strategy can be well approximated in practice by selection mechanisms such as the Fleming-Viot or Aldous-Flanary-Palacios algorithms (see [10] and the references therein). These schemes enable practical implementation and adequate sampling of initial positions, making the restarting mechanism computationally feasible in real-world scenarios.
Finally, from a practical point of view, we present contributions in two directions for queueing systems. The first one corresponds to the problem of estimating small probabilities. We analyze the interplay between the probability of exploration and the efficiency of the associated estimation method. For the particular case of an M/M/1 queue, we show that the variance of the vanilla Monte Carlo estimator is essentially determined by the typical exploration time. The second, with broader impact, addresses efficient exploration in RL. In RL environments with sparse rewards, the core of the efficient exploration challenge lies in the inability of algorithms such as policy gradient methods to perform effective policy updates (see [2] and references therein). These methods estimate the gradient of the expected return with respect to the policy parameters. This estimation relies crucially on exploring the state space; if the agent fails to reach rewarding states, the gradient estimates are biased and ineffective. Our work addresses this specific issue: we aim to improve gradient estimation (hence policy evaluation under a fixed policy) not by changing the policy, but by enhancing the exploration process used to evaluate it. The M/M/1/K queue considered in [3] is reanalized here to illustrate our results.
In Section 2, we introduce the models for the exploration process, which represent the dynamics of the exploration phase in RL. Like the rest of the paper, this section is divided into two parts. The first part analyzes the effects of parallel exploration, and the second part analyzes our restarting mechanism. Section 3 presents our main results for the two scenarios described above, after some necessary preliminaries. Main results are discussed in generality and illustrated through numerical simulations for concrete instances. In Section 4, we prove Theorems 1 and 2 related to parallel exploration. In Section 5 we prove Theorem 3 for exploration with a general restarting measure and in Section 6 we prove Theorem 4 for a QSD restarting measure. Finally, appendices are devoted to practical applications of our work.
We now formally introduce the models for exploration, using random walks and Lévy processes as simplified toy models. We focus on the probability of reaching a distant state \(x\) from an initial position of \(0\), with the drift component encoding the difficulty of exploration. The drift represents the inherent challenge in progressing towards the target state, where a stronger drift away from the target reflects a more difficult exploration task.
We consider scenarios where the total time budget scales with \(x\), allowing us to examine how exploration strategies perform as the target’s reaching difficulty increases. Two specific strategies are explored: the first investigates parallel exploration under a fixed time budget, while the second examines the effects of restarting the process when it crosses a predefined threshold. Although these models are simplified, they provide critical insights into the fundamental principles that govern the effectiveness of exploration strategies in RL, particularly in challenging environments where reaching an unlikely target state is the goal.
Let \(\{Z_i(t)\}_{t\in I}, i \in \{1,\dots,N\}\), where \(I= \mathbb{N}\) or \(I= \mathbb{R}^+\), be a family of one-dimensional random walks or Lévy processes. Define further \[\begin{align} \tau_i(x) &\coloneq \inf \{ t\in I:\;\;Z_i(t) \ge x\}, \\ \tau^{(N)}(x)& := \min \{ \tau_1(x), \tau_2(x), \dots, \tau_N(x) \}, \label{def:tau} \end{align}\tag{1}\] the time it takes particle \(i\) to reach state \(x\), and the first time one of \(N\) particles reaches \(x\), respectively.
First, the case of \(N\) parallel independent simulations is analyzed. We introduce as performance criterion for exploration the probability that starting from \(0\), one of the simulations reaches the rare state \(x\) within a given time budget \(B(x)/N\), i.e. \[\PP\Big( \tau^{(N)}(x) \leq B(x)/N \Big).\]
We aim at characterizing this probability (as a function of \(N\)) in the regime where the total simulation budget, \(B(x)\), satisfies \(x = C\cdot B(x) + o \left(\sqrt{B(x)}\right)\), for \(x\) large and \(C\) some positive constant. This is the focus of Theorem 1 for random walks and Theorem 2 for Lévy processes.
Our second model incorporates a restart mechanism into the dynamics of a random walk or a Lévy process. The ingredients of the model are: a positive number \(x>0\) (the rare state we want the process to reach), a probability measure \(\nu_x\) supported on \((0,x)\), and a discrete random walk or a Lévy process \(Z = \{Z(t)\}_{t\in\RR^+}\). The trajectories of the process under study can be viewed as a concatenation in time of independent and identically distributed cycles, each consisting of sampling a state \(y_0\) from \(\nu_x\) and simulating the trajectory of \(y_0+Z(t)\) until the first time it exits the interval \((0,x)\).
Our goal is to analyse the first passage time over \(x\) of the restarted process, and compare it with the corresponding one for the process without restart. The conditions required on the family of restart measures to improve algorithmic performance are quite general. Essentially, it suffices that each \(\nu_x\) be stochastically dominated by a non-degenerate measure possessing a finite second moment. We also examine in detail the case where restart occurs according to the unique quasi-stationary measure of the process \(Z\) absorbed at \(\RR^+\setminus (0,x)\) (see Section 3.4 for precise definitions). Our motivation for this particular mechanism (restarting from quasi-stationary distributions) is that the resulting process approximates complex particle dynamics built upon a given Markov process, a key example, as noted earlier, being the class of Fleming–Viot particle systems. Our model is indeed an approximation of the Fleming-Viot dynamics since the stationary distribution of the \(N-\) particle system approximates the quasi-stationary distribution associated with the underlying Markov process absorbed upon reaching \(A\), as \(N\) goes to infinity (see Appendix II for more details).
After introducing due notation, we present our results for each strategy.
Let \(Z(t) = X_1+\dots+X_t\), \(t\in\NN\) be a random walk with independent increments all distributed as a random variable \(X\). We will always assume that \(X\) is not deterministic, meaning that it is not concentrated on a single value, and that it may take both positive or negative values with positive probability. The moment-generating function (mgf) of \(X\), \(\varphi(\lambda):= \EE[\exp(\lambda X)]\), is strictly convex on the interior points of the set \(\Lambda\) (\(\text{int}(\Lambda)\)) where \(\Lambda := \{\lambda\in \RR:\;\varphi(\lambda) <+\infty\}.\) The following condition is usually referred to as the right Cramér condition: \[\label{right95cramer95cond} \Lambda_+ := (0,+\infty)\cap \text{int}(\Lambda)\;\textit{is non empty,}\tag{2}\] We will work under further additional assumptions: \[\label{diff95mgf} \textit{ \varphi is at least twice differentiable in } \Lambda_+,\tag{3}\] and \[\label{positive95cramer95exp} \textit{There exists } \lambda^* \in \Lambda_+:\;\psi(\lambda^*) = 0 \quad \text{ where } \quad \psi(\lambda)\mathrel{\vcenter{:}}= \log \varphi(\lambda)\tag{4}\]
Note that \(\EE[X] = \psi'(0)\) and assumptions 2 , 3 and 4 imply that \(\EE[X] < 0\) and \(\psi'(\lambda^*) > 0\), since \(\psi(\lambda^*) = \psi(0)\) and \(\varphi\) is strictly convex. Let \(\tau(x)\) denote the first time the random walk reaches level \(x\), defined as: \[\label{def:passage95time} \tau(x) := \inf\{ t \geq 0 : Z(t) \geq x \}.\tag{5}\] Furthermore, let \(\tau^{(N)}(x)\) represent the minimum of \(N\) independent random times, each distributed as \(\tau(x)\), i.e., \[\label{def:min95of95passage95times} \tau^{(N)}(x) := \min \{ \tau_1(x), \tau_2(x), \dots, \tau_N(x) \},\tag{6}\] which corresponds to the first time any of \(N\) independent random walks reaches level \(x\).
Our first main theorem states that the interesting behaviour of \(\tau(x)\) and \(\tau^{(N)}(x)\) occurs while comparing them to functions of the following classes: for \(\lambda\in\Lambda_+\) let \[\label{def:asymp95linear95funcs} L(\lambda) \mathrel{\vcenter{:}}= \left\{f:\RR\to\RR\;\text{ such that } x = \psi'(\lambda)\cdot f(x) + \boldsymbol{o}\left(\sqrt{f(x)}\right)\;\text{as } x\to+\infty\right\}.\tag{7}\] This set consists of functions \(f(x)\) that asymptotically behave like \(x/\psi'(\lambda)\) with an error term of order smaller than \(\sqrt{f(x)}\). The result below is stated for the class of functions defined above but the reader can think of a specific example being \(B(x) = x/\psi'(\lambda)\) for any \(\lambda\in\Lambda_+\).
We now state our main result regarding parallel exploration for random walks:
Theorem 1. Let \(Z\) denote a random walk whose increments satisfy assumptions 2 , 3 and 4 , and let \(B(\cdot)\) belong to \(L(\lambda)\) for some \(\lambda\in\Lambda_+\). Then for \(N\geq 2\): \[\label{eq:threshold95number95particles} \lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} = \begin{cases} N,\;\text{ if } N \psi'(\lambda) < \psi'(\lambda^*);\\ 0,\;\text{ if } N \psi'(\lambda) > \psi'(\lambda^*). \end{cases}\qquad{(1)}\]
Corollary 1 (Optimal number of particles). For a given state \(x\) and a budget \(B(x) \in L(\lambda)\). If \(\psi'(\lambda) < \psi'(\lambda^*)\), the asymptotically optimal number of particles is: \[N^* = \max \; \left\{ N\geq 1 :\;N\psi'(\lambda) < \psi'(\lambda^*)\right\} = \left\lceil \frac{\psi'(\lambda^*)}{\psi'(\lambda)} \right\rceil - 1,\] where \(\lceil\cdot\rceil\) is the ceiling function. Otherwise \(N^*=1\).
In the regime in which the theorem is stated, probabilities decay exponentially as \(x\) goes to infinity (see Proposition [thm:estimates95pasasge95times] in Section 4). The result shows that using too many particles (thus giving too little time to each) entails an exponentially worse performance, meaning that \(\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)\) decays with a faster exponential rate than \(\PP\left(\tau(x)\leq B(x)\right)\). On the other hand using too few particles comes only at a linear cost in performance.
The main intuition behind the results stated above is that within the (rare) event \(\{\tau(x) < +\infty\}\), the probability is concentrated on those trajectories with drift \(\psi'(\lambda^*)\), for which the time needed to reach \(x\) is \(\tau(x) \approx x/\psi'(\lambda^*)\). This idea is formalized using exponential martingales and is at the core of Proposition [thm:estimates95pasasge95times]. Our results show that allowing a budget smaller than \(x/\psi'(\lambda^*)\) substantially reduces the probability of success, while allowing too much budget results in no significant improvement. In the latter case, by splitting it into several independent particles, each one provides an “extra chance" of success.
Even though in general \(\lambda^*\) and (thus) the threshold \(\psi'(\lambda^*)^{-1}\) depend in a non-trivial way on the distribution of the increments, in some cases it is possible to find simple expressions for these parameters. We present some of the important examples here.
Example 1. Normal increments:
If \(X\) has a normal distribution with mean \(-\mu<0\) and variance \(\sigma^2=1\), then: \[\psi(\lambda) = -\lambda \mu + \frac{1}{2}\lambda^2,\] hence \(\lambda^* = 2\mu\) and \(\psi'(\lambda^*) = \mu\) and the threshold can be reliably estimated in practice if needed. Moreover, the function \(\psi':\Lambda_+ \to [0,+\infty)\) is surjective, so for every \(C>0\) there exists \(\lambda\in\Lambda_+\) such that \(\psi'(\lambda) = 1/C\). Theorem 1 in this case states that if, in order to reach a high state \(x>0\), we are allowed a budget \(B(x) = Cx\) for some \(C>0\), then the (asymptotically) optimal number of independent particles to use is \(N^* = \lceil C \mu\rceil - 1\) if \(C\mu>1\) and \(N^* = 1\) if not.
Example 2. Birth-and-death chains: If \(X\) only takes values \(1\) and \(-1\) with probabilities \(p\) and \(1-p\) respectively with \(p<1/2\), then \(\lambda^* = \log(1-p) - \log p\) and \(\psi'(\lambda^*) = 1-2p = -\EE X\). Since \(X\) is bounded, the image of \(\psi'\) contains the positive real numbers as in the previous example. Then if we are allowed a budget \(B(x) = Cx\), the number of particles maximizing our chances is \(N^* = \lceil C (1-2p)\rceil - 1\) if \(C(1-2p)>1\) and \(N^* = 1\) if not.
Consider the random walk case described in Example 2. We use the parameters \(p=0.45\) and \(B(x)=300\cdot x\), which imply \(\psi'(\lambda^*)=0.1\). According to Theorem 1 the ratio \[\label{eq:quotient95parallel95exp} \frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)}\tag{8}\] is expected to approach the identity for \(N< 300\cdot 0.1=30\) and zero for \(N>30\), as \(x\to\infty\). This is the behaviour observed in Figure 1.
For the simulation we used the measure \(\PP^{\lambda^*}\) as defined in 12 , under which the process is distributed as a birth-and-death random walk with interchanged parameters, namely \(p^* = \PP^{\lambda^*}(X_1 = 1) =1-\PP^{\lambda^*}(X_1 = -1) = 1-p\). Under this measure, passage over a given \(x\in\NN\) is not a rare event anymore so simulations are feasible. For each large deviation parameter \(x\in\{20,100,500,1000,2500\}\), and for each number of particles \(N\) between \(1\) and \(100\) we simulate and average over \(1000\) random walks to get an estimate of \(\PP^{\lambda^*}(\tau \leq B(x)/N)\). By reverting the measure change we obtain estimates for the original ratio.
Random walks have an analogue in continuous time known as Lévy processes. Under analogous assumptions on the exponential moments, we can extend Theorem 1 to the case of Lévy processes on \(\mathbb{R}\). This is based on the fact the asymptotics for first passage times over high barriers are similar in the cases of random walks and Lévy processes, see Section 4. We now review some preliminaries on Lévy processes, all of which may be found in classical references such as [11] and [12].
Let \((\Omega,\cF,\{\cF_t\}_t,\PP)\) be a filtered probability space, where the filtration \(\{\cF_t\}_t\) is assumed augmented and right-continuous. A Lévy process \(Z = \{Z(t)\}_{t\in I}\), \(I=[0,+\infty)\) is a stochastic process such that for all \(0\leq s\leq t\), \(Z(t)\) is \(\cF_t\) measurable, \(Z(0)=0\), \(Z(t)-Z(s)\) is independent of \(\cF_s\) and has the same distribution as \(Z(t-s)\), and is continuous in probability, namely that \(Z(t+s)\to Z(t)\) in probability if \(s\to 0\). We will always work with a cádlàg version of \(Z\). Let \(\psi\) denote the Lévy exponent of \(Z\): \[\EE e^{\lambda Z(t)} = e^{t\psi(\lambda)}.\] The Lévy-Khintchine formula introduces the characteristic triplet \((-\mu,\sigma,\Pi)\) of \(Z\): \[\label{eq:levy95exponent} \psi(\lambda) = \log \EE e^{\lambda Z(1)} = -\mu \lambda + \frac{(\sigma\lambda)^2}{2} + \int_{-\infty}^{+\infty} (\exp(\lambda y)-1 - \lambda y \bfone(|y|\leq 1))\Pi(dy);\tag{9}\] where \(\mu\in\RR\) is called the drift coefficient, \(\sigma\in (0,+\infty)\) is the diffusion coefficient (note that we exclude the finite-variation case) and \(\Pi\) is a measure in \(\RR\setminus\{0\}\) such that \[\int_{-\infty}^{+\infty} (1\wedge y^2) \Pi(dy) <+\infty,\] called the Lévy measure (or jump measure). As in the discrete-time case we will work under Cramér’s condition: \(\EE(e^{\lambda Z(1)})\) is finite for \(\lambda\in [0,\lambda_{\max})\) and there exists \(\lambda^*\in (0,\lambda_{\max})\) such that \(\psi(\lambda^*) = 0\). This condition implies in particular that \(\EE Z(1)< 0\) and that \(Z\) drifts to \(-\infty\) almost surely.
Let \(\tau(x)\) and \(\tau^{(N)}(x)\) be defined as 5 and 6 respectively. Up to taking a continuous time parameter, our result on the number of particles under finite time budget constraints for Lévy processes is the same as for random walks:
Theorem 2. Let \(Z\) denote a Lévy process such that \(Z(1)\) satisfies assumptions 2 , 3 and 4 . Let \(B(\cdot)\) belong to the class \(L(\lambda)\) for some \(\lambda\in\Lambda_+\) (as defined in 7 ). Then for \(N\geq 2\): \[\label{eq:threshold95number95particles95Levy} \lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} = \begin{cases} N,\;\text{ if } N \psi'(\lambda) < \psi'(\lambda^*);\\ 0,\;\text{ if } N \psi'(\lambda) > \psi'(\lambda^*). \end{cases}\qquad{(2)}\]
In view of the above result we obtain an optimal number of particles for Lévy process, in the same way as in Corollary 1.
The following is an example where all the parameters can be computed explicitly.
Example 3. Linear Brownian motion: If the Lévy measure is zero everywhere, the process is a Brownian motion with drift, namely a solution of the SDE \[dZ(t) = -\mu dt + \sigma dB(t)\;.\] We assume further that \(\sigma=1\). Since its distribution at time \(1\) is Gaussian with parameters \((-\mu,1)\), from Example 1 we conclude that \(\lambda^*=2\mu\) and \(\psi'(\lambda^*) = \mu\). The same conclusion on the optimal number of particles as in Example 1 holds.
For the simulations in Figure 2 we considered a Lévy process with positive and negative jumps. Positive (resp. negative) jumps occur at times distributed as a Poisson process of intensity \(r=2\) (resp. \(s=3\)) and whose lengths are exponentially distributed with rate \(\alpha=4\) (resp. \(\beta = 1\)). Following the notation in 9 we further take \(\mu = \sigma = 1\). It can be checked that the Lévy measure is given by: \[\Pi(dy) = \bfone(y< 0)3\exp(y)\; dy + \bfone(y >0) 8\exp(-4y) \;dy.\]
For the considered process, \(\psi(\lambda)= -\lambda + \frac{1}{2}\lambda^{2}- \frac{3\lambda}{\lambda + 1}+ \frac{2\lambda}{4 - \lambda}, \;\; \lambda < 4\) and its positive root turns out to be \(\lambda^* = 2\). Moreover, \(\psi'(2) = 8/3\) which gives, for \(B\) taken as \(B(x) = 15\cdot x\), an optimal number \(N^* = 40\) of particles.
For simulation purposes, as in the discrete-time case, we use the exponential martingale associated to \(\lambda^*\) and the measure \(\PP^{\lambda^*}\), as defined in Section 4. Specifically, the parameters of the process were chosen in such a way that under the measure \(\PP^{\lambda^*}\), the process is again Lévy with exponential jumps. Moreover the time intensities and the jump rates are permuted: under the measure \(\PP^{\lambda^*}\) the parameters of the Lévy measure are \(r^*=4\), \(\alpha^* = 2\), \(s^* = 1\) and \(\beta^* = 3\).
A remark on reflected process: In terms of applications it may be desirable to include reflection at a low barrier in our models to convey the idea that complexity of an exploration task cannot diverge to \(-\infty\) in realistic scenarios. However, in the context of rare events we are in, there is no substantial difference in introducing reflection, since estimates vary at most by a multiplicative factor. To see this, consider the process \(\tilde{Z}(t) = Z(t)-[\inf_{0\leq s\leq t}Z(s)\wedge(-1)]\), namely the reflected version of \(Z\) at \(-1\). By considering the coupling \((Z(t),\tilde{Z}(t))\) and observing that \(\PP(Z(t)\leq\tilde{Z}(t))=1\) for every \(t\geq 0\), it follows that \[\PP(\tau(x)\leq t) \leq \PP(\tilde{\tau}(x)\leq t), \text{ for every } t\geq 0.\]
On the other hand, the event \(\{\tilde{\tau}(x)< t\}\) may be decomposed into trajectories that reach \(x\) before the first reflection at \(-1\) and those that do not. The first subset may be treated as a process without reflection, thus contributing a term of the same order as that of the process without reflection. Trajectories of the latter subset have a last reflection time before \(\tilde{\tau}(x)\), so there is an excursion of length \(x+1\) during a shorter time. This provides an extra term of order at most \(\PP(\tau(x+1)\leq t)<\PP(\tau(x)\leq t)\). Thus \[\PP(\tilde{\tau}(x)\leq t) \leq 2\PP(\tau(x)\leq t)\] and we may then safely restrict ourselves to processes without reflection. The interested reader may consult [13] for the maximum of reflected Lévy processes.
Our Strategy II consists of restarting a random walk or a Lévy process as those studied in Theorems 1 and 2 upon leaving \((0,x)\) with a given probability measure \(\nu_x\) supported in the interval \((0,x)\). Our first result in this direction, stated in Theorem 3, gives asymptotic performance guarantees of restart strategies under mild assumptions on the restart measures \(\nu_x\), as \(x\to+\infty\).
In the next section we will specialize to a particularly interesting family of measures: quasi-stationary measures, for which better estimates are obtained (in particular matching bounds up to multiplicative constants). We remark that for the QSD case we rely exclusively on quasi-stationarity and related properties but not on Theorem 3.
Definition 1. Let \(\nu_1,\nu_2\) be two positive finite measures on \(\RR\). \(\nu_1\) is said to be stochastically dominated* by \(\nu_2\), denoted \(\nu_1\preceq_{\text{stoch}} \nu_2\), if for every measurable non-decreasing function \(u\): \[\label{eq:sothc95domination95def} \int_{\RR} u(y)\;\nu_1(dy) \leq \int_{\RR} u(y)\;\nu_2(dy).\tag{10}\] *
This notion is sometimes called first-order stochastic domination and is equivalent to \(\nu_1(x,+\infty)\) being less or equal than \(\nu_2(x,+\infty)\) for every \(x\in\RR\).
The next theorem provides estimates on the time it takes for the restarted process to reach the desired region (here an interval \([x,+\infty)\) for large \(x\)) under mild assumptions on the restart measures \((\nu_x)_{x\geq 1}\), for which we assume without loss of genearality that \(x\geq 1\).
Theorem 3. Let \(\{Z(t)\}_{t>0}\) denote a random walk or a Lévy process satisfying Cramérs condition, and let \(\lambda^*\) be given by 4 . For each \(x>0\) let \(\{Z^{\nu_x}(t)\}_{t>0}\) be the restarted process with restart measures \((\nu_x)_{x\geq 1}\) as described at the beginning of this section, and let \(\tau^{\nu_x}(x)\) be the first time a cycle of the process ends above \(x\). Assume that there exists a finite positive measure \(\nu\) with the following properties:
\(\nu\) is not a delta measure on \(0\),
\(\nu_x \preceq_{\mathrm{stoch}}\nu\) for every positive \(x\),
\(\nu\) has a finite second moment: \(\int y^2\;\nu(dy)<+\infty\).
Then, \(B(x)\) growing faster than \(\psi'(\lambda^*)^{-1}\;x\) but slower than \(e^{\lambda^* x}\), the ratio \[\label{eq:restart95main95result} \frac{\PP(\tau^{\nu_x}(x)\leq B(x))}{\PP(\tau(x)\leq B(x))} \frac{1}{B(x)\int_0^x\exp(\lambda^* y)\nu_x(dy)}\qquad{(3)}\] is bounded away from zero uniformly in \(x>0\).
A typical trajectory of the restarted process is a concatenation of independent cycles, each of which consists of a trajectory \(\{y_0 + Z(t): 0\leq t \leq \tau\}\) for some \(y_0\in (0,x)\) sampled according to \(\nu_x\) and \(\tau \mathrel{\vcenter{:}}= \inf\{t>0: y_0 + Z(t) \notin (0,x)\}\). An intuition behind the result is that adding \(\nu_x\) as an initial distribution boosts the performance by a factor \(\int_0^x\exp(\lambda^* y)\nu_x(dy)\) for each cycle. Since the cycles’ duration is stochastically bounded we expect to observe an asymptotically-linear amount of cycles within time \(B(x)\). However a matching upper bound remains elusive for this general context.
Example 4. Consider some fixed probability measure \(\nu\) on \((0,+\infty)\) such that \(\nu((0,1))>0\) and satisfying properties \(1,2\) and \(3\) listed in Theorem 3. Now define the sequence \((\nu_x)_{x\geq 1}\) as the conditional laws \[\nu_x(\;\cdot\; ) \coloneq \frac{\nu(\;\cdot\;\cap\; (0,x))}{\nu((0,x))}.\] Then \(\nu_x(y,+\infty) \leq \nu((0,1))^{-1}\; \nu(y,+\infty)\) and Theorem 3 is applicable for this family of measures.
In a more general fashion than the previous example, one may wonder if the hypothesis of Theorem 3 are satisfied whenever the measures \(\nu_x\) have a weak limit \(\nu\). This is indeed the case under some assumptions on the moments of the \(\nu_x\)’s, but the dominating measure need not be related to the weak limit. Define \(\nu_*((-\infty,y])\coloneq \inf_{x\geq 1} \nu_x((-\infty,y])\). Then \(\nu_*\) defines a càdlàg function with \(\lim_{y\to-\infty} \nu_*((-\infty,y]) = 0\). Since the \(\nu_x\)’s have a weak limit, \(\lim_{y\to\infty} \nu_*((-\infty,y]) = 1\) also holds and \(\nu_*\) defines a probability measure that dominates \(\nu_x\) for every \(x\geq 1\). Note as well that \(\nu_*\) is not a delta measure at zero unless \(\nu_x =\delta_0\) for all \(x\geq 1\). Let us now give a precise condition under which \(\nu_*\) satisfies property \(3\) in Theorem 3. Assume that the \(\nu_x\)’s have uniformly bounded moments of order \(p\) for some \(p>2\), i.e.: \[\label{eq:moment95assumption} C\mathrel{\vcenter{:}}= \sup_{x\geq 1}\int_0^{+\infty} y^p \;\nu_x(dy) <+\infty.\tag{11}\] We bound the tails of the \(\nu_x\) by Markov’s inequality:\[\nu_x(y_0,+\infty) \leq y_0^{-p} \int_0^{+\infty} y^p\; \nu_x(dy) \leq C y_0^{-p}.\] Then using the Layer Cake Representation the desired property holds: \[\begin{align} \int_0^{+\infty} y^2 \;\nu_*(dy) = 2 \int_0^{+\infty} y \;\nu_*(y,+\infty)\; dy &= 2 \int_0^{+\infty} y \; \sup_{x\geq 1}\nu_x(y,+\infty)\; dy \\ &\leq 2C\int_0^{+\infty} y^{1 - p} dy < +\infty. \end{align}\]
As a final example for this section we take a simple extension of Example 4 that shows that Theorem 3 covers cases beyond weak convergence:
Example 5. Take \(\nu^1\) and \(\nu^2\) two (distinct) probability measures on \((0,+\infty)\) satisfying the conditions of Theorem 3 and \(\nu^i((0,1))>0,\;i=1,2\). We may build an alternating family of measures for \(x\geq 1\) as follows:
\[\nu_x(\;\cdot\; ) \coloneq \begin{cases} \frac{\nu^1(\;\cdot\;\cap\; (0,x))}{\nu^1((0,x))} \text{ if } \lfloor x \rfloor\text{ is odd, }\\ \frac{\nu^2(\;\cdot\;\cap \;(0,x))}{\nu^2((0,x))} \text{ if } \lfloor x \rfloor\text{ is even. } \end{cases}\] In this case Theorem 3 applies, but there is not a weak limit of the whole sequence of measures.
We now specialize to an important family of restarting measures for which we can obtain sharper asymptotic results than those provided by Theorem 3.
Throughout this section we assume that \(\nu_x\) is the quasi-stationary distribution (QSD) of the process restricted to the interval \((0,x)\). We begin with a few brief preliminaries on quasi-stationary distributions, and refer the reader to the monograph [14] for a comprehensive treatment of the subject.
Definition 2 (Quasi-stationary measure). Let \(Z=\{Z(t)\}_{t\geq 0}\) be a Markov process with state space \(\cS\) and let \(A\) be a subset of \(\cS\). The absorbed process, denoted by \(Z_{A}\), is defined as \(Z_{A}(t) = Z(t\wedge \tau(A))\), where \(\tau(A) \mathrel{\vcenter{:}}= \inf\{t>0: Z(t)\in A \}\). A quasi-stationary measure (QSD) \(\nu\) is a probability measure on \(\cS\setminus A\) which is invariant when conditioned on non-absorption, which means: \[\PP_{\nu}(Z(t)\in B\;|\;t<\tau(A) ) = \frac{\PP_{\nu}(Z_A(t)\in B)}{\PP_{\nu}(t<\tau(A) )} = \nu(B),\] for every \(t>0\) and every measurable set \(B\subset \cS\setminus A\).
The study of QSD for a given Markov process is a subtle matter, in general they may not exist and when they do they may not be unique.
For the particular case of a one-dimensional Lévy process with absorbing set \(A = \RR\setminus (0,a)\) for some \(a>0\), by [15] there is a unique QSD, provided the distribution of the process without absorption at any time \(t>0\) is absolutely continuous with respect to Lebesgue in \(\RR\), which is satisfied since we are assuming a strictly positive diffusion coefficient. When there is a unique QSD, it is obtained as the Yaglom limit \[\lim_{t\to+\infty} \PP_y(Z(t)\in \cdot\;|\;t < \tau(A));\] which is independent of the starting position \(y\in \cS\setminus A\).
Existence of a Yaglom limit for a Lévy process when the absorbing set is \((-\infty,0]\) was proved in [16]1, extending the case without jumps of [17].
To the best of our knowledge, there is no analogous existence-and-uniqueness result specific to discrete-time random walks conditioned on non-absorption on bounded intervals. If the law of the increments of a random walk is absolutely continuous with respect to the Lebesgue measure, then one may consider the associated compound Poisson process (CPP) with rate \(1\), thereby obtaining a Lévy process with an absolutely continuous law for every time larger than its first jump. By checking that for large \(t\) the probability of not having jumped is negligible for the CPP even when conditioned on non-absorption by time \(t\), one obtains the same Yaglom limit as the conditioned CPP and in particular existence and uniqueness given by [15]. This can be carried out using the asymptotics on passage times from [18]. These asymptotics for conditioned processes are used in the proof of Lemma 4 of Section 6. Yaglom limits for random walks with absorption at \((-\infty,0]\) were studied in [19], and under Cramér condition in [20].
We may now state our main theorem for restarted processes:
Theorem 4. Let \(Z\) be a random walk on discrete time or a Lévy process satisfying 2 , 3 and 4 as in Theorem 1. For each positive \(x\in (0,+\infty)\) let \(\nu_x\) denote the quasi-stationary probability measure on \((0,x)\) for the process \(Z\) absorbed upon exiting \((0,x)\). Let \(Z^{\nu_x}\) be the restarted version of \(Z\) on \((0,x)\) with restart measure \(\nu_x\) and \(\tau^{\nu_x}(x)\) the associated passage time over \(x\). Let the time budget \(B(x)\) grow faster than \(x/\psi'(\lambda^*)\) as \(x\to+\infty\) but slower than \(e^{\lambda^* x}\). Then there exist constants \(c,C>0\) such that: \[\label{eq:gain95restart95mech} c \leq \frac{\PP(\tau^{\nu_x}(x)<B(x))}{\PP(\tau(x)<B(x))}\cdotp \frac{1}{B(x) \int_0^x e^{\lambda^* y}\nu_x(dy)} \leq C\qquad{(4)}\] for all \(x>0\).
Corollary 2. In the particular case when \(Z\) is a linear Brownian motion, with a negative drift equal to \(-\mu\), we have \[\int_0^x e^{\lambda^* y}\nu_x(dy) = e^{\mu x},\] and the ratio\[\label{eq:corolary95BM95case} \frac{\PP(\tau^{\nu_x}(x)<B(x))}{\PP(\tau(x)<B(x))} \cdotp \frac{1}{B(x) e^{\mu x}}\qquad{(5)}\] is bounded away from zero and infinity for \(B(x)\) growing faster than \(x/\mu\).
The theorem states that the application of a restarting mechanism with quasi-stationary distributions improves performance by a factor comparable with the time budget times an exponential moment of the respective measure. In the Brownian motion case, this improvement factor is exponential in the complexity of the task. Indeed, while \(\PP(\tau(x)\leq B(x))\) is of order \(e^{-2\mu x}\), with the restarting mechanism we get order \(B(x)e^{-\mu x}\). For a general Lévy process, exponential moments of its quasi-stationary measures are not easy to estimate. We conjecture that they grow as \(\exp\left[(\lambda^*-\lambda_0) x\right]\), as \(x\to+\infty\), where \(\lambda_0\) is the positive solution of \(\psi'(\lambda) = 0\). Note that this is exactly the case for the linear Brownian motion. For spectrally negative Lévy processes, namely when \(\Pi(0,+\infty) = 0\), the conjecture might be proved with the use of a Girsanov transformation of the process into a zero-drift one (thus providing the conjectured exponential factor) and applying the results of [21]. We do not pursue this further here, it is left as a direction of further study.
We now present numerical experiments for restarted processes. As a case study, we consider the Lévy process with exponential jumps introduced in Subsection 3.2.1, equipped with a restart mechanism activated upon exiting the interval \((0,50)\subset\mathbb{R}\).
For the process without restart, recall that the Cramér exponent is \(\lambda^* = 2\). Consequently, when the process is started from the origin, the probability of ever reaching the upper barrier at \(50\) is of order \(\exp(-100)\). As restart measure, we consider an exponential distribution with mean \(10\), truncated to \((0,50)\), namely \[\nu_{50}(dx) = \frac{0.1\,e^{-0.1x}}{1-e^{-5}}\,\mathbf{1}_{(0,50)}(x)\,dx.\] Its exponential moment of order \(\lambda^*\) satisfies \[\int_0^{50} e^{2x}\,\nu_{50}(dx) \;\approx\; 9.6\times 10^{39}.\] Multiplying by \(\mathbb{P}_0(\tau(50)<+\infty)\) yields \[\mathbb{P}_0(\tau(50)<+\infty) \int_0^{50} e^{2x}\,\nu_{50}(dx) \;\approx\; 3.6\times 10^{-4}.\]
Although this estimate is only heuristic, in view of Theorem 3 it suggests that the probability of exceeding the level \(x=50\) within a finite time horizon \(B(50)\) under this restart strategy is no longer negligible. This behavior is confirmed numerically in Figure 3, which reports empirical mean estimates based on \(100\) independent replications for each time budget, together with \(95\%\) confidence intervals. The figure illustrates how the restart mechanism makes the exceedance of the upper barrier observable on moderate time scales, with confidence intervals (CI) indicating the associated variability.
We emphasize that the simulations reported in this section do not rely on importance sampling or on any other variance–reduction technique. The numerical results therefore illustrate that introducing a restart mechanism alone can already lead to a significant improvement in the simulation of rare events. In particular, restarting makes it possible to turn probabilities that are extremely small for the original process into quantities that can be reliably estimated within reasonable computational time.
We begin the section by introducing some preliminaries on exponential martingales, first for random walks and then for Lévy process, which will be used in the proofs. They are standard techniques for the study of large deviations events for light tails, as is our case.
By assumption 2 , the family of exponential martingales indexed by \(\lambda \in \Lambda_+\) may be defined as: \[M^{\lambda}_t \coloneq \exp\left( \lambda Z(t) - t\psi(\lambda) \right), \quad t \in \mathbb{N}.\] Indeed, \(M^{\lambda}\) is a martingale for every \(\lambda \in \Lambda_+\), which acts as a density for a new probability measure on the same probability space. Specifically, we define the measure \(\mathbb{P}^{\lambda}\) as \[\label{eq:exp95change95of95measure} \mathbb{P}^{\lambda}(A) \coloneq \mathbb{E}\left[M_{\tau}^{\lambda} \mathbf{1}(A)\right],\tag{12}\] where \(A\) depends on \(\{Z(t)\}_{t \leq \tau}\), and \(\tau\) is any almost-surely finite stopping time. The measure \(\mathbb{P}^{\lambda^*}\), associated with \(\lambda^*\) in equation 4 , will be of particular importance.
We also observe that the density of \(\mathbb{P}|_{\mathcal{F}_{\tau}}\) with respect to \(\mathbb{P}^{\lambda}|_{\mathcal{F}_{\tau}}\) is given by \((M^{\lambda}_{\tau})^{-1}\).
Exponential martingales are particularly useful for computing probabilities of rare events, as these events may become more frequent under \(\mathbb{P}^{\lambda}\) if \(\lambda\) is appropriately chosen. Under the measure \(\mathbb{P}^{\lambda}\), the increments \(X_j\), \(j \geq 1\), are i.i.d. (making \(Z\) a random walk), with mean and variance given by: \[\mu(\lambda) \mathrel{\vcenter{:}}= \mathbb{E}_{\lambda}[X_1] = \psi'(\lambda) \quad \text{ and } \quad \sigma(\lambda) \mathrel{\vcenter{:}}= \mathbb{E}_{\lambda}\left[ |X_1 - \mu(\lambda)|^2 \right] = \psi''(\lambda).\] The threshold in Theorem 1 can thus be interpreted in terms of the measure \(\mathbb{P}^{\lambda^*}\): the random time \(\tau(x)\) is \(\PP^{\lambda^*}\)-almost surely finite (since \(\psi'(\lambda^*)>0\)) with mean \(x \psi'(\lambda^*)^{-1}\), asymptotically as \(x \to +\infty\).
For Lévy process we have analogous definitions: under Cramér’s condition the family \(\{M^{\lambda}_t\}_{0\leq t\leq \lambda_{\max}}\) of exponential martingales is defined as \[M^{\lambda}_t \mathrel{\vcenter{:}}= \exp(\lambda Z(t) - t\psi(\lambda)),\] and the corresponding family of measures is given by \[\frac{d\PP^{\lambda}}{d\PP}\Bigg|_{\cF_t} = M^{\lambda}_t.\]
Under any of the measures \(\PP^{\lambda}\), \(Z\) is again a Lévy process with Lévy exponent \[\label{eq:change95measure95LP95exponent} \psi^{(\lambda)}(r) = \psi(\lambda + r)- \psi(\lambda),\tag{13}\] with mean and variance again given by: \[\mu(\lambda) \mathrel{\vcenter{:}}= \mathbb{E}_{\lambda}[X_1] = \psi'(\lambda) \quad \text{ and } \quad \sigma(\lambda) \mathrel{\vcenter{:}}= \mathbb{E}_{\lambda}\left[ |X_1 - \mu(\lambda)|^2 \right] = \psi''(\lambda).\]
From 13 it is straightforward to check that the corresponding characteristic triplet is given by: \[\label{eq:change95measure95LP} \mu_{\lambda} = -\mu+\lambda \sigma^2+\int_{-1}^1 y(e^{\lambda y }-1)\Pi(dy),\;\;\sigma_{\lambda}^2 = \sigma^2,\;\;\Pi^{\lambda}(dy) = e^{\lambda y}\Pi(dy).\tag{14}\]
The measure \(\PP^{\lambda^*}\) provides an intuition to Theorem 2 as in the random walk case: the law of the process conditioned to reach the high barrier is distributed as \(\PP^{\lambda^*}\). We do not prove this exact result here but lies at the core of the references cited for our proof [22], [23].
\(\mu_{\lambda}\) in 14 should not be confused with \(\mu(\lambda)\). If the jump measure \(\Pi\) is non-zero they might not coincide.
We introduce some pieces of notation: \(f(x)\sim g(x)\) will be used to denote asymptotic equivalence \(\lim_{x\to +\infty} f(x)g(x)^{-1} = 1\) and \(f(x)\asymp g(x)\) for \(C^{-1}<f(x)g(x)^{-1}<C\) for some constant \(C>0\) for all \(x>0\).
Theorems 1 and 2 will follow from the following asymptotics of the passage times of random walks and Lévy processes with the assumptions on their exponential moments stated in Subsection 3.1.
The following proposition unifies [24] for the case of random walks and [23] for Lévy processes:
Let \(Z = \{Z(t)\}_{t\in I}\) be either a random walk (\(I=\NN\)) or a Lévy process (\(I=\RR^+\)) taking values in \(\RR\) and assume that conditions 2 , 3 and 4 are satisfied (for \(Z(1)\) in the case of a Lévy process). Fix some \(\lambda\in (0,+\infty)\cap \Lambda\) such that \(\mu(\lambda)=\psi'(\lambda)>0\). If \(x\) and \(t=t(x)\) go to infinity in such a way that \(t\in L(\lambda)\) then there exist positive constants \(C\) (independent of \(\lambda\)) and \(D(\lambda)\) such that: \[\label{eq:threshold95passage95times} \PP(\tau(x)\leq t) \sim \begin{cases} C \exp(-\lambda^* x), \;\text{if }\;\mu(\lambda) < \mu(\lambda^*)\\ D(\lambda) t^{-1/2}\exp(-\zeta[\mu(\lambda)]t), \;\text{if }\;\mu(\lambda)>\mu(\lambda^*); \end{cases}\tag{15}\] where \(\zeta\) is the convex conjugate of \(\psi\): \[\label{eq:convex95transform} \zeta[s] := \sup_{\lambda\in\Lambda}\{\lambda s - \psi(\lambda)\}.\tag{16}\]
Some remarks are now in order:
The constants \(C\) and \(D(\lambda)\) are given in [24] and [23] in terms of the increments of the process in each case. Their explicit values are not relevant for our analysis.
If \(s= \mu(\lambda)\), then \(\lambda\) realizes the supremum in the definition of \(\zeta[s]\), that is \[\zeta[\mu(\lambda)] = \lambda \mu(\lambda) - \psi(\lambda),\;\lambda\in\Lambda.\]
The case \(\mu(\lambda) <\mu(\lambda^*)\) in the proposition shows that for \(t\) growing sufficiently fast with \(x\), \(\PP(\tau(x)\leq t)\) and \(\PP(\tau(x)< +\infty)\) have the same exponential order: \[\begin{gather} \PP(\tau(x)\leq t) \; \leq & \;\; \PP(\tau(x)<+\infty) \\ = &\;\; \EE_{\lambda^*}[\boldsymbol{1}(\tau(x)<+\infty)\exp(-\lambda^*Z(\tau(x)))] \\= & \;\; e^{-\lambda^* x}\EE_{\lambda^*}[\boldsymbol{1}(\tau(x)<+\infty)\exp(-\lambda^*[Z(\tau(x))-x])]\\ \leq &\;\; e^{-\lambda^* x}; \end{gather}\] where we used that \(\PP^{\lambda^*}(\tau(x)<+\infty) = 1\) and that the overshoot at \(x\), \(U(x)\coloneq Z(\tau(x))-x\) is positive. In fact, if one assumes that the jump measure of \(Z\) is not supported on a lattice then \(\PP^{\lambda^*}(\tau(x)<+\infty) \exp(\lambda^* x)\) converges to a positive constant (see [25], [22], [23]). We will recall this fact repeatedly.
Proof. Proof of Theorems 1 and 2:
We begin by noticing that for any time \(t\) (discrete or continuous) \[\label{eq:minimum95of95passage95times} \PP\left(\tau^{(N)}(x)\leq t \right) = N \PP\left(\tau(x)\leq t \right) + \boldsymbol{O}\left(\binom{N}{\lceil N/2\rceil} \PP\left(\tau(x)\leq t \right)^2\right),\tag{17}\] so for \(N\) fixed, \(\PP\left(\tau^{(N)}(x)\leq t \right)\sim N \PP\left(\tau(x)\leq t \right)\). Recall that \(\lceil \cdot \rceil\) denotes the ceiling function.
Case I: \(N\mu(\lambda) < \mu(\lambda^*)\). In this case \(B(x)\) and \(B(x)/N\) are in the same regime of Proposition [thm:estimates95pasasge95times], thus, by 17 : \[\lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)}= \lim_{x\to+\infty}\frac{N\PP\left(\tau(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} = N.\]
For the remaining cases some considerations will be needed: for each \(\lambda\) such that \(\mu(\lambda)>0\) let \[S(\lambda) := \{s\geq 1: \exists \; \lambda_s>\lambda, \text{ s.t. } \mu(\lambda_s)=s\mu(\lambda)\}.\] The set \(S(\lambda)\) contains a (non-trivial) right neighbourhood of \(1\) as long as \(\lambda < \lambda_{\max}\). We also note that for each \(\lambda\) as before, the map \(s\mapsto \lambda_s\) is continuously differentiable and \[\frac{d}{ds}\lambda_s = \frac{\mu(\lambda)}{\mu'(\lambda_s)} = \frac{\mu(\lambda)}{\sigma^2(\lambda_s)}.\]
Case II: \(\mu(\lambda) <\mu(\lambda^*)<N\mu(\lambda)\). As a subcase, assume first that \(N\in S(\lambda)\), so that there exists \(\lambda_N\in (\lambda,\lambda_{\max})\) such that: \[\label{eq:temporary95assumption95main95thm} \mu(\lambda_N) = N\mu(\lambda).\tag{18}\] In this case, we have that \(x = \mu(\lambda_N)\frac{B(x)}{N} + \mathbf{o}(\sqrt{x})\) so the exponential rate of \(\PP\left(\tau(x)\leq \frac{B(x)}{N}\right)\) is given by Proposition [thm:estimates95pasasge95times]: \[\frac{B(x)}{N}\zeta[\mu(\lambda_N)] = \frac{B(x)}{N}(\lambda_N \mu(\lambda_N) - \psi(\lambda_N)).\] On the other hand \(\PP\left(\tau(x)\leq B(x)\right)\sim e^{-\lambda^*x}\). Then, for some constant \(\tilde{D}(\lambda)\): \[\label{eq:case295main95thm} \begin{align} \lim_{x\to+\infty}\frac{\PP\left(\tau(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} & \leq \lim_{x\to+\infty}\tilde{D}(\lambda) \exp\left( - x(\lambda_N-\lambda^*) + \frac{B(x)}{N}\psi(\lambda_N) \right) \\ = \lim_{x\to+\infty}&\tilde{D}(\lambda) \exp\left( - x(\lambda_N-\lambda^*) \left( 1 -\frac{\psi(\lambda_N)-\psi(\lambda^*)}{\mu(\lambda_N)(\lambda_N-\lambda^*)}\right)+\lambda_N\boldsymbol{o}(\sqrt{x})\right) . \end{align}\tag{19}\]
Using the Mean Value Theorem and the fact that \(\mu\) is strictly increasing in the interval \((\lambda^*,\lambda_N)\) we conclude that the limit in 19 is zero.
For the second subcase, let \(N\notin S(\lambda)\), so that \(N\mu(\lambda)\) is at a positive distance above the range of \(\mu(\cdot)\). A bound may be obtained from any \(s\in S(\lambda)\setminus{\{1\}}\) by monotonicity of \(t\mapsto \PP(\tau(x)\leq t)\). \[\begin{align} \lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} \leq \lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{x}{\mu(\lambda_s)} + \mathbf{o}(\sqrt{x})\right)}{\PP\left(\tau(x)\leq B(x)\right)} = 0. \end{align}\]
Case III: \(\mu(\lambda^*)<\mu(\lambda)\). As in the subcases considered above, assume first that \(N\in S(\lambda)\). Now both \(B(x)\) and \(B(x)/N\) lie in the right-hand side of the threshold in 15 . It suffices to show that the function \[s\in S(\lambda) \mapsto \frac{1}{s}\zeta[\mu(\lambda_s)]\] is strictly increasing. Indeed, in that case \[\lim_{x\to+\infty}\frac{\PP\left(\tau^{(N)}(x)\leq \frac{B(x)}{N}\right)}{\PP\left(\tau(x)\leq B(x)\right)} = \lim_{x\to+\infty}\exp\left\{ B(x)\left(\zeta[\mu(\lambda)] - \frac{1}{N}\zeta[\mu(\lambda_N)]\right)\right\}=0,\] and the result is proved.
It only remains to prove that \(\frac{1}{s}\zeta[\mu(\lambda_s)]\) is increasing; and using Remark [rk:rate95function95mu] this is seen to hold: \[\begin{align} \frac{d}{ds}\frac{1}{s}\zeta[\mu(\lambda_s)] & = \frac{d}{ds}\lambda_s \mu(\lambda) + \frac{\psi(\lambda_s)}{s^2} - \frac{1}{s} \mu(\lambda_s) \frac{d}{ds}\lambda_s \\& = \frac{\psi(\lambda_s)}{s^2}, \end{align}\] which is positive since \(\lambda_s >\lambda> \lambda^*\).
The proof is finished by arguing in the same way as in Case II for \(N\notin S(\lambda)\).\(\bqed\) ◻
For the proof of Theorem 3 we will need the following auxiliary lemmas:
Lemma 1. Let \[\label{eq:definition95of95q} q(x)\mathrel{\vcenter{:}}= \PP_{\nu_x}({\tau}(x)<{\tau}(0)).\qquad{(6)}\] Then under the assumptions of Theorem 3: \[\label{eq:q95to950} \lim_{x\to+\infty} q(x) = 0.\qquad{(7)}\] Moreover, there exists a constant \(c>0\) such that: \[\label{eq:lema95395statement} c \int_0^x e^{\lambda^* y}\nu_x(dy) \leq e^{\lambda^* x} q(x) \leq \int_0^x e^{\lambda^* y}\nu_x(dy).\qquad{(8)}\]
Lemma 2. Let \(\eta\) and \(\zeta\) be random variables defined by: \[\PP(\eta \leq t) = \PP_{\nu_x} (\tau(0)\leq t\;|\;\tau(0)<\tau(x))\] and \[\PP(\zeta \leq t) = \PP_{\nu_x} (\tau(x)\leq t\;|\;\tau(x)<\tau(0)).\] Under the assumptions of Theorem 3: \[\limsup_{x\to+\infty} \EE[\eta] <+\infty\] and2 \[\EE [\zeta]\;\asymp \frac{x}{\psi'(\lambda^*)}.\]
Lemma 3. Let \(\eta,\zeta\) be as in Lemma 2 and consider an i.i.d. sequence \(\eta_1,\eta_2,\dots\) with the same distribution as \(\eta\). For a fixed \(\delta>0\) define the events \[E_{\delta}^m \mathrel{\vcenter{:}}= \left\{\sum_{j=1}^m \eta_j \leq m(1+\delta)\;\EE\eta_1\right\}\; \text{ and }\;F_{\delta} \mathrel{\vcenter{:}}= \bigg\{\zeta \leq (1+ \delta)\; \EE\zeta \bigg\},\] and for any \(T>0\) let \[n_{\delta}(T) \mathrel{\vcenter{:}}= \bigg\lfloor\frac{T-(1+ \delta)\;\EE\zeta}{(1+ \delta)\;\EE\eta_1}\bigg\rfloor.\] In the setting of Theorem 3 the following holds: \[\label{eq:E95delta95F95delta} \lim_{x\to+\infty}\PP\left( E_{\delta}^{n_{\delta}(B(x))}\;\cap\;F_{\delta}\right) = 1.\qquad{(9)}\]
Assuming these we may now give the main result for restarted processes.
Proof. Proof of Theorem 3: The first time the restarted process goes above \(x\) has a regenerative structure with cycles determined by the restart times. Formally: \[\label{eq:sum95decomposition95passage95time} \tau^{\nu_x}(x) = \sum_{j=1}^{N_x} \eta_j + \zeta\tag{20}\] where \(N_x\in\{0,1,\dots\}\) is defined as the number of “failed" cycles (i.e. those ending at time \(\tau(0)\)) before a successful one (i.e. one ending at time \(\tau(x)\)) and has a geometric distribution with success parameter \(q(x)\mathrel{\vcenter{:}}= \PP_{\nu_x}({\tau}(x)<{\tau}(0))\). For each \(x>0\) the laws of the \(\eta_j\)’s and of \(\zeta\) are those of \(\tau(0)\) conditioned on the event \(\{\tau(0)<\tau(x)\}\) and of \(\tau(x)\) conditioned on \(\{\tau(x)<\tau(0)\}\), respectively. We remark that although it is not explicit in our notation, the laws of \(\eta_1\) and \(\zeta\) both depend on \(x\).
Lemma 1 studies the behavior of \(q(x)\) for large \(x\); in particular ?? shows that it becomes increasingly harder to observe the events of interest as \(x\) grows.
A lower bound for \(\PP( \tau^{\nu_x}(x) \leq B(x))\) is given by the probability that \(N_x\) in 20 takes an unusually small value. To this end consider for a fixed small \(\delta>0\) the events \[E_{\delta}^m \mathrel{\vcenter{:}}= \left\{\sum_{j=1}^m \eta_j \leq m(1+\delta)\;\EE\eta_1\right\}\quad \text{and} \quad F_{\delta} \mathrel{\vcenter{:}}= \left\{\zeta \leq (1+ \delta)\; \EE\zeta \right\};\] and for each \(T>0\): \[n_{\delta}(T) \mathrel{\vcenter{:}}= \bigg\lfloor\frac{T-(1+ \delta)\;\EE\zeta}{(1+ \delta)\;\EE\eta_1}\bigg\rfloor.\] Then by Lemma 3: \[\begin{align} \label{eq:lower95bound95restart} \liminf_{x\to+\infty} \PP( \tau^{\nu_x}(x) \leq B(x)) & \geq \liminf_{x\to+\infty} \PP\left(\left\{ N_x\leq n_{\delta}(B(x))\right\}\;\cap\;E_{\delta}^{n_{\delta}(B(x))}\;\cap\;F_{\delta}\right)\\ & = \liminf_{x\to+\infty} \PP\left( N_x\leq n_{\delta}(B(x))\right). \end{align}\tag{21}\]
Finally we can conclude the desired uniform lower bound for ?? since: \[\label{eq:lower95bpund95restart95II} \PP\left( N_x\leq n_{\delta}(B(x))\right) = 1- (1-q(x))^{n_{\delta}(B(x))} = n_{\delta}(B(x))\;q(x)\;(1 + \boldsymbol{o}(1))\tag{22}\] and \(n_{\delta}(B(x))/B(x)\) is bounded away from zero and infinity by Lemma 2. It follows that for \(B(x)\) in the regime considered \[\PP(\tau(x)\leq B(x))\;B(x)\;q(x)\asymp \PP(\tau(x)\leq B(x))\;B(x)\;\int_0^x\exp(\lambda^* y)\nu_x(dy).\]
The proof of Theorem 3 is now concluded. \(\bqed\) ◻
Proof. Proof of Lemma 1:
We begin with the proof of the upper bound of ?? by a martingale argument. We have: \[\begin{align} \int_0^x e^{\lambda^* y} \nu_x(dy) = & \EE_{\nu_x}M_0 = \EE_{\nu_x}M_{\tau(x)\wedge \tau(0)} \\ = & e^{\lambda^*x}\EE_{\nu_x}[e^{\lambda^*(Z(\tau(x))-x)}\bfone(\tau(x)<\tau(0))] +\EE_{\nu_x}[e^{\lambda^*Z(\tau(0))}\bfone(\tau(x)>\tau(0))] \\ \geq & e^{\lambda^*x}\EE_{\nu_x}[\bfone(\tau(x)<\tau(0))] = e^{\lambda^*x}q(x). \end{align}\] We now turn to the lower bound. Our main ingredient is [22]3, which states that there exists a constant \(C\in (0,1)\) such that \[\label{eq:cramer95estimate95LP} \lim_{x\to+\infty} e^{\lambda^* x}\PP(\tau(x)<+\infty) = C.\tag{23}\] Using that \(\tau(0)\) is almost surely finite, for every \(x\) and \(y\in (0,x)\) \[\label{eq:ruin95lower95bound951} \PP_y(\tau(x)<+\infty) = \PP_y(\tau(0)<\tau(x)<+\infty) + \PP_y(\tau(x)<\tau(0)).\tag{24}\]
We first claim that \[\label{eq:lim95inf95exp95moments95bound} l = \liminf_{x\to+\infty} \int_0^x e^{\lambda^* y }\nu_x(dy) > 1.\tag{25}\]
Indeed, \(l\geq 1\) and equality cannot hold since otherwise the measures \(\nu_x\) would converge (up to taking a subsequence) to the delta measure on \(0\), thus contradicting the positive limit of the absorption rates in Lemma 6, and the claim follows.
In view of the claim above, let \(\delta>0\) be small enough such that \(C(1-\delta) > C \frac{(1+\delta)}{l}\), and let also \(x_{\delta}\) be given by 23 such that for \(x>x_{\delta}\) \[C(1-\delta)\leq e^{\lambda^* x}\PP(\tau(x)<+\infty) \leq C(1+\delta).\]
Noticing that by the Markov property \(\PP_y(\tau(0)< \tau(x)<+\infty) \leq \PP_0(\tau(x)<+\infty) = \PP(\tau(x)<+\infty)\), we then have:
\[\begin{align} \begin{aligned} q(x) & = \int_0^x \PP_y(\tau(x)<\tau(0))\nu_x(dy)\\ &= \int_0^x \PP(\tau(x-y)<+\infty) - \PP_y(\tau(0)< \tau(x)<+\infty) \nu_x(dy) \\ & \geq \int_0^x \PP(\tau(x-y)<+\infty) - \PP(\tau(x)<+\infty) \nu_x(dy) \\ & \geq C(1-\delta) e^{-\lambda^*x} \int_0^{x-x_{\delta}} e^{\lambda^* y}\nu_x(dy) + \int_{x-x_{\delta}}^x \PP(\tau(x-y)<+\infty)\nu_x(dy) - C(1+\delta) e^{-\lambda^*x}\\ & \geq C(1-\delta) e^{-\lambda^*x}\int_0^{x-x_{\delta}} e^{\lambda^* y}\nu_x(dy) + \PP(\tau(x_{\delta})<+\infty)\nu_x([x-x_{\delta},x]) - C(1+\delta) e^{-\lambda^*x}. \end{aligned} \end{align}\] It then suffices to find a strictly positive lower bound, independent of \(x\) for the following: \[\begin{align} \begin{aligned}\label{eq:lower95bound953} \frac{q(x)e^{\lambda^* x}}{\int_0^x e^{\lambda^* y}\nu_x(dy)} & \geq C(1-\delta)\frac{\int_0^{x-x_{\delta}} e^{\lambda^* y}\nu_x(dy)}{\int_0^x e^{\lambda^* y}\nu_x(dy)} \\ & + \PP(\tau(x_{\delta})<+\infty)\nu_x([x-x_{\delta},x]) \frac{e^{\lambda^* x}}{\int_0^x e^{\lambda^* y}\nu_x(dy)}\\ & - C(1+\delta)\frac{1}{\int_0^x e^{\lambda^* y}\nu_x(dy)}. \end{aligned} \end{align}\tag{26}\] There are two cases to distinguish: whether \(l(\delta) = \liminf\limits_{x\to+\infty} \frac{\int_0^{x-x_{\delta}} e^{\lambda^* y}\nu_x(dy)}{\int_0^x e^{\lambda^* y}\nu_x(dy)}\)is equal to \(1\) or not.
In the case \(l(\delta)=1\), the first term in the RHS of 26 dominates the third and the desired lower bound is \(C(1-\delta) - C(1+\delta)/l >0\).
If we now assume that \(l(\delta) < 1-\varepsilon\) for some positive \(\varepsilon\), then the middle term in 26 is at least \(\varepsilon\PP(\tau(x_{\delta})<+\infty)\) for large \(x\). The proof concludes by showing that either the first and third terms vanish or the first dominates the third: assume first that there exists a sequence \(x_n\to+\infty\) such that \[\int_0^{x_n-x_{\delta}} e^{\lambda^* y}\nu_{x_n}(dy) < 1-\varepsilon'\] for some \(\varepsilon'>0\) and all \(n\); then \(\nu_{x_n}([x_n-x_{\delta},x_n])\geq \varepsilon'\) and consequently \[\int_0^{x_n} e^{\lambda^* y}\nu_{x_n}(dy) \to +\infty.\] For such a sequence, the first and third terms on the RHS of 26 vanish as \(x\to+\infty\). On the other hand, if there is no such sequence (and hence \(\liminf \int_0^{x_n-x_{\delta}} e^{\lambda^* y}\nu_{x_n}(dy)\geq 1\)), the first term dominates the third one and \(\varepsilon\PP(\tau(x_{\delta})<+\infty)\) is still a lower bound for \(\eqref{eq:lower95bound953}\).
Let us now observe that \(q(x)\) goes to \(0\) as \(x\to+\infty\), so the events of interest are indeed rare events: for any \(\varepsilon>0\), there is \(k_{\varepsilon}\) such that \(\nu[k_{\varepsilon},+\infty) < \varepsilon\); then for \(x\) big enough we have that: \[\begin{align} q(x) &\asymp \exp(-\lambda^*x) \int_0^x \exp(\lambda^*y)\;\nu_x(dy) \\&\leq \exp(-\lambda^*x) \int_0^{k_{\varepsilon}} \exp(\lambda^*y)\;\nu_x(dy)\;+\;\nu_x[k_{\varepsilon},x). \end{align}\] Since \(k_{\varepsilon}\) is fixed the above limit is upper bounded by \(\varepsilon\), and \(\varepsilon\) is arbitrary. Hence \(q(x)\to 0\) as \(x\to+\infty\).
The proof of Lemma 1 is then complete. \(\wqed\) ◻
Proof. Proof of Lemma 2: The statement on \(\eta\) follows easily from stochastic domination by noticing that the function \(y \mapsto \EE_y \tau(0)\) is non-decreasing. Indeed: \[\begin{align} \begin{aligned} \limsup_{x\to+\infty} \EE[\eta] = \limsup_{x\to+\infty} \frac{\EE_{\nu_x} [\tau(0)\;\bfone(\tau(0)<\tau(x))]}{1 - q(x)} \leq \frac{\EE_{\nu} [\tau(0)]}{1 + \boldsymbol{o}(1)} <+\infty. \end{aligned} \end{align}\]
We now turn to \(\zeta\). For each \(x>0\) denote by \(U(x)\) the overshoot at \(x\): \(U(x) = Z(\tau(x)) - x\).
by means of the exponential change of measure and the asymptotics of : \[\begin{align} \begin{aligned} \lim_x \EE[\zeta] & = \lim_x \EE_{\nu_x}[\tau(x)\;|\; \tau(x) < \tau(0)] \\ &= \lim_x \frac{\EE^{\lambda^*}_{\nu_x}[e^{-\lambda^*U(x)+\lambda^* y_0}\;;\;\tau(x)\;;\;\tau(x) < \tau(0)]}{\EE^{\lambda^*}_{\nu_x}[e^{-\lambda^* U(x) + \lambda^* y_0 }\;;\;\tau(x) < \tau(0)]} \\ &\asymp \; \EE^{\lambda^*}_{\nu_{x}}[\tau(x)] \\ & \asymp \frac{1}{\psi'(\lambda^*)}\int_0^{x} (x - y_0) \; \nu_{x}(dy_0). \end{aligned} \end{align}\]
Using that \(\nu\) has finite first moment, the last term above is seen to scale as \(x/\psi'(\lambda^*)\) up to multiplicative constants. ◻
Proof. Proof of Lemma 3:
To lighten the notation let us denote \(n_{\delta}(B(x))\) by \(n_{\delta}\). We will show separately that \[\label{eq:lln95eta} \lim_x\PP\left(\frac{1}{n_{\delta}}\sum_{j=1}^{n_{\delta}} \eta_j \geq (1+\delta)\; \EE\eta_1 \right) = 0\tag{27}\] and \[\label{eq:lln95zeta} \lim_x\PP(\zeta > (1+ \delta)\; \EE\zeta) = 0.\tag{28}\] Together they imply ?? .
Let us start with 27 . For this part of the proof we apply Chebyshev’s inequality:
\[\begin{align} \lim_x\PP\left(\frac{1}{n_{\delta}}\sum_{j=1}^{n_{\delta}} \eta_j \geq (1+\delta)\; \EE\eta_1 \right) & \leq \lim_x\PP\left(\frac{1}{n_{\delta}^2}\sum_{j=1}^{n_{\delta}} |\eta_j-\EE\eta_j|^2 \geq (\delta\; \EE\eta_1)^2 \right) \\ & \leq \frac{\text{Var}(\eta_1)}{n_{\delta}(\delta\; \EE\eta_1)^2} \\ & \leq \frac{1}{n_{\delta}(\delta\; \EE\eta_1)^2} \int_0^{+\infty} \EE_{y}[\tau(0)^2]\;\nu(dy) \\ & \asymp \frac{1}{n_{\delta}(\delta\; \EE\eta_1)^2} \int_0^{+\infty} (x-y)^2\;\nu(dy). \end{align}\] The asymptotic equivalence of the last line above is justified by [27] once we note that \(\PP(Z(t)\geq -x_0)\) decays exponentially to \(0\) with \(t\) for every fixed \(x_0>0\) (this is easily checked with an exponential martingale argument using any parameter \(\theta>0\) such that \(\psi(\theta)<0\)).
Since \(\nu\) has finite second moment and does not equal \(\delta_0\), \(\EE[\eta_1]\) doesn’t go to \(0\) with \(x\to+\infty\) and we conclude 27 .
Let us now prove 28 . On the one hand the Strong Law of Large Numbers (see [25]) implies that: \[\lim_{x\to+\infty} \frac{Z(\tau(x))}{\tau(x) \EE^{\lambda^*} Z(1)} = \lim_{x\to+\infty} \frac{x+U(x)}{\tau(x) \psi'(\lambda^*)} = 1,\; \PP^{\lambda^*}-a.s.\] Here as before \(U(x)\) denotes the overshoot at \(x\). On the other hand, as seen in Lemma 2, for large \(x\), \(\EE\zeta\) is asymptotically equivalent to \(x/\psi'(\lambda^*)\). Under Cramér’s condition \(U(x)/x\) converges to \(0\) almost surely, so we conclude that \[\lim_{x\to+\infty} \frac{\tau(x)}{\EE^{\lambda^*}[\tau(x)]} = 1,\; \PP^{\lambda^*}-a.s.\] and 28 follows. ◻
In this section \(Z\) denotes either a random walk on discrete time or a Lévy process, satisfying Cramér’s condition, and we will consider as restarting measures the family of quasi-stationary distributions \((\nu_x)_{x\geq1}\). The proof of Theorem 4 relies on some auxiliary results.
Lemma 4. The sequence of QSD measures \((\nu_x)_{x\geq1}\) converges in distribution to the Yaglom limit on \((0,+\infty)\), given by: \[\nu(B) \coloneq \lim_{t\to+\infty} \PP_{x_0}(Z(t)\in B\;|\; t< \tau(0)),\] where \(\tau(0) = \inf\{t>0\;:\;Z(t) \leq 0 \}\) and \(x_0\in (0,+\infty)\) is an arbitrary point.
Once the sequence of measures admits a weak limit, Remark [remark:weak95convergence95and95domination] provides a route to apply Theorem 3, thereby yielding the lower bound in Theorem 4. We adopt, however, a different approach that relies more heavily on properties associated with quasi-stationarity.
Lemma 5. For the restarted process \(Z^{\nu_x}\), \(\tau^{\nu_x}(x)\) has an exponential distribution with parameter \(\beta(x)q(x)\), where \(\beta(x)\) is the exponential rate of absorption associated with \(\nu_x\) and \(q(x)\) is defined in ?? .
Lemma 6. The function \(\beta(x)\), as defined in Lemma 5, is decreasing in \(x>0\) and has a positive limit \(\beta >0\) as \(x\to+\infty\).
If we assume the lemmas above we may prove the main result as follows:
Proof. Proof of Theorem 4:
By Lemma 5 we have that \(\PP(\tau^{\nu_x}(x)\leq B(x)) = 1 - \exp[-\beta(x)q(x)B(x)]\). Since
\(B(x)\) grows slower than \(e^{\lambda^*x}\) with \(x\), \(\beta(x)q(x)B(x)\to 0\) and \(\PP(\tau^{\nu_x}(x)\leq B(x))\sim\beta(x)q(x)B(x)\) as \(x\to+\infty\), with the notation \(\sim\) defined at the beginning of Subsection 4.2.
Also, by Lemma 6, \(\beta(x)\) has a positive limit, and since \(\PP(\tau(x)\leq B(x))\) has order \(\exp(-\lambda^* x)\), by Proposition [thm:estimates95pasasge95times] we conclude that the ratio \[\frac{\PP(\tau^{\nu_x}(x)<B(x))}{ \PP(\tau(x)<B(x))}\frac{1}{B(x)\int_0^x e^{\lambda^* y}\nu_x(dy)}\] is bounded away from zero and infinity uniformly in \(x\).
\(\bqed\) ◻
Before proving the lemmas we compute the quasi-stationary distribution, its exponential moment of order \(\lambda^*\) and the absorption rate for a linear Brownian motion explicitly.
Proof. Proof of Corollary 2
In the case in which \(Z\) is distributed as a Brownian motion we can compute all ingredients explicitly. Brownian motion with constant drift \(-\mu<0\) has infinitesimal generator: \[\cL = \frac{1}{2}\frac{d^2}{dx^2} - \mu\frac{d}{dx}\] whose domain contains the set of twice continuously differentiable functions with right limit (resp left limit) equal to \(0\) at \(0\) (resp \(x\)), denoted by \(C^2_0(0,x)\). The adjoint operator is: \[\cL^* = \frac{1}{2}\frac{d^2}{dx^2} + \mu\frac{d}{dx}\] and has \(u(y) = \sin(\pi y/x) e^{-\mu y}\) as a positive eigenfunction. Indeed: \[\cL^* u = -\frac{1}{2}\left(\mu^2 + \frac{\pi^2}{x^2}\right) u.\]
By the spectral characterization of quasi-stationary measures (see e.g. [28]), the measure \[\label{eq:qsd95BM} \nu_x(dy) = D \sin(\pi y/x) e^{-\mu y} dy,\tag{29}\] is then quasi-stationary for \(Z\), where \(D= \frac{\mu^2x^2+\pi^2}{\pi x (e^{-\mu x} + 1)}\) is the normalization constant. The absorption time \(T_x = \tau(x)\wedge \tau(0)\) is exponentially distributed with rate \(\beta(x) = \frac{1}{2}\left(\mu^2 + \frac{\pi^2}{x^2}\right)\) that is: \[\label{eq:qsd95abs95distribution} \PP_{ \nu_x}(T_x>t) = e^{-\frac{1}{2}\left(\mu^2 + \frac{\pi^2}{x^2}\right)t}.\tag{30}\]
With the explicit form for the quasi-stationary distribution, and recalling that \(\lambda^* = 2\mu\), the exponential moment follows: \[\begin{align} \label{eq:qsd95BM95exp95moment} \begin{aligned} \int_0^x e^{\lambda^* y}\nu_x(dy) = D \int_0^x e^{\mu y}\sin\left(\frac{\pi}{x}y\right) dy = D \pi x \frac{e^{\mu x }+ 1}{\mu^2 x^2 + \pi ^2} = e^{\mu x}. \end{aligned} \end{align}\tag{31}\] The result now follows from Theorem 4. ◻
We now turn to the proof of the auxiliary lemmas.
Proof. Proof of Lemma 4:
Let us recall the piece of notation \(T_x = \inf\{t>0\;:\; Z(t) \notin (0,x)\} = \tau(0)\wedge \tau(x)\) and take \(x_0\) any number in \((0,+\infty)\). We shall prove that the following limit holds for any bounded measurable function \(f\): \[\label{eq:qsd95convregence953} \lim_{x\to+\infty} \lim_{t\to+\infty} \left| \EE_{x_0} \left[ f(Z(t)) \; |\; t< \tau(0) \right] - \EE_{x_0} \left[ f(Z(t)) \; |\; t< T_x \right] \right| = 0.\tag{32}\]
The result relies on proving that \(\PP_{x_0}(t<\tau(x) \wedge \tau(0)) \sim \PP_{x_0}(t<\tau(0))\) when taking \(t\) and \(x\) to \(+\infty\) in the same order as in 32 . To check this fact, we start by using the strong Markov property: \[\begin{align} \label{eq:qsd95convergence954} \begin{aligned} 1 - \frac{\PP_{x_0}(t<T_x) }{\PP_{x_0}(t<\tau(0))} & = \frac{\PP_{x_0}( \tau(x)\leq t<\tau(0)) }{\PP_{x_0}(t<\tau(0))} \\ & = \frac{ \EE_{x_0}\left\{\bfone(\tau(x)\leq t)\;\PP_{Z(\tau(x))}\left(t-\tau(x)<\tau(0)\right)\right\}}{\PP_{x_0}(t<\tau(0))}. \end{aligned} \end{align}\tag{33}\]
In [18] it is proved that for Lévy processes, for large \(t\): \[\PP_{x_0}\left(t<\tau(0)\right) \sim \text{const }V(x_0) \exp(t\;\psi(\lambda_0))\; t^{-3/2},\] where \(\lambda_0\in (0,\lambda^*)\) is the unique positive solution to \(\psi'(\lambda)=0\), and the function \(V\) as defined in [18] satisfies: \[g(x)\; e^{\lambda_0 x} \leq V(x) \leq e^{\lambda_0 x}\; C\] for some constant \(C>0\) and some bounded increasing function \(g\). It now follows that the right-hand side of 33 converges to zero. Indeed, \[\begin{alignedat}{1} 1 - \frac{\PP_{x_0}(t<T_x)}{\PP_{x_0}(t<\tau(0))} &\leq \mathrm{const}\; \frac{\EE_{x_0}\!\left\{\mathbf{1}(\tau(x)\le t)\, V(Z(\tau(x)))\right\}}{V(x_0)} \\[0.8ex] \overset{t\to+\infty}{\leq}\;&\phantom{\leq\;} \mathrm{const}\; \frac{1}{\exp(\lambda_0 x_0)}\, \EE_{x_0}\!\left\{\mathbf{1}(\tau(x)\le +\infty)\, \exp\{\lambda_0(x-x_0+U(x))\}\right\} \\[0.8ex] \leq\;&\phantom{\leq\;} \mathrm{const}\; \EE^{\lambda^*}\!\left\{ \exp\bigl(-(\lambda^*-\lambda_0)(x-x_0+U(x))\bigr)\right\} \\[0.8ex] =\;&\phantom{\leq\;} \mathbf{o}(1),x\to+\infty . \end{alignedat}\] Here we used the exponential martingale change of measure and the overshoot \(U(x)\) once more (recall Remark [remark:oevrshoot95convergence]). In the case of a random walk under Cramér’s condition, [18] provides an analogous estimate but with a spatial factor \(V=1\), so all the above considerations still hold. We may now conclude 32 : \[\begin{align} \begin{aligned} \Bigl| \EE_{x_0}\bigl[ f(Z(t)) \mid t<\tau(0) \bigr] &- \EE_{x_0}\bigl[ f(Z(t)) \mid t<T_x \bigr] \Bigr| \\ &= \frac{ \Bigl| \EE_{x_0}\bigl[ f(Z(t));\, t<\tau(0) \bigr] - (1+\mathbf{o}(1))\,\EE_{x_0}\bigl[ f(Z(t));\, t<T_x \bigr] \Bigr| }{ \PP_{x_0}(t<\tau(0)) } \\ & \leq \frac{ \Bigl| \EE_{x_0}\bigl[ f(Z(t));\, \tau(x) \le t<\tau(0) \bigr] \Bigr|}{ \PP_{x_0}(t<\tau(0)) } + \mathbf{o}(1)\,\frac{ \Bigl|\EE_{x_0}\bigl[ f(Z(t));\, t<T_x \bigr] \Bigr| }{ \PP_{x_0}(t<\tau(0)) } \\ &\le \|f\|_{\infty}\; \mathbf{o}(1), \end{aligned} \end{align}\] and the proof is complete. ◻
Proof. Proof of Lemma 5: We recall that for the process \(Z\) absorbed upon exiting \((0,x)\), the absorption time \(\tau(x)\wedge\tau(0)\) is exponentially distributed with parameter \(\beta(x)\) if started with the quasi-stationary distribution \(\nu_x\) (see e.g.[14]). Observe that the \(\tau^{\nu_x}(x)\) can be decomposed into a sum of a geometric number of duration of cycles, namely \[\tau^{\nu_x}(x) = \sum_{j=1}^{N_x} \tau_j,\] where \(N_x\) is the index of the first cycle at which \(Z\) exits through \([x,+\infty)\), and \(\tau_j\) is the duration of the \(j-\)th cycle. Thus \(N_x\) is geometric with parameter \(q(x) = \PP_{\nu_x}(\tau(x)<\tau(0))\) and the times \(\tau_j\) are independent and distributed as \(\tau(x)\wedge \tau(0)\). Then \(\tau^{\nu_x}(x)\) is a geometric sum of i.i.d. exponential random variables. Moreover, since \(\nu_x\) is a quasi-stationary distribution, the time and position at which \(Z\) exits \((0,x)\) are independent [14], and hence so is \(N_x\) of \(\tau_1,\dots,\tau_{N_x}\). Being a geometric sum of exponential random variables which are mutually independent and independent of the number of terms, we conclude that \(\tau^{\nu_x}(x)\) has an exponential distribution of parameter \(\beta(x)q(x)\). ◻
Proof. Proof of Lemma 6: Let \(T_x = \tau(x)\wedge \tau(0) = \inf\{t>0:\;Z(t)\notin (0,x)\}\) be the first exit time from \((0,x)\); since the quasi-stationary measure is the unique Yaglom limit for the system under consideration, the rate of absorption \(\beta(x)\) is obtained as \[\beta(x) = -\lim_{t\to+\infty} \frac{1}{t}\log \PP_y(T_x>t)\] for any \(y\in(0,x)\). Since \(x'>x> y >0\) implies \(T_{x'}\geq T_x\) \(\PP_y -\)almost surely, it follows that \(\beta(x')\geq \beta(x)\). The sequence of absorption rates is non-increasing with \(x\), hence has a limit \(\beta\). The same reasoning show that if \(\beta_{\infty}\) denotes the absorption rate of the QSD on \((0,+\infty)\) then \(\beta(x)\geq \beta_{\infty}\) for every \(x\geq 1\) which implies that \(\beta\geq\beta_{\infty}>0\).
\(\wqed\) ◻
This paper investigates various exploration strategies under time constraints in environments with unknown stochastic dynamics focusing on their impact on performance as measured by the time required to reach a set of rare states.
We aim for this work to be a foundational step towards developing a more qualitative theory of exploration, specifically by incorporating the time needed to observe meaningful signals for the first time. For example in Reinforcement Learning environments with sparse rewards, exploration of the state space or action-state space is widely recognized as a critical bottleneck to efficiency. By addressing this crucial aspect, we seek to contribute to more efficient and effective exploration strategies in such contexts and beyond.
In this work, we focused on space-invariant one-dimensional dynamics, which provide highly interpretable results and for which we can provide explicit performance guarantees. Building on this understanding, future work will consider more general Markovian dynamics, providing a more comprehensive and realistic framework for exploring challenging environments. A natural extension of this work is to higher-dimensional settings. While explicit hitting-time estimates of the kind used here are generally unavailable in that regime, the “too-many-particles" phenomenon and the core conclusions of our main results are expected to carry over to considerably more general settings.
In this section we investigate the interplay between the probability of exploration, under the time regime of interest, and the efficiency of the associated estimation procedure. In particular, we show that the variance of the natural Monte Carlo estimator mirrors the typical exploration time.
Consider an \(\mathrm{M/M/1}\) queue on the truncated state space \(\{0,1,\dots,n\}\) with load parameter \(\rho<1\), and assume that \(X(0)=0\) almost surely. The chain is ergodic, and its invariant measure is geometrically decaying: for any \(k\in\mathbb{N}\) with \(k\le n\), the stationary weight is proportional to \(\rho^k\). By the Ergodic Theorem, the stationary measure \(\pi\) satisfies \[\pi(k) = \lim_{t\to\infty} \frac{1}{t}\int_0^t \mathbf{1}\bigl(X(s)=k\bigr)\,ds .\] A Monte Carlo estimator for \(\pi(k)\), based on a time horizon \(B(k)\), is therefore \[\widehat{\pi}(k) = \frac{1}{B(k)}\int_0^{B(k)} \mathbf{1}\bigl(X(s)=k\bigr)\,ds .\]
We focus on restrictive time budgets and assume that the estimation of \(\pi(k)\) for large \(k\) is performed with a linear-in-\(k\) horizon, \[B(k)\asymp k, \qquad k\to\infty .\] In such a regime, the process is expected to spend exceedingly little time in state \(k\): indeed, the expected hitting time of \(k\) grows exponentially fast in \(k\). As we show next, this scarcity of observations is the principal obstruction to reliable estimation, and it directly governs the variance of the Monte Carlo estimator.
Fix \(c>0\) and introduce the surrogate estimator \[\xi(k) \mathrel{\vcenter{:}}= c\, \mathbf{1}\bigl(\tau(k)< B(k)\bigr),\] where \(\tau(k)\) denotes the hitting time of state \(k\). Then, by noting that \(\widehat{\pi}(k) + \xi(k)\) is almost surely bounded by \(1+c\), and that \(\bigl| \widehat{\pi}(k) - \xi(k) \bigr|\bfone(\tau(k)>B(k)) = 0\), one obtains:
\[\begin{gather} \bigl|\operatorname{Var}\,\widehat{\pi}(k) - \operatorname{Var}\,\xi(k)\bigr| = \Bigl|\mathbb{E}_0\bigl[(\widehat{\pi}(k)-\xi(k))(\widehat{\pi}(k)+\xi(k))\bigr] \\ - \mathbb{E}_0(\widehat{\pi}(k)-\xi(k))\, \mathbb{E}_0(\widehat{\pi}(k)+\xi(k))\Bigr| \\ \leq 2(1+c)\cdot \mathbb{E}_0|\widehat{\pi}(k) -\xi(k)| \\ \leq \mathrm{const}\cdot \mathbb{P}_0\!\bigl(\tau(k)\le B(k)\bigr), \end{gather}\] for some constant independent of \(k\), thus showing that the variance is essentially governed by the rare-event probability of reaching \(k\) within the available time budget.
The approach found in [3] for defining a restarted mechanism is based on the paradigm of Fleming-Viot (FV) particle system, introduced by [4]. In this framework, a population of particles (which can represent different simulations in parallel) evolves over time, exploring the state space in parallel. When a particle falls into a less promising region \(A\), it is “restarted" by being replaced with a copy of another, more promising particle. This ensures that resources are concentrated on exploring the most fruitful areas of the state space. The FV strategy is particularly effective in scenarios where certain regions of the state space are more likely to yield valuable rewards, as it dynamically reallocates exploration effort towards these regions, thereby increasing the overall efficiency of the exploration process.
Note that various papers [29]–[31] have shown that FV empirical measures converge as the number of particles tend to infinity to the conditioned evolution of the process, i.e., \[m_t^N(A) \to P(X_t \in A | T \ge t ), N \to \infty,\] where \(T\) is the hitting time of \(A\). On the other hand \(P(X_t \in A | T \ge t ) \to \nu(A)\), as \(t \to \infty\) where \(\nu\) is the (a for countable state space) QSD associated with the process absorbed in \(A\). This is the motivation for restarting according to the QSD in our work.
This example has been considered in [3] and generalized to multidimensional settings (several coupled queues). It serves here as a canonical illustration of Reinforcement Learning in environments with sparse and rare rewards where the exploration is the main bottleneck. We summarize the model and the FVRL strategy introduced in [3] as a motivation for our theoretical results. Consider an \(M/M/1/K\) queue with fixed buffer capacity \(K\), arrival rate \(\lambda\), service rate \(\mu\), and load \(\rho = \lambda/\mu < 1\). The state space is \(\cS = \{0,1,\dots,K\}\), representing queue occupancy. The control action \(a \in \{0,1\}\) determines whether to accept (\(a=1\)) or block (\(a=0\)) arriving jobs. The reward function is structured to penalize both the under-utilisation of resource and large blocking probabilities: \[r(x,a) = \begin{cases} 0 & \text{if } a = 1 \\ B(1 + b^{x - x_{\text{ref}}}) & \text{if } a = 0 \end{cases}\] with \(B > 0\), \(b > 1\), and reference state \(x_{\text{ref}}\). This structure induces threshold-optimal policies (blocking all the incoming traffic after a given threshold). For threshold policies parameterized by \(\theta\), we define the policy-dependent blocking threshold \(K_\theta = \lfloor \theta \rfloor + 1\), representing the state at which the policy \(\pi_\theta\) begins rejecting incoming jobs. To ensure that the blocking threshold never exceeds the physical buffer, the policy parameter is restricted to the compact domain \(\Theta = [0, K-1]\), so that \(K_\theta \leq K\) is guaranteed at all times. Under the average reward criterion and using a policy gradient strategy, one aims at minimizing: \[J^{\pi_\theta} = \sum_{x \in \cS} p^{\pi_\theta}(x) \sum_{a} \pi_\theta(a|x) Q_{\theta}(x,a),\] where \(\theta \in \Theta\) is the parametrisation of the policy. The policy gradient theorem yields: \[\nabla_\theta J^{\pi_\theta} = \sum_{x \in \cS} p^{\pi_\theta}(x) \sum_{a} Q_{\theta}(x,a) \nabla_\theta \pi_\theta(a|x)\] For threshold policies parameterized by \(\theta \in \Theta\), this simplifies to: \[\label{grad:est} \nabla_\theta J^{\pi_\theta} \propto p^{\pi_\theta}(\mathbf{K_\theta}-1) \left[ Q_{\theta}(\mathbf{K_\theta}-1,1) - Q_{\theta}(\mathbf{K_\theta}-1,0) \right]\tag{34}\] where \(K_\theta = \lfloor \theta \rfloor + 1\) is the learned blocking threshold, and the gradient is concentrated at state \(K_\theta - 1 = \lfloor \theta \rfloor\), the last state before the policy blocks under the current parameterization \(\theta \in \Theta\).
Given this framework, the RL strategy will be efficient if the gradient estimates can be informative. We discuss here only the estimate of the stationary probability \(p^{\pi_\theta}(\mathbf{K_\theta}-1)\). The stationary distribution for state \(\mathbf{K_\theta}\), under the threshold policy \(\pi_\theta\), is given by the \(M/M/1/K_\theta\) formula: \[p^{\pi_\theta}(\mathbf{K_\theta}) = \frac{(1-\rho)\rho^{\mathbf{K_\theta}}}{1-\rho^{\mathbf{K_\theta}+1}}.\] For typical parameters (\(\rho = 0.7\), \(K_\theta = 40\)), \(p^{\pi_\theta}(\mathbf{K_\theta}) \sim \mathcal{O}(10^{-7})\). Since \(p^{\pi_\theta}(\mathbf{K_\theta}-1) \sim p^{\pi_\theta}(\mathbf{K_\theta})/\rho\), both are exponentially small.
Consequently:
Vanilla Monte Carlo estimators of \(p^{\pi_\theta}(\mathbf{K_\theta}-1)\) exhibit prohibitive variance (in terms of multiplicative errors),
Much more importantly, the policy gradient in 34 becomes numerically zero under finite sampling. Hence, the learning signal vanishes, preventing convergence to an optimal \(\theta\).
In order to compare our results with those of [3], we present a set of simulations for parallel \(\mathrm{M/M/1}\) queues under different time regimes. The hyperparameters used in Figure 4 are: total queue capacity \(K=40\), initial condition \(J=12\), arrival rate \(\lambda=0.7\), and service rate \(\mu=1\). In this numerical illustration, \(K_\theta = K = 40\), so that \(p^{\pi_\theta}(K)\) is the exponentially rare quantity identified in the Gradient Estimation subsection above.
Following [3], we estimate the stationary probability via a renewal-type decomposition based on successive returns to \(J\). More precisely, we estimate (i) the expected return time to state \(J\), which in our setting is of order \(10^2\), and independently (ii) the probability of hitting \(K\) starting from \(J\). For the latter we report estimators under time horizons \(B(K)\) of magnitudes \(10^5\), \(10^6\), and \(10^7\), and we compare them with the true stationary value \(\mathbf{p^{\pi_\theta}(K)}\) shown in Figure 4.
To ensure a fair comparison with the experiment of [3], we remark that the total number of events observed in our simulations—counting both arrivals and departures—is one to two orders of magnitude larger than theirs. Indeed, across our time regimes we record approximately \(1.7\times 10^r\) events for \(r=5,6,7\), which exceeds the event counts reported in [3]. This discrepancy is natural: correlations in the Fleming–Viot particle system substantially facilitate the exploration of the rare state \(K\).
In summary, and as expected, the estimation accuracy with independent particles lies between that of naive Monte Carlo (which rarely reaches \(K\) even for time of order \(10^6\)) and that of the Fleming–Viot particle system.
The FVRL method addresses this by introducing an absorption set, where prior knowledge is used on the fact that no rewards is granted in \(\cal A= \{0,1,\dots,J-1\}\) with \(J < K\). The Fleming-Viot particle system consists of \(N\) particles \((\xi_t^{\nu}(i))_{i=1}^N\) evolving in \(\cal A^c\), with resetting mechanism: particles hitting \(\cal A\) jump to positions of randomly selected surviving particles. This particle system approximately estimates the quasi-stationary distribution: \[\nu_Q^{\pi}(x) = \lim_{t\to\infty} \PP^{\partial\cal A^c}(X_t^{\pi} = x | T_{\mathcal{K}} > t)\] where \(T_{\mathcal{K}}\) is the hitting time of \(\cal A\). The FV-RL algorithm leverages this to construct gradient estimators: \[\widehat{\nabla_\theta v^{\pi_\theta}} = \sum_{x \in \AA^c} \hat{p}^{\pi_\theta}(x) \sum_{a} \hat{Q}_{\theta}(x,a) \nabla_\theta \pi_\theta(a|x)\] where \(\hat{p}^{\pi_\theta}\) is estimated via the FV particle system.
For \(K = 40\), \(\rho = 0.7\):
Vanilla MC estimates \(p^{\pi}(K) \approx 0\) even with \(10^6\) samples
FV provides accurate estimates with \(N \sim 10^3\) particles
FVRL converges to \(K^*\) while MC-based policy gradient fails completely
The method effectively trades the rare event probability \(p^{\pi}(K)\) for the substantially larger quasi-stationary probability \(\nu_Q^{\pi}(K)\), overcoming the exponential sample complexity of vanilla approaches. We do not compare here with our results of the estimates constructed in [3] are more complex than the idealized situation described in Section 3.4 which can however serve as a rule of thumb for practitioners.
The processes we consider fall in their class A category with parameter \(\alpha=2\).↩︎
The notation \(\asymp\) was introduced in Remark [rmk:asymp95notation].↩︎
see [26] for the analogous result for discrete-time random walks↩︎