REVIEW 4 major objections 5 minor 1 cited by
Control Synthesis with Reinforcement Learning: A Modeling Perspective
T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read RL controllers trained on an inaccurate model fail in physical experiments.
desk verdict A genuine hardware case study that shows an LTI-trained RL controller failing while a nonlinear-model-trained controller works, but the comparison rests on single unseeded runs and an unvalidated 'accurate' model, so the general claim outruns the evidence. 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 argument rests on comparing two training environments for the same policy-gradient algorithm: the 'lab model,' a fourth-order nonlinear system from Lagrangian mechanics including actuator and damping terms, and the 'linear model,' an LTI linearisation that neglects rotational inertia, hinge damping, and nonlinear coupling. A two-hidden-layer ReLU neural network policy is trained with REINFORCE in each environment. The authors then use complex-step local sensitivity analysis to rank parameter sensitivities and a Monte Carlo region-of-attraction estimation to compare closed-loop robustness. The central object is the pair of environment models: the differences in their parameter sensitiviti
What would settle it
Run the same training and deployment procedure with a simulator whose parameters are deliberately mis-specified by a few percent relative to the true hardware; if the lab-model-trained controller still fails on hardware, the paper's claim that an accurate model is necessary would be weakened, whereas if a coarse model with domain randomisation also succeeds, the claim that a high-fidelity model is required would be refuted.
Extended reading notes
Core claim
The central claim is that a controller synthesised by reinforcement learning in simulation inherits the fidelity of the training environment: an 'accurate' first-principles model yields a policy that transfers directly to hardware without fine-tuning, whereas an 'inaccurate' simplified model yields a policy that performs almost identically in simulation but becomes brittle in the laboratory. The paper demonstrates this on a single inverted pendulum on a cart, where all five lab experiments using the linear-model-trained controller ended in failure or severe oscillation, while the lab-model-trained controller balanced the pendulum and rejected manual disturbances. Sensitivity analysis identif
Load-bearing premise
The comparison assumes that the 'lab model' parameters in Table 2 correctly describe the physical hardware, and that no other unmodeled dynamics (e.g., delays, sensor noise, motor saturation) are significant; if these parameters are wrong, the attribution of failure to the simplified model's neglected terms is not fully established.
Editorial extensions
If this is right
- For RL-based control to be deployed safely, the training simulator must include high-sensitivity physical effects (here, motor shaft inertia and hinge damping) even if they are small in magnitude.
- Local sensitivity analysis with complex-step differentiation is cheap enough to be added to standard RL training loops and can flag which neglected parameters will break a learned policy.
- An empirically estimated region of attraction can serve as a sanity check for sim-to-real transfer before physical experiments.
- Simplified models remain useful for analysis, but they may need to be augmented with the sensitive terms rather than discarded in favour of black-box domain randomisation.
Reading between the lines
- The finding suggests that model selection for RL training should be driven by parameter sensitivity analysis rather than by textbook familiarity; the same methodology could identify critical neglected physics in other underactuated systems such as quadrotors or manipulators.
- The paper implicitly argues against the default use of out-of-the-box simulation benchmarks, implying that controller comparisons in RL are only meaningful when the training environment is calibrated to the target hardware.
- A testable extension would replace the hand-picked simplified model with a data-driven black-box model and check whether a policy trained on it transfers; if it does, the conclusion is about model fidelity rather than physics-based modeling per se.
- The observed asymmetry in disturbance rejection (better for counterclockwise taps) suggests that enforcing approximate symmetry in the policy architecture could further improve deployment reliability.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies how model fidelity in the simulation environment affects the deployability of reinforcement-learning-based controllers for a single inverted pendulum on a cart. The authors train the same REINFORCE algorithm with a two-hidden-layer ReLU policy on two environments: a detailed first-principles 'lab model' (Eq. 3) and a simplified LTI model obtained by neglecting damping, rotational inertia, and nonlinear terms (Eq. 5). They report that both controllers stabilize the respective simulation for 20 seconds, but lab experiments show the LTI-trained controller fails or oscillates severely in all five trials, whereas the lab-model-trained controller balances and rejects perturbations (Sections 3.2.1–3.2.2). The paper then presents a complex-step local sensitivity analysis of model parameters and a Monte Carlo region-of-attraction estimation on 80,979 initial conditions, concluding that the high-fidelity training model gives a larger basin of attraction and more robust closed-loop behavior. The central claim is that designing RL controllers in an inaccurate simulation environment is unsuitable for physical deployment, while training with an accurate model yields robust controllers.
Significance. If the central claim is fully substantiated, the paper would provide a useful, concrete demonstration of the sim-to-real gap in a classic benchmark, with a practical diagnostic (local sensitivity analysis) and an empirical robustness assessment. The work has clear strengths: it uses a physical lab setup, derives the nonlinear model from first principles, and reports a substantial Monte Carlo region-of-attraction study (80,979 samples). The qualitative failure contrast—five of five LTI-trained controllers failing or oscillating versus successful balancing with the lab-model-trained controller—is striking and worth reporting. However, as described below, the comparison rests on single training runs with separately tuned hyperparameters and the 'accurate' model is asserted rather than validated against the hardware. These issues do not invalidate the qualitative observation but they do prevent the paper from supporting the strong, general claim in the abstract at its current level of evidence.
major comments (4)
- [Section 3.1 and 3.2] The central comparison is confounded by training variability. Section 3.1 states that the NAdam hyperparameters were 'tuned separately' for the two experiments, but no random seeds, episode counts, learning curves, or numbers of training runs are reported. REINFORCE is a high-variance policy gradient method, so the single LTI-trained policy deployed in Section 3.2.1 may be an unrepresentative draw. The claim that 'a poor model results in a controller that performs well in simulation but fails in physical experiments' requires that the only causally relevant difference between the two deployed controllers is training-model fidelity. The authors should retrain each policy over multiple seeds, report the distribution of simulation performance, and deploy policies matched on simulation performance. Without this, the hardware outcome cannot be uniquely attributed to model accuracy.
- [Section 2.1, Table 2, and Section 3.2] The 'accurate model' is not independently validated. The lab model in Eq. (3) is derived from first principles, and the parameters in Table 2 are presented as given, but there is no system-identification residual analysis, no comparison of predicted versus measured open-loop trajectories, and no parameter-fitting procedure. Because the same hardware is used both to motivate the lab model and as the test set, the claim that the lab model is 'accurate' is circular unless model error is quantified. The authors should report open-loop prediction errors or parameter-identification results that justify calling the lab model high-fidelity relative to the LTI model.
- [Section 4.2, Figure 18] The region-of-attraction comparison does not provide a clean quantitative measure of robustness. The reported success rates (26,583/80,979, 16,318/80,979, and 46,178/80,979) are computed from a non-uniform sampling protocol: the paper states that initial conditions were sampled in neighborhoods around 'previously validated initial conditions' and that radii were progressively increased. This yields a density-biased sample, and the 'hole' near the origin is dismissed rather than analyzed. The qualitative ordering of the three systems may be correct, but the percentages should not be interpreted as volumes or probabilities under a well-defined initial-condition distribution. A uniform or clearly stratified sampling design, or reporting the success rate as a function of distance from the origin, would strengthen the claim.
- [Section 4.1 and Section 5] The sensitivity analysis is used to 'justify' the discrepancy, but the connection to hardware failure is qualitative. Figures 14–16 show that the lab-model-trained controller has lower sensitivity to J_m and K_m in the controlled lab-model system, and that the LTI model neglects J_m and B_p. However, no statement is made about how large a parameter perturbation the LTI-trained controller can tolerate, or how the measured sensitivity magnitudes relate to actual hardware parameter uncertainty. The sensitivity results are suggestive and useful, but they do not by themselves establish that J_m or B_p mismatch caused the observed failures. A small quantitative experiment, such as perturbing J_m or B_p in the lab model and measuring the success rate of the LTI-trained policy, would make the causal story much stronger.
minor comments (5)
- [Abstract and Section 1] Minor English issues: 'Controllers designed using an accurate model is robust' should be 'are robust'; the phrase 'a poor model results in a controller that performs well in simulation but fails in physical experiments' is a strong claim that should be softened to 'in this case' unless the multi-seed evidence is added.
- [Section 3.1, Eq. (12)] Equation (12) writes V_m/10 on the left-hand side but the following explicit line gives V_m = 10(...). Either drop the '/10' in Eq. (12) or clarify that the output is normalized.
- [Section 4.2] The reference 'Fig. ' is empty in the sentence 'The denser result are shown in Fig. ', and the figure number should be filled in.
- [Section 4.2] The success criterion for the ROA study uses a final-second angle tolerance of 0.05 radians, while the training reward uses 0.2 radians. The mismatch is not discussed; please clarify why the stricter criterion was chosen and whether the results are sensitive to it.
- [Appendix, Table 2] The list of parameters is missing units for some entries (e.g., B_p and B_c are labeled with units in the table but the text sometimes omits them) and the table caption does not note the source of the parameter values (manufacturer data, direct measurement, or estimation). This is related to the major comment on model validation.
Circularity Check
No construction-level circularity: the main result is an empirical sim-to-real comparison, not a fitted or definitionally forced prediction.
full rationale
The paper's central claim is supported by a direct hardware comparison between two REINFORCE-trained controllers, one trained on the detailed lab model and one on its LTI simplification. The lab model is derived from a Lagrangian first-principles derivation with parameters given in Table 2; it is not fitted to the hardware data that is later used as the test set, and no fitted parameter is renamed as a prediction. The LTI model is an explicit simplification of the same dynamics with stated assumptions. Training and deployment are empirical evaluations, and the sensitivity analysis and region-of-attraction estimates are post-hoc analyses of already-trained policies, not quantities whose outputs are enforced by construction. The self-citations that appear, e.g., [KT16] for the lab-specific model equations, are not load-bearing in a circular sense because the equations are reproduced in the paper and the empirical outcome is independent of the citation. Residual concerns about separate hyperparameter tuning, unreported random seeds, and unvalidated parameter accuracy are experimental validity issues rather than circularity, and do not justify raising the circularity score.
Assumptions & free parameters
free parameters (2)
- Neural network hyperparameters and initialization seeds =
not reported
- ROA sampling bias/sample counts =
5000 initial; then 80,979 total in neighborhoods around previously-validated points
assumptions (3)
- domain assumption The lab model (Eq. 3) with the parameter values in Table 2 accurately represents the physical cart-pole hardware.
- standard math REINFORCE trajectories in the manuscript's notation follow the standard policy gradient derivation (Eqs. 6-7).
- domain assumption Complex-step sensitivity accurately approximates sensitivities of the closed-loop ReLU-controlled system.
Cite this review
Pith. "Pith review of Control Synthesis with Reinforcement Learning: A Modeling Perspective." pith.science (2026). https://pith.science/paper/ESLFPDUO
@misc{pith2026251025063,
author = {Pith},
title = {Pith review of: Control Synthesis with Reinforcement Learning: A Modeling Perspective},
year = {2026},
howpublished = {\url{https://pith.science/paper/ESLFPDUO}},
note = {Machine review of arXiv:2510.25063}
}
read the original abstract
Controllers designed with reinforcement learning can be sensitive to model mismatch. We demonstrate that designing such controllers in a virtual simulation environment with an inaccurate model is not suitable for deployment in a physical setup. Controllers designed using an accurate model is robust against disturbance and small mismatch between the physical setup and the mathematical model derived from first principles; while a poor model results in a controller that performs well in simulation but fails in physical experiments. Sensitivity analysis is used to justify these discrepancies and an empirical region of attraction estimation help us visualize their robustness.
Figures
Figures from the paper (25 more)
Forward citations
Cited by 1 Pith paper
-
Zero-shot Transfer of Reinforcement Learning Control Policies for the Swing-Up and Stabilization of a Cart-Pole System
Zero-shot sim-to-real transfer of independently trained RL policies for cart-pole swing-up and stabilization is achieved via sensitivity-guided domain randomization, linear curriculum learning, and first-order action ...
Reference graph
Works this paper leans on
-
[1]
Ames, Samuel Coogan, Magnus Egerstedt, Gennaro Notomista, Koushil Sreenath, and Paulo Tabuada
Aaron D. Ames, Samuel Coogan, Magnus Egerstedt, Gennaro Notomista, Koushil Sreenath, and Paulo Tabuada. Control Barrier Functions : Theory and Applications . In 2019 18th European Control Conference ( ECC ) , pages 3420--3431, June 2019
2019
-
[2]
Anderson, Samuel Pfrommer, and Somayeh Sojoudi
Brendon G. Anderson, Samuel Pfrommer, and Somayeh Sojoudi. Tight Certified Robustness via Min - Max Representations of ReLU Neural Networks , October 2023. arXiv:2310.04916 [cs, math]
arXiv 2023
-
[3]
Examining the simulation-to-reality gap of a wheel loader digging in deformable terrain
Koji Aoshima and Martin Servin. Examining the simulation-to-reality gap of a wheel loader digging in deformable terrain. Multibody System Dynamics , 64(1):121--148, May 2025
2025
-
[4]
Wanniarachchi
Buddhika Abeysekera and Indika L. Wanniarachchi. Modelling and Implementation of PID Control for Balancing of an Inverted Pendulum . 2018
2018
-
[5]
Bronstein, Joan Bruna, Taco Cohen, and Petar Veličković
Michael M. Bronstein, Joan Bruna, Taco Cohen, and Petar Veličković. Geometric Deep Learning : Grids , Groups , Graphs , Geodesics , and Gauges , May 2021. arXiv:2104.13478 [cs]
arXiv 2021
-
[6]
The complex-step method for sensitivity analysis of non-smooth problems arising in biology
H T Banks, Kidist Bekele-Maxwell, Lorena Bociu, Marcella Noorman, and Kristen Tillman. The complex-step method for sensitivity analysis of non-smooth problems arising in biology. Eurasian Journal of Mathematical and Computer Applications , 3:15--68, 2015
2015
-
[7]
Hall, Zhaocong Yuan, Siqi Zhou, Jacopo Panerati, and Angela P
Lukas Brunke, Melissa Greeff, Adam W. Hall, Zhaocong Yuan, Siqi Zhou, Jacopo Panerati, and Angela P. Schoellig. Safe Learning in Robotics : From Learning - Based Control to Safe Reinforcement Learning . Annual Review of Control, Robotics, and Autonomous Systems , 5(Volume 5, 2022):411--444, May 2022. Publisher: Annual Reviews
2022
-
[8]
Benchmarking Virtual Reinforcement Learning Algorithms to Balance a Real Inverted Pendulum
Dylan Bates and Hien Tran. Benchmarking Virtual Reinforcement Learning Algorithms to Balance a Real Inverted Pendulum . In Kohei Arai, editor, Intelligent Systems and Applications , pages 285--303, Cham, 2022. Springer International Publishing
2022
Show all 50 references
-
[9]
Schoellig, and Andreas Krause
Felix Berkenkamp, Matteo Turchetta, Angela P. Schoellig, and Andreas Krause. Safe Model -based Reinforcement Learning with Stability Guarantees , November 2017. arXiv:1705.08551 [cs, stat]
2017 arXiv
-
[10]
AUGCAL : Improving Sim2Real Adaptation by Uncertainty Calibration on Augmented Synthetic Images , July 2024
Prithvijit Chattopadhyay, Bharat Goyal, Boglarka Ecsedi, Viraj Prabhu, and Judy Hoffman. AUGCAL : Improving Sim2Real Adaptation by Uncertainty Calibration on Augmented Synthetic Images , July 2024. arXiv:2312.06106 [cs]
2024 arXiv
-
[11]
Auto- Tuned Sim -to- Real Transfer , May 2021
Yuqing Du, Olivia Watkins, Trevor Darrell, Pieter Abbeel, and Deepak Pathak. Auto- Tuned Sim -to- Real Transfer , May 2021. arXiv:2104.07662 [cs]
2021 arXiv
-
[12]
Kévin Garanger, Julie Kraus, and Julian J. Rimoli. Symmetry-enforcing neural networks with applications to constitutive modeling. Extreme Mechanics Letters , 71:102188, September 2024
2024
-
[13]
Bayesian Reinforcement Learning : A Survey
Mohammad Ghavamzadeh, Shie Mannor, Joelle Pineau, and Aviv Tamar. Bayesian Reinforcement Learning : A Survey . Foundations and Trends® in Machine Learning , 8(5-6):359--483, November 2015. Publisher: Now Publishers, Inc
2015
-
[14]
Garud N. Iyengar. Robust Dynamic Programming . Mathematics of Operations Research , 30(2):257--280, May 2005. Publisher: INFORMS
2005
-
[15]
A Comparison of LQR and MPC Control Algorithms of an Inverted Pendulum
Andrzej Jezierski, Jakub Mozaryn, and Damian Suski. A Comparison of LQR and MPC Control Algorithms of an Inverted Pendulum . In Wojciech Mitkowski, Janusz Kacprzyk, Krzysztof Oprzedkiewicz, and Pawel Skruch, editors, Trends in Advanced Intelligent Control , Optimization and Au...
2017
-
[16]
Symmetric Replay Training : Enhancing Sample Efficiency in Deep Reinforcement Learning for Combinatorial Optimization , July 2024
Hyeonah Kim, Minsu Kim, Sungsoo Ahn, and Jinkyoo Park. Symmetric Replay Training : Enhancing Sample Efficiency in Deep Reinforcement Learning for Combinatorial Optimization , July 2024. arXiv:2306.01276 [cs] version: 4
2024 arXiv
-
[17]
Kennedy and Hien T
Emese A. Kennedy and Hien T. Tran. Real- Time Stabilization of a Single Inverted Pendulum Using a Power Series Based Controller . In Gi-Chul Yang, Sio-Iong Ao, Xu Huang, and Oscar Castillo, editors, Transactions on Engineering Technologies , pages 1--14, Singapore, 2016. Springer
2016
-
[18]
Lillicrap, Jonathan J
Timothy P. Lillicrap, Jonathan J. Hunt, Alexander Pritzel, Nicolas Heess, Tom Erez, Yuval Tassa, David Silver, and Daan Wierstra. Continuous control with deep reinforcement learning, July 2019. arXiv:1509.02971 [cs, stat]
2019 arXiv
-
[19]
J. N. Lyness and C. B. Moler. Numerical Differentiation of Analytic Functions . SIAM Journal on Numerical Analysis , 4(2):202--210, 1967. Publisher: Society for Industrial and Applied Mathematics
1967
-
[20]
Accelerated Primal - Dual Policy Optimization for Safe Reinforcement Learning , February 2018
Qingkai Liang, Fanyu Que, and Eytan Modiano. Accelerated Primal - Dual Policy Optimization for Safe Reinforcement Learning , February 2018. arXiv:1802.06480 [cs, stat]
2018 arXiv
-
[21]
Lewis, Draguna L
Frank L. Lewis, Draguna L. Vrabie, and Vassilis L. Syrmos. Optimal Control . Wiley, 3 edition, January 2012
2012
-
[22]
Robust Reinforcement Learning
Jun Morimoto and Kenji Doya. Robust Reinforcement Learning . Neural Computation , 17(2):335--359, February 2005. Conference Name: Neural Computation
2005
-
[23]
Application of Kalman Filtering and PID Control for Direct Inverted Pendelum Control
Jose Luis Corona Miranda. Application of Kalman Filtering and PID Control for Direct Inverted Pendelum Control . Publisher: California State University, Chico
-
[24]
Joaquim R. R. A. Martins, Ilan Kroo, and Juan Alonso. An automated method for sensitivity analysis using complex variables. In 38th Aerospace Sciences Meeting and Exhibit , Reno,NV,U.S.A., January 2000. American Institute of Aeronautics and Astronautics
2000
-
[25]
Learn to Swing Up and Balance a Real Pole Based on Raw Visual Input Data
Jan Mattner, Sascha Lange, and Martin Riedmiller. Learn to Swing Up and Balance a Real Pole Based on Raw Visual Input Data . In Tingwen Huang, Zhigang Zeng, Chuandong Li, and Chi Sing Leung, editors, Neural Information Processing , pages 126--133, Berlin, Heidelberg, 2012. Springer
2012
-
[26]
Doerr, Edgar Granados, Aravind Sivaramakrishnan, Abdeslam Boularias, and Kostas E
Isidoros Marougkas, Dhruv Metha Ramesh, Joe H. Doerr, Edgar Granados, Aravind Sivaramakrishnan, Abdeslam Boularias, and Kostas E. Bekris. Integrating Model -based Control and RL for Sim2Real Transfer of Tight Insertion Policies , May 2025. arXiv:2505.11858 [cs]
2025 arXiv
-
[27]
Robot Learning From Randomized Simulations : A Review
Fabio Muratore, Fabio Ramos, Greg Turk, Wenhao Yu, Michael Gienger, and Jan Peters. Robot Learning From Randomized Simulations : A Review . Frontiers in Robotics and AI , 9, April 2022. Publisher: Frontiers
2022
-
[28]
Robustness in Markov Decision Problems with Uncertain Transition Matrices
Arnab Nilim and Laurent El Ghaoui. Robustness in Markov Decision Problems with Uncertain Transition Matrices
-
[29]
Braatz, and Rolf Findeisen
Hoang Hai Nguyen, Tim Zieger, Richard D. Braatz, and Rolf Findeisen. Robust Control Theory Based Stability Certificates for Neural Network Approximated Nonlinear Model Predictive Control . IFAC-PapersOnLine , 54(6):347--352, 2021
2021
-
[30]
Design and implementation of LQR controller for inverted pendulum by use of REX control system
Stepan Ozana, Martin Pies, Zdenek Slanina, and Radovan Hajovsky. Design and implementation of LQR controller for inverted pendulum by use of REX control system. In 2012 12th International Conference on Control , Automation and Systems , pages 343--347, October 2012
2012
-
[31]
Sim-to- Real Transfer of Robotic Control with Dynamics Randomization
Xue Bin Peng, Marcin Andrychowicz, Wojciech Zaremba, and Pieter Abbeel. Sim-to- Real Transfer of Robotic Control with Dynamics Randomization . In 2018 IEEE International Conference on Robotics and Automation ( ICRA ) , pages 3803--3810, May 2018. arXiv:1710.06537 [cs]
2018 arXiv
-
[32]
Robust Adversarial Reinforcement Learning
Lerrel Pinto, James Davidson, Rahul Sukthankar, and Abhinav Gupta. Robust Adversarial Reinforcement Learning . In Proceedings of the 34th International Conference on Machine Learning , pages 2817--2826. PMLR, July 2017. ISSN: 2640-3498
2017
-
[33]
Polydoros and Lazaros Nalpantidis
Athanasios S. Polydoros and Lazaros Nalpantidis. Survey of Model - Based Reinforcement Learning : Applications on Robotics . Journal of Intelligent & Robotic Systems , 86(2):153--173, May 2017
2017
-
[34]
Chance constrained policy optimization for process control and optimization
Panagiotis Petsagkourakis, Ilya Orson Sandoval, Eric Bradford, Federico Galvanin, Dongda Zhang, and Ehecatl Antonio del Rio-Chanona. Chance constrained policy optimization for process control and optimization. Journal of Process Control , 111:35--45, March 2022
2022
-
[35]
Richards, Felix Berkenkamp, and Andreas Krause
Spencer M. Richards, Felix Berkenkamp, and Andreas Krause. The Lyapunov Neural Network : Adaptive Stability Certification for Safe Learning of Dynamical Systems , October 2018. arXiv:1808.00924 [cs]
2018 arXiv
-
[36]
A Tour of Reinforcement Learning : The View from Continuous Control
Benjamin Recht. A Tour of Reinforcement Learning : The View from Continuous Control . Annual Review of Control, Robotics, and Autonomous Systems , 2(Volume 2, 2019):253--279, May 2019. Publisher: Annual Reviews
2019
-
[37]
Riedmiller
M. Riedmiller. Neural reinforcement learning to swing-up and balance a real pole. In 2005 IEEE International Conference on Systems , Man and Cybernetics , volume 4, pages 3191--3196 Vol. 4, October 2005. ISSN: 1062-922X
2005
-
[38]
Todorov, and Sham M Kakade
Aravind Rajeswaran, Kendall Lowrey, Emanuel V. Todorov, and Sham M Kakade. Towards Generalization and Simplicity in Continuous Control . In I. Guyon, U. Von Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett, editors, Advances in Neural Information Proc...
2017
-
[39]
BayesSim : adaptive domain randomization via probabilistic inference for robotics simulators, June 2019
Fabio Ramos, Rafael Carvalhaes Possas, and Dieter Fox. BayesSim : adaptive domain randomization via probabilistic inference for robotics simulators, June 2019. arXiv:1906.01728 [cs]
2019 arXiv
-
[40]
Sutton and Andrew Barto
Richard S. Sutton and Andrew Barto. Reinforcement learning: an introduction . Adaptive computation and machine learning. The MIT Press, Cambridge, Massachusetts London, England, second edition edition, 2020
2020
-
[41]
Sutton, A.G
R.S. Sutton, A.G. Barto, and R.J. Williams. Reinforcement learning is direct adaptive optimal control. IEEE Control Systems Magazine , 12(2):19--22, April 1992. Conference Name: IEEE Control Systems Magazine
1992
-
[42]
Hong, and Sehoon Ha
Nitish Sontakke, Hosik Chae, Sangjoon Lee, Tianle Huang, Dennis W. Hong, and Sehoon Ha. Residual Physics Learning and System Identification for Sim -to-real Transfer of Policies on Buoyancy Assisted Legged Robots , March 2023. arXiv:2303.09597 [cs]
2023 arXiv
-
[43]
Using Complex Variables to Estimate Derivatives of Real Functions
William Squire and George Trapp. Using Complex Variables to Estimate Derivatives of Real Functions . SIAM Review , 40(1):110--112, January 1998. Publisher: Society for Industrial and Applied Mathematics
1998
-
[44]
How to certify machine learning based safety-critical systems? A systematic literature review
Florian Tambon, Gabriel Laberge, Le An, Amin Nikanjam, Paulina Stevia Nouwou Mindom, Yann Pequignot, Foutse Khomh, Giulio Antoniol, Ettore Merlo, and François Laviolette. How to certify machine learning based safety-critical systems? A systematic literature review. Automated S...
2022
-
[45]
Mark Towers, Jordan K Terry, Ariel Kwiatkowski, John U. Balis, Gianluca De Cola, Tristan Deleu, Manuel Goulão, Andreas Kallinteris, Arjun KG, Markus Krimmel, Rodrigo Perez-Vicente, Andrea Pierré, Sander Schulhoff, Jun Jet Tai, Andrew Tan Jin Shen, and Omar G. Younis. Gymnasium...
2023
-
[46]
Robust Backstepping Sliding Mode Control Design for a Class of Underactuated Electro – Mechanical Nonlinear Systems
Safeer Ullah, Qudrat Khan, Adeel Mehmood, and Aamer Iqbal Bhatti. Robust Backstepping Sliding Mode Control Design for a Class of Underactuated Electro – Mechanical Nonlinear Systems . Journal of Electrical Engineering & Technology , 15(4):1821--1828, July 2020
2020
-
[47]
Lyapunov Design for Robust and Efficient Robotic Reinforcement Learning , November 2022
Tyler Westenbroek, Fernando Castaneda, Ayush Agrawal, Shankar Sastry, and Koushil Sreenath. Lyapunov Design for Robust and Efficient Robotic Reinforcement Learning , November 2022. arXiv:2208.06721 [cs]
2022 arXiv
-
[48]
Distributionally Robust Markov Decision Processes
Huan Xu and Shie Mannor. Distributionally Robust Markov Decision Processes . Mathematics of Operations Research , 37(2):288--300, 2012. Publisher: INFORMS
2012
-
[49]
Sim-to- Real Transfer in Deep Reinforcement Learning for Robotics : a Survey
Wenshuai Zhao, Jorge Peña Queralta, and Tomi Westerlund. Sim-to- Real Transfer in Deep Reinforcement Learning for Robotics : a Survey . In 2020 IEEE Symposium Series on Computational Intelligence ( SSCI ) , pages 737--744, December 2020
2020
-
[50]
Symmetry in Neural Network Parameter Spaces , October 2025
Bo Zhao, Robin Walters, and Rose Yu. Symmetry in Neural Network Parameter Spaces , October 2025. arXiv:2506.13018 [cs]
2025
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.