REVIEW 4 major objections 6 minor 73 references
A Generative Physics-Informed Reinforcement Learning-Based Approach for Construction of Representative Drive Cycle
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A reinforcement-learning agent can synthesize a representative driving cycle by treating speed, acceleration, and grade as states and scoring whole cycles against measured kinematics.
desk verdict Useful new RL framing for drive-cycle construction with a real dataset, but the sampled speed and acceleration are not kinematically coupled, which undermines the central claim until fixed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Speed–Acceleration–Grade State Transition Matrix (SAGSTM), a sparse matrix whose entries are empirical probabilities of moving from one discretized speed, acceleration, and grade bin to another, estimated by counting transitions across all recorded trips. The matrix does two jobs: it defines the feasible action set for each state (only nonzero entries are allowed), which is the 'physics-informed' pruning that keeps the state-action space manageable enough to include road grade, and it provides the extrinsic reward through a softmax over transition probabilities. Learning then combines an Expected SARSA update—an on-policy temporal-difference rule that replaces the next action's value with the expected value over feasible actions—with a count-based intrinsic reward that encourages the agent to visit under-explored states, and a Monte Carlo update at the end of each episode that rewards the finished cycle for closeness to the experimental kinematic fragments. A separate rule inserts idle segments using observed idle durations. The final policy is read from a weighted sum of the Expected SARSA and Monte Carlo action-value tables.
What would settle it
Take a generated PIESMC cycle, numerically differentiate the speed trace with a central-difference scheme, and compare the result second-by-second with the acceleration values stored in the cycle; if the mismatch exceeds the acceleration bin width on more than a small fraction of the cycle, the cycle is not a physically drivable trajectory.
Extended reading notes
Core claim
The central claim is that driving-cycle construction can be reformulated as an episodic reinforcement-learning problem whose objective is not to imitate any recorded trip but to reproduce the statistical and transient content of the whole dataset. The agent's state is a joint bin of speed, acceleration, and road grade; its feasible actions are exactly the transitions that occur in the experimental data, encoded as nonzero entries of the Speed–Acceleration–Grade State Transition Matrix (SAGSTM). The state-action value is updated by Expected SARSA using a softmax reward over transition probabilities plus a count-based intrinsic reward, and at the end of each episode a Monte Carlo return based on the kinematic-fragment cost function updates a separate Q-table; the two are merged into a combined value that guides the next episode. The paper reports that the resulting cycles match the experimental mean speed, acceleration dispersion, idling percentage, road-grade standard deviation, and vehicle-specific-power distribution more closely than the micro-trip and Markov-chain baselines, while avoiding the high-frequency grade artifacts the micro-trip method produces.
Load-bearing premise
The generated speed, acceleration, and grade are sampled as independent state coordinates from a transition matrix, and the procedure never checks that acceleration is the time derivative of speed, so a coarse binning could produce a 'representative' cycle that no real vehicle could follow.
Editorial extensions
If this is right
- Local driving cycles that include road grade can be generated in minutes rather than hours from a modest set of on-road recordings, making city-specific and season-specific cycles practical for certification-style analysis.
- Cycles produced this way can be fed directly into vehicle energy and emissions models, and because they reproduce vehicle-specific power distributions, VSP-binned emission estimates should inherit the improvement.
- The feasibility mask from empirical transitions lets the scheme scale to three-dimensional state spaces (speed, acceleration, grade) where plain Markov-chain sampling becomes computationally prohibitive.
- The explicit idling mechanism means urban stop-and-go phases are represented with the right time share instead of being diluted by random Markov-chain sampling.
Reading between the lines
- The paper never enforces that acceleration equals the time derivative of the generated speed trace; a natural extension is to add a kinematic-consistency penalty during action selection, which would make the synthetic cycle directly drivable in a chassis dynamometer or full-vehicle simulation without post-processing reconciliation.
- Because representativeness is judged by a small set of scalar kinematic fragments, the method may under-weight rare but emission-critical events such as hard accelerations on uphill grades; a testable extension is to weight the cost function by each fragment's marginal contribution to real-world CO2 or NOx.
- The same sparse-transition-matrix plus episode-level Monte Carlo reward recipe could be applied to other finite-horizon trace-synthesis problems, such as battery duty cycles, engine load profiles, or driver pedal demands, by swapping the kinematic-fragment cost for domain-specific representativeness metrics.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes PIESMC, a reinforcement-learning method for constructing representative driving cycles from real-world speed, acceleration, and road-grade data. States are defined as triples of binned speed, acceleration, and grade; a SAGSTM is estimated from field data, and Expected SARSA with extrinsic and intrinsic rewards is combined with a Monte Carlo update whose reward is based on the cumulative error of seven kinematic fragments. The authors compare PIESMC with micro-trip-based (MTB) and Markov-chain-based (MCB) methods on two datasets and report large reductions in cumulative kinematic fragment error, a computational speedup relative to MCB, and supportive VSP and wavelet analyses.
Significance. If the claims held, the work would be a useful contribution: it addresses an application with practical importance, introduces a 3D state representation that includes road grade, shares real-world data, and provides comparisons with two standard baselines. The public data release and the use of independent VSP and wavelet evidence are strengths. However, the central evaluation is compromised by the absence of any kinematic-consistency check between the generated speed and acceleration traces, and the headline accuracy metric is the same quantity optimized by the method. The MCB baseline is also handicapped by omitting road grade by construction. These issues need to be resolved before the reported advantages can be accepted.
major comments (4)
- [§3.1, Eq. (4)–(5), Algorithm 1] The state is a triple of speed, acceleration, and grade, and each transition samples a complete next triple from the SAGSTM. No step enforces the finite-difference relation between the generated speed trace and the sampled acceleration coordinate, so the output profile is not guaranteed to be drivable; with coarse bins, a sampled transition can have a_t = 2 m/s^2 while v_{t+1} - v_t = 1 m/s. Because the kinematic fragments in Table 3 and the VSP values in Table 4 are computed from the sampled acceleration coordinate, the reported error reductions could be achieved by physically impossible speed–acceleration pairs. The paper must either derive acceleration from the generated speed trace or enforce a hard consistency constraint, and should report a consistency check between the speed trace and the acceleration used in evaluation.
- [§3.1, Eqs. (17)–(18); §4.1, Table 3] The headline metric is the cumulative kinematic fragment error E, and the Monte Carlo reward in Eq. (18) is a monotone function of E. PIESMC is therefore explicitly trained to minimize the metric used to report its advantage; the 35.1%/57.3% improvements over MTB and the 10.5% improvement over MCB are fitting results to this objective, not independent predictions. The comparison is further asymmetric because MTB and MCB are not optimized on E (MCB uses the SAGFD error described in §3.3). Please report holdout or cross-validated E values and at least one accuracy metric that is not part of the reward.
- [§3.3, §4.1, Table 2] The MCB method is described as using a three-dimensional SAGSTM, yet Figures 9c/9d show zero grade variation, Table 2 lists MCB grade std = 0.00, and §4.1 states that grade is omitted from MCB because of computational cost. Since grade modeling is the central contribution of PIESMC, comparing against an MCB variant that ignores grade is not a fair baseline; the 10.5% claim should be re-evaluated against a grade-aware MCB or presented with this caveat.
- [§4.1] The evaluation reports only the best of 50 stochastic runs for each method, with no run-to-run variance or significance test in Table 3. Because MTB and MCB are also stochastic, the reported improvements may reflect favorable selection rather than a systematic advantage; report mean ± standard deviation over the 50 trials and a paired comparison.
minor comments (6)
- [§2.1/§2.2] Sections 2.1 and 2.2 have nearly identical titles and overlapping content; the duplication should be removed or merged.
- [Algorithm 1] The instruction 'Check the idling condition' is not formally defined; the rule for when idling segments are inserted and how their duration is determined should be stated explicitly.
- [§3.1, Algorithm 1] Numerical values for τ, β, λ_ext, λ_int, γ_ES, γ_MC, α_ES, α_MC, bin widths, episode count, and decay rates are not reported, which prevents reproduction of the experiments.
- [Table 3] The 'Err. Imp.' row appears misformatted (e.g., '24.635.1' and '53.657.3'); the intended values should be presented clearly.
- [§4.1, Figure 10] The wavelet analysis is qualitative and does not quantify agreement of the PIESMC grade spectrum with the actual experimental grade spectrum; a spectral error metric would strengthen this evidence.
- [§4.1] There is a typographical inconsistency between 'PIESMC' and 'PIESEMC' in the main text; please standardize.
Circularity Check
PIESMC's headline kinematic-fragment error reductions are the same quantity the Monte Carlo reward maximizes, so the main validation metric is optimized rather than independently predicted.
-
self definitional
[Section 3.1, Eqs. (17)-(18) and Table 3]
"A physics-informed expected SARSA and Monte Carlo (PIESMC) algorithm is used to generate drive cycles whose representativeness is defined by the closeness of their kinematic fragments to those in the experimental data. ... The reward function in the Monte Carlo method is based on the cost function, which is a function of the error in kinematic fragments as defined in Table 1."
The Monte Carlo reward, Eq. (18), is R_MC = ς/(1+E), where E = Σϵ_i (Eq. 17) is the sum of kinematic-fragment errors. Table 3 reports the same cumulative error (ΣErr.) as the central result, including the 57.3% reduction over MTB. Therefore the headline accuracy numbers are the training objective: the RL agent is explicitly rewarded for lowering E, and the generated cycle is then evaluated on E. MTB and MCB are not optimized on this same objective (MCB uses SAGFD error), so the comparison mainly reflects the agent's success at optimizing its own reward, not an independent prediction. The stated definition of representativeness is also kinematic-fragment closeness, making the main validation self-referential by construction.
full rationale
The only clear circular step is the headline quantitative claim: the reported cumulative kinematic-fragment error is the same cost function used as the Monte Carlo reward, so the improvement over MTB and MCB on that metric is an optimization result rather than a predictive validation. The independent VSP and wavelet analyses are not directly optimized by the reward and provide partial external support, though the VSP mean for DC2 deviates from the experimental value. The kinematic consistency concern (sampled acceleration may not equal the derivative of the sampled speed) is a correctness and drivability risk, not a circularity, so it does not by itself raise the circularity score. No load-bearing self-citation or imported uniqueness theorem was found. Because the abstract's central superiority claim reduces to the training objective, the overall circularity score is 6.
Assumptions & free parameters
free parameters (4)
- State discretization (N_S, N_A, N_alpha and bin edges) =
Not reported
- RL hyperparameters (tau, beta, lambda_ext, lambda_int, gamma_ES, gamma_MC, alpha_ES, alpha_MC, epsilon, decay_rate… =
Not reported
- Target cycle duration / episode length =
Figures show 2000 s cycles, but not stated in text
- Number of episodes / training trials =
Not reported
assumptions (5)
- domain assumption SAGSTM sparsity encodes physical feasibility: transitions with zero empirical count are excluded from A'(s).
- domain assumption The 1 Hz resampling preserves all kinematic statistics relevant to drive cycle construction.
- domain assumption The filtered GPS grade profile, calibrated on Route B, is accurate for Route A.
- domain assumption A single PHEV, one set of routes, and 146 runs is enough to define the local representative driving behavior.
- ad hoc to paper The sum of seven kinematic fragment errors E (Eq. 17) fully characterizes representativeness.
Cite this review
Pith. "Pith review of A Generative Physics-Informed Reinforcement Learning-Based Approach for Construction of Representative Drive Cycle." pith.science (2026). https://pith.science/paper/MFXYPC7I
@misc{pith2026250607929,
author = {Pith},
title = {Pith review of: A Generative Physics-Informed Reinforcement Learning-Based Approach for Construction of Representative Drive Cycle},
year = {2026},
howpublished = {\url{https://pith.science/paper/MFXYPC7I}},
note = {Machine review of arXiv:2506.07929}
}
read the original abstract
Accurate driving cycle construction is crucial for vehicle design, fuel economy analysis, and environmental impact assessments. A generative Physics-Informed Expected SARSA-Monte Carlo (PIESMC) approach that constructs representative driving cycles by capturing transient dynamics, acceleration, deceleration, idling, and road grade transitions while ensuring model fidelity is introduced. Leveraging a physics-informed reinforcement learning framework with Monte Carlo sampling, PIESMC delivers efficient cycle construction with reduced computational cost. Experimental evaluations on two real-world datasets demonstrate that PIESMC replicates key kinematic and energy metrics, achieving up to a 57.3% reduction in cumulative kinematic fragment errors compared to the Micro-trip-based (MTB) method and a 10.5% reduction relative to the Markov-chain-based (MCB) method. Moreover, it is nearly an order of magnitude faster than conventional techniques. Analyses of vehicle-specific power distributions and wavelet-transformed frequency content further confirm its ability to reproduce experimental central tendencies and variability.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
Government of Canada,Greenhouse Gas Emissions, 2024. Available at:https:// www.canada.ca/en/environment-climate-change/services/environmental-indicators/ greenhouse-gas-emissions.html. Accessed: March 7, 2025
work page 2024
-
[2]
Available at:https://www.un.org/en/ climatechange/science/causes-effects-climate-change
United Nations,Causes and Effects of Climate Change, 2024. Available at:https://www.un.org/en/ climatechange/science/causes-effects-climate-change. Accessed: December 19, 2024
work page 2024
-
[3]
G. Fontaras, N.-G. Zacharof, and B. Ciuffo, “Fuel consumption and CO2 emissions from passenger cars in Europe—Laboratory versus real-world emissions,”Progress in Energy and Combustion Science, vol. 60, pp. 97–131, 2017
work page 2017
-
[4]
Development of real-world driving cycle: Case study of Pune, India,
S. H. Kamble, T. V. Mathew, and G. K. Sharma, “Development of real-world driving cycle: Case study of Pune, India,”Transportation Research Part D: Transport and Environment, vol. 14, no. 2, pp. 132–140, 2009
work page 2009
-
[5]
A. Ashtari, E. Bibeau, and S. Shahidinejad, “Using large driving record samples and a stochastic approach for real-world driving cycle construction: Winnipeg driving cycle,”Transportation Science, vol. 48, no. 2, pp. 170–183, 2014
work page 2014
-
[6]
E. G. Giakoumis,Driving and Engine Cycles, Vol. 1, Springer, 2017
work page 2017
-
[7]
Characterization of vehicle driving patterns and development of driving cycles in Chinese cities,
Q. Wang, H. Huo, K. He, Z. Yao, and Q. Zhang, “Characterization of vehicle driving patterns and development of driving cycles in Chinese cities,”Transportation Research Part D: Transport and Environment, vol. 13, no. 5, pp. 289–297, 2008
work page 2008
-
[8]
Development of urban driving cycle with GPS data post processing,
P. Lipar, I. Strnad, M. Česnik, and T. Maher, “Development of urban driving cycle with GPS data post processing,”Promet–Traffic&Transportation, vol. 28, no. 4, pp. 353–364, 2016
work page 2016
Show all 73 references
-
[9]
Delivery vehicle fleet data collection, analysis and naturalistic driving cycles synthesis,
B. Škugor and J. Deur, “Delivery vehicle fleet data collection, analysis and naturalistic driving cycles synthesis,”International Journal of Innovation and Sustainable Development, vol. 10, no. 1, pp. 19–39, 2016
2016
-
[10]
Generation of equivalent driving cycles using Markov chains and mean tractive force components,
P. Nyberg, E. Frisk, and L. Nielsen, “Generation of equivalent driving cycles using Markov chains and mean tractive force components,”IFAC Proceedings Volumes, vol. 47, no. 3, pp. 8787–8792, 2014. 29
2014
-
[11]
Stochastic synthesis of representative and multidimensional driving cycles,
A. Esser, M. Zeller, S. Foulard, and S. Rinderknecht, “Stochastic synthesis of representative and multidimensional driving cycles,”SAE International Journal of Alternative Powertrains, vol. 7, no. 3, pp. 263–272, 2018
2018
-
[12]
Simulation of real-world vehicle missions using a stochastic Markov model for optimal powertrain sizing,
G. Souffran, L. Miègeville, and P. Guérin, “Simulation of real-world vehicle missions using a stochastic Markov model for optimal powertrain sizing,”IEEE Transactions on Vehicular Technology, vol. 61, no. 8, pp. 3454–3465, 2012
2012
-
[13]
Available at:https://www.canada.ca/ en/environment-climate-change/services/climate-change/greenhouse-gas-emissions/ sources-sinks-executive-summary-2024.html
Environment and Climate Change Canada,Greenhouse Gas Emissions: Sources and Sinks in Canada – Executive Summary 2024, 2024. Available at:https://www.canada.ca/ en/environment-climate-change/services/climate-change/greenhouse-gas-emissions/ sources-sinks-executive-summary-2024....
2024
-
[14]
Available at:https://edgar.jrc.ec.europa.eu/report_
European Commission, Joint Research Centre (JRC),EDGAR – Emissions Database for Global Atmospheric Research, Report 2024, 2024. Available at:https://edgar.jrc.ec.europa.eu/report_
2024
-
[15]
Environmental Protection Agency,Regulations for Onroad Vehicles and Engines,
U.S. Environmental Protection Agency,Regulations for Onroad Vehicles and Engines,
-
[16]
Available at:https://pollution-waste.canada.ca/ environmental-protection-registry/regulations/view?Id=119
Government of Canada,Regulations Respecting Reduction in the Release of Greenhouse Gases and Air Pollutants from Vehicles and Engines, 2024. Available at:https://pollution-waste.canada.ca/ environmental-protection-registry/regulations/view?Id=119. Accessed: December 19, 2024
2024
-
[17]
Accessed: December 19, 2024
Available at:https://www.epa.gov/regulations-emissions-vehicles-and-engines/ regulations-onroad-vehicles-and-engines. Accessed: December 19, 2024
2024
-
[18]
Fuzzy energy management strategy for electric vehicle combining driving cycle construction and air-conditioning load identification,
C. Pan, Y. Tao, L. Wang, H. Li, and J. Yang, “Fuzzy energy management strategy for electric vehicle combining driving cycle construction and air-conditioning load identification,”Advances in Mechanical Engineering, vol. 13, no. 2, 1687814021994381, 2021
2021
-
[19]
A review on air emissions assessment: Transportation,
Y. Van Fan, S. Perry, J. Klemeš, and C. T. Lee, “A review on air emissions assessment: Transportation,” Journal of Cleaner Production, vol. 194, pp. 673–684, 2018
2018
-
[20]
A parallel hybrid electric vehicle energy management strategy using stochastic model predictive control with road grade preview,
X. Zeng and J. Wang, “A parallel hybrid electric vehicle energy management strategy using stochastic model predictive control with road grade preview,”IEEE Transactions on Control Systems Technology, vol. 23, no. 6, pp. 2416–2423, 2015
2015
-
[21]
Modeling transit bus emissions using MOVES: Comparison of default distributions and embedded drive cycles with local data,
A. Alam and M. Hatzopoulou, “Modeling transit bus emissions using MOVES: Comparison of default distributions and embedded drive cycles with local data,”Journal of Transportation Engineering, Part A: Systems, vol. 143, no. 10, 04017049, 2017. 30
2017
-
[22]
Effects of passenger load, road grade, and congestion level on real-world fuel consumption and emissions from compressed natural gas and diesel urban buses,
F. Rosero, N. Fonseca, J.-M. López, and J. Casanova, “Effects of passenger load, road grade, and congestion level on real-world fuel consumption and emissions from compressed natural gas and diesel urban buses,”Applied Energy, vol. 282, 116195, 2021
2021
-
[23]
A representative urban driving cycle for passenger vehicles to estimate fuel consumption and emission rates under real-world driving conditions,
O. A. Huzayyin, H. Salem, and M. A. Hassan, “A representative urban driving cycle for passenger vehicles to estimate fuel consumption and emission rates under real-world driving conditions,”Urban Climate, vol. 36, 100810, 2021
2021
-
[24]
Evaluating the impact of road grade on simulated commercial vehicle fuel economy using real-world drive cycles,
S. Lopp, E. Wood, and A. Duran, “Evaluating the impact of road grade on simulated commercial vehicle fuel economy using real-world drive cycles,” SAE Technical Paper, 2015
2015
-
[25]
The impacts from cold start and road grade on real-world emissions and fuel consumption of gasoline, diesel and hybrid-electric light-duty passenger vehicles,
L. He, Y. You, X. Zheng, S. Zhang, Z. Li, Z. Zhang, Y. Wu, and J. Hao, “The impacts from cold start and road grade on real-world emissions and fuel consumption of gasoline, diesel and hybrid-electric light-duty passenger vehicles,”Science of The Total Environment, vol. 851, 15...
2022
-
[26]
Development of a representative driving cycle for urban buses based on the K-means cluster method,
P. Yuhui, Z. Yuan, and Y. Huibao, “Development of a representative driving cycle for urban buses based on the K-means cluster method,”Cluster Computing, vol. 22, pp. 6871–6880, 2019
2019
-
[27]
Using the equal-power-based MCE to transform driving cycles with road grade for testing heavy-duty vehicle fuel consumption on dynamometer,
M. Zhang, W. Cheng, and Y. Shen, “Using the equal-power-based MCE to transform driving cycles with road grade for testing heavy-duty vehicle fuel consumption on dynamometer,”IEEE Access, vol. 9, pp. 125550–125560, 2021
2021
-
[28]
The effect of driving cycle duration on its representativeness,
M. Giraldo, L. F. Quirama, J. I. Huertas, and J. E. Tibaquirá, “The effect of driving cycle duration on its representativeness,”World Electric Vehicle Journal, vol. 12, no. 4, 212, 2021
2021
-
[29]
Driving cycles that reproduce driving patterns, energy consumptions and tailpipe emissions,
L. F. Quirama, M. Giraldo, J. I. Huertas, and M. Jaller, “Driving cycles that reproduce driving patterns, energy consumptions and tailpipe emissions,”Transportation Research Part D: Transport and Environment, vol. 82, 102294, 2020
2020
-
[30]
A time series clustering based approach for construction of real-world drive cycles,
G. G. Sundarkumar, S. B. Subramanya, C. R. Munigety, and A. S. Arora, “A time series clustering based approach for construction of real-world drive cycles,”Transportation Research Part D: Transport and Environment, vol. 97, 102896, 2021
2021
-
[31]
Data-driven identification of characteristic real-driving cycles based on K-means clustering and mixed-integer optimization,
D. Förster, R. B. Inderka, and F. Gauterin, “Data-driven identification of characteristic real-driving cycles based on K-means clustering and mixed-integer optimization,”IEEE Transactions on Vehicular Technology, vol. 69, no. 3, pp. 2398–2410, 2019. 31
2019
-
[32]
Optimization-based method to develop practical driving cycle for application in electric vehicle power management: A case study in Shenyang, China,
Z. Chen, Q. Zhang, J. Lu, and J. Bi, “Optimization-based method to develop practical driving cycle for application in electric vehicle power management: A case study in Shenyang, China,”Energy, vol. 186, 115766, 2019
2019
-
[33]
Optimization based method to develop representative driving cycle for real-world fuel consumption estimation,
Y. Cui, H. Xu, F. Zou, Z. Chen, and K. Gong, “Optimization based method to develop representative driving cycle for real-world fuel consumption estimation,”Energy, vol. 235, 121434, 2021
2021
-
[34]
An exploratory analysis comparing a stochastic driving cycle to California’s regulatory cycle,
J. Lin and D. A. Niemeier, “An exploratory analysis comparing a stochastic driving cycle to California’s regulatory cycle,”Atmospheric Environment, vol. 36, no. 38, pp. 5759–5770, 2002
2002
-
[35]
Using the AMCE algorithm to highly efficiently develop vehicle driving cycles with road grade,
M. Zhang, S. Shi, W. Cheng, Y. Shen, and W. Cao, “Using the AMCE algorithm to highly efficiently develop vehicle driving cycles with road grade,”IEEE Access, vol. 7, pp. 160449–160458, 2019
2019
-
[36]
Constructing representative driving cycle for heavy duty vehicle based on Markov chain method considering road slope,
X. Jia, H. Wang, L. Xu, Q. Wang, H. Li, Z. Hu, J. Li, and M. Ouyang, “Constructing representative driving cycle for heavy duty vehicle based on Markov chain method considering road slope,”Energy and AI, vol. 6, 100115, 2021
2021
-
[37]
A novel optimization-based method to develop representative driving cycle in various driving conditions,
Y. Cui, F. Zou, H. Xu, Z. Chen, and K. Gong, “A novel optimization-based method to develop representative driving cycle in various driving conditions,”Energy, vol. 247, 123455, 2022
2022
-
[38]
A driving cycle construction methodology combining K-means clustering and Markov model for urban mixed roads,
Y. Peng, Y. Zhuang, and Y. Arora, “A driving cycle construction methodology combining K-means clustering and Markov model for urban mixed roads,”Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, vol. 234, nos. 2–3, pp. 714–724, 2020
2020
-
[39]
Markov chain-based approach of the driving cycle development for electric vehicle application,
Y. Ying, Q. Zhang, Z. Wang, Z. Chen, and X. Cai, “Markov chain-based approach of the driving cycle development for electric vehicle application,”Energy Procedia, vol. 152, pp. 502–507, 2018
2018
-
[40]
High-efficiency driving cycle generation using a Markov chain evolution algorithm,
M. Zhang, S. Shi, N. Lin, and B. Yue, “High-efficiency driving cycle generation using a Markov chain evolution algorithm,”IEEE Transactions on Vehicular Technology, vol. 68, no. 2, pp. 1288–1301, 2018. 32
2018
-
[41]
A clustering-based optimization method for driving cycle construction: A case study in Fuzhou and Putian, China,
H. Qiu, S. Cui, S. Wang, Y. Wang, and M. Feng, “A clustering-based optimization method for driving cycle construction: A case study in Fuzhou and Putian, China,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 10, pp. 18681–18694, 2022
2022
-
[42]
Environmental Protection Agency,MOVES Algorithms, 2023
U.S. Environmental Protection Agency,MOVES Algorithms, 2023. Available at:https://www.epa. gov/moves/moves-algorithms#moduleaverage-speed-operating-mode-distribution-generator. Accessed: December 27, 2024
2023
-
[43]
exploration: A study of count-based exploration for deep reinforcement learning,
H. Tang et al., “exploration: A study of count-based exploration for deep reinforcement learning,” in Advances in Neural Information Processing Systems, vol. 30, 2017
2017
-
[44]
Road transportation emissions and energy consumption in cold climate cities,
H. Abediasl, N. B. Meresht, H. Alizadeh, M. Shahbakhti, C. R. Koch, and V. Hosseini, “Road transportation emissions and energy consumption in cold climate cities,”Urban Climate, vol. 52, 101697, 2023
2023
-
[45]
R. S. Sutton and A. G. Barto,Reinforcement Learning: An Introduction, MIT Press, 1998
1998
-
[46]
Karlsson, A
R. Karlsson, A. Carlson, and E. Dolk,Energy use generated by traffic and pavement maintenance: decision support for optimization of low rolling resistance maintenance treatments, Statens väg-och transportforskningsinstitut, 2012
2012
-
[47]
Comparisons of discretionary passenger vehicle idling behavior by season and trip stage with global positioning system and onboard diagnostic devices,
J. Dowds, J. Sullivan, and L. Aultman-Hall, “Comparisons of discretionary passenger vehicle idling behavior by season and trip stage with global positioning system and onboard diagnostic devices,” Transportation Research Record, vol. 2341, no. 1, pp. 76–82, 2013
2013
-
[48]
Assessing the influence of adverse weather on traffic flow characteristics using a driving simulator and VISSIM,
C. Chen, X. Zhao, H. Liu, G. Ren, Y. Zhang, and X. Liu, “Assessing the influence of adverse weather on traffic flow characteristics using a driving simulator and VISSIM,”Sustainability, vol. 11, no. 3, 830, 2019
2019
-
[49]
Influence of adverse weather on drivers’ perceived risk during car following based on driving simulations,
C. Chen, X. Zhao, H. Liu, G. Ren, and X. Liu, “Influence of adverse weather on drivers’ perceived risk during car following based on driving simulations,”Journal of Modern Transportation, vol. 27, pp. 282–292, 2019
2019
-
[50]
Investigating the impact of fog on freeway speed selection using the SHRP2 naturalistic driving study data,
M. N. Khan, A. Ghasemzadeh, and M. M. Ahmed, “Investigating the impact of fog on freeway speed selection using the SHRP2 naturalistic driving study data,”Transportation Research Record, vol. 2672, no. 16, pp. 93–104, 2018
2018
-
[51]
Stage-specific impacts of hazy weather on car following,
K. Gao, H. Tu, and S. Shi, “Stage-specific impacts of hazy weather on car following,” inProceedings of the Institution of Civil Engineers–Transport, vol. 172, no. 6, pp. 347–359, 2019
2019
-
[52]
Correcting the cognitive bias for commuting time to relieve the driving stress level in snow weather condition: A naturalistic driving study in Harbin, China,
Z. Yang, Z. Shi, D. Lu, and J. Liu, “Correcting the cognitive bias for commuting time to relieve the driving stress level in snow weather condition: A naturalistic driving study in Harbin, China,”Journal of Advanced Transportation, vol. 2024, no. 1, 8474050, 2024
2024
-
[53]
M. N. Khan, A. Das, and M. M. Ahmed, “Non-parametric association rules mining and parametric ordinal logistic regression for an in-depth investigation of driver speed selection behavior in adverse 33 weather using SHRP2 naturalistic driving study data,”Transportation Research ...
2020
-
[54]
Driving cycle equivalence and transformation,
P. Nyberg, E. Frisk, and L. Nielsen, “Driving cycle equivalence and transformation,”IEEE Transactions on Vehicular Technology, vol. 66, no. 3, pp. 1963–1974, 2016
1963
-
[55]
Impacts of reduced visibility under hazy weather condition on collision risk and car-following behavior: Implications for traffic control and management,
K. Gao, H. Tu, L. Sun, N. N. Sze, Z. Song, and S. Shi, “Impacts of reduced visibility under hazy weather condition on collision risk and car-following behavior: Implications for traffic control and management,” International Journal of Sustainable Transportation, vol. 14, no. ...
2020
-
[56]
Driving cycle developments and their impacts on energy consumption of transportation,
H. Achour and A. G. Olabi, “Driving cycle developments and their impacts on energy consumption of transportation,”Journal of Cleaner Production, vol. 112, pp. 1778–1788, 2016
2016
-
[57]
A reference book of driving cycles for use in the measurement of road vehicle emissions,
T. J. Barlow, S. Latham, I. S. McCrae, and P. G. Boulter, “A reference book of driving cycles for use in the measurement of road vehicle emissions,” TRL Published Project Report, 2009
2009
-
[58]
Energy management systems for battery electric vehicles,
M. Islameka, B. A. Budiman, F. B. Juangsa, and M. Aziz, “Energy management systems for battery electric vehicles,” inEmerging Trends in Energy Storage Systems and Industrial Applications, pp. 113–150, Elsevier, 2023
2023
-
[59]
Meta-heuristics optimization in electric vehicles—an extensive review,
A. K. V. Reddy and K. V. N. Narayana, “Meta-heuristics optimization in electric vehicles—an extensive review,”Renewable and Sustainable Energy Reviews, vol. 160, 112285, 2022
2022
-
[60]
Worldwide harmonized light-vehicles test procedure (WLTP) und real driving emissions (RDE) — aktueller stand der diskussion und erste messergebnisse,
H. Schmidt, “Worldwide harmonized light-vehicles test procedure (WLTP) und real driving emissions (RDE) — aktueller stand der diskussion und erste messergebnisse,” in 15th Internationales Stuttgarter Symposium: Automobil- und Motorentechnik, Springer, 2015, pp. 1403–1411
2015
-
[61]
Emission Test Cycles – FTP-75,
“Emission Test Cycles – FTP-75,” 2025. Available at:https://dieselnet.com/standards/cycles/ ftp75.php. Accessed: March 19, 2025
2025
-
[62]
Building a cycle for real driving emissions,
T. Donateo and M. Giovinazzi, “Building a cycle for real driving emissions,”Energy Procedia, vol. 126, pp. 891–898, 2017
2017
-
[63]
Using real-world driving databases to generate driving cycles with equivalence properties,
P. Nyberg, E. Frisk, and L. Nielsen, “Using real-world driving databases to generate driving cycles with equivalence properties,”IEEE Transactions on Vehicular Technology, vol. 65, no. 6, pp. 4095–4105, 2015. 34
2015
-
[64]
Managing engineering systems with large state and action spaces through deep reinforcement learning,
C. P. Andriotis and K. G. Papakonstantinou, “Managing engineering systems with large state and action spaces through deep reinforcement learning,”Reliability Engineering & System Safety, vol. 191, 106483, 2019
2019
-
[65]
Landmark based shortest path detection by using A* and Haversine formula,
N. R. Chopde and M. Nichat, “Landmark based shortest path detection by using A* and Haversine formula,”International Journal of Innovative Research in Computer and Communication Engineering, vol. 1, no. 2, pp. 298–302, 2013
2013
-
[66]
General least-squares smoothing and differentiation by the convolution (Savitzky–Golay) method,
P. A. Gorry, “General least-squares smoothing and differentiation by the convolution (Savitzky–Golay) method,”Analytical Chemistry, vol. 62, no. 6, pp. 570–573, 1990
1990
-
[67]
Temporal difference learning and TD-Gammon,
G. Tesauro et al., “Temporal difference learning and TD-Gammon,”Communications of the ACM, vol. 38, no. 3, pp. 58–68, 1995
1995
-
[68]
Reading and understanding continuous wavelet transforms,
A. Grossmann, R. Kronland-Martinet, and J. Morlet, “Reading and understanding continuous wavelet transforms,” inWavelets: Time-Frequency Methods and Phase Space Proceedings of the International Conference, Marseille, France, December 14–18, 1987, Springer, 1990, pp. 2–20
1987
-
[69]
Energy consumption analysis and prediction of electric vehicles based on real-world driving data,
J. Zhang, Z. Wang, P. Liu, and Z. Zhang, “Energy consumption analysis and prediction of electric vehicles based on real-world driving data,”Applied Energy, vol. 275, 115408, 2020
2020
-
[70]
Sensitive analysis of emission rates in MOVES for developing site-specific emission database,
Y. Wu, G. Song, and L. Yu, “Sensitive analysis of emission rates in MOVES for developing site-specific emission database,”Transportation Research Part D: Transport and Environment, vol. 32, pp. 193–206, 2014
2014
-
[71]
Methodology for developing modal emission rates for EPA multi-scale motor vehicle & equipment emission system,
H. C. Frey, A. Unal, J. Chen, S. Li, and C. Xuan, “Methodology for developing modal emission rates for EPA multi-scale motor vehicle & equipment emission system,” Ann Arbor, MI: U.S. Environmental Protection Agency, 2002
2002
-
[73]
What Is a Savitzky–Golay Filter? [Lecture Notes],
R. W. Schafer, “What Is a Savitzky–Golay Filter? [Lecture Notes],”IEEE Signal Processing Magazine, vol. 28, no. 4, pp. 111–117, 2011. 35
2011
-
[2024]
Accessed: December 19, 2024
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.