REVIEW 3 major objections 5 minor 26 references
Efficient Manipulation-Enhanced Semantic Mapping With Uncertainty-Informed Action Selection
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Using its own evidential map uncertainty to steer viewpoints and pushes, the proposed pipeline cuts per-action planning time from roughly 40 seconds to under 2 seconds on heavily occluded shelves while roughly halving object displacement…
desk verdict Real speed and safety gains in simulation, but the mapping-accuracy numbers are computed from the predictor's own belief, so the accuracy story is not yet demonstrated. 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 mechanism is the evidential metric-semantic belief map, in which each voxel's occupancy is a Beta distribution with predictive mean and epistemic variance $u_o = \mathrm{Var}[\mathrm{Beta}(\alpha,\beta)]$, and each top-down cell's semantic label is a Dirichlet distribution with uncertainty $u_s = N/S$. This single representation does three jobs: it is the observation and reward signal for the RL viewpoint policy, it supplies the distance-transform and corridor scores for the push sampler, and it lets both kinds of actions be compared under the same expected-information-gain criterion. Around this map, a learned manipulation predictor (the CNABU model carried over from the prior pipeline) takes a proposed push parameterization and predicts the post-push evidential map, so a push can be evaluated before execution exactly like a viewpoint.
What would settle it
A quantitative real-robot rollout of the same 25-scene protocol would settle it: record per-iteration planning time, push count, displacement, and collisions, and compare predicted post-push occupancy and semantic accuracy against actual sensor re-observations. If predicted maps after pushes are consistently worse than re-scanning, the belief-update shortcut fails; if planning time and collision statistics depart from the reported 1.66 seconds and 6.7% beyond one standard deviation, the claimed zero-shot transfer is not supported.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that evidential uncertainty can act as one coherent steering signal for the whole interactive-perception loop. The same $u_o = \mathrm{Var}[\mathrm{Beta}(\alpha,\beta)]$ occupancy variance and $u_s = N/S$ semantic uncertainty that expose weak regions of the map feed three components: a soft-actor-critic reinforcement-learning policy that outputs continuous SE(3) camera poses in a single forward pass, a push sampler that extracts occlusion-critical corridors from an uncertainty-weighted distance transform and samples minimally invasive push directions from low-occupancy sectors, and an action selector that compares expected occlusion-aware information gain of the best view against simulated pushes. The paper reports that replacing the prior system's discrete viewpoint search and random push sampling with these uncertainty-guided components preserves most of the map quality while dramatically reducing planning cost, and that semantic uncertainty works better than occupancy uncertainty alone for selecting what to push.
Load-bearing premise
The pipeline assumes that the learned push simulator's predicted post-push map is accurate enough to be trusted as the new map after each real push, and that this transfers to the physical robot; the only real-robot validation is a qualitative video rather than a quantitative test.
Editorial extensions
If this is right
- If the reported timings hold, manipulation-enhanced mapping becomes fast enough for online use: a per-decision budget under two seconds instead of forty.
- The reduced push count and displacement mean the robot disturbs the shelf less, making the approach safer for real household objects and for objects that should stay put.
- Because the viewpoint policy is trained only on uncertainty rewards, it removes the need for privileged ground-truth feedback at deployment, as the privileged-reward ablation supports.
- Semantic uncertainty as the targeting signal should generalize to other occlusion-heavy scenes, since it directs the robot to regions where class labels are unresolved rather than merely unobserved geometry.
- Replacing random push sampling with uncertainty-informed corridors improves or maintains map quality while cutting collisions and displacement, so the sampling strategy, not the underlying predictor alone, is responsible for much of the safety gain.
Reading between the lines
- The same sensing-versus-acting arbitration could be ported to other confined-space tasks, such as inspection, assembly, fruit mapping, or shelf retrieval, wherever a learned forward model can predict the effect of a manipulation on the belief map; the paper's mechanism does not depend on shelves specifically.
- A testable refinement would be learning the 0.1 semantic-uncertainty threshold that separates certain from uncertain cells, since the paper fixes it empirically; adapting it per scene could shift the mIoU-versus-push-count trade-off.
- The real-robot evidence is only a qualitative zero-shot video, so a quantitative real-hardware sweep over the same 25-scene protocol is the natural next step and would either strengthen or undermine the claimed transfer.
- Because the unmodified POMDP-push baseline still ends with higher mIoU, a hybrid policy that uses the fast RL viewpoints but falls back to the more thorough push evaluation on very cluttered scenes could recover some of the average accuracy without giving up all of the speed gain.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a manipulation-enhanced semantic mapping framework that combines evidential metric-semantic belief maps (CNABU) with a Soft Actor-Critic continuous next-best-view planner and an uncertainty-informed push sampler. In simulation, the full system is reported to reduce planning time by ~95% (1.66 s vs 40.09 s per iteration), reduce the number of pushes (2.59 vs 5.25 per scene), lower mean object displacement (0.995 m vs 1.927 m), and lower collision rate (6.67% vs 25.33%) compared with the reimplemented POMDP-CNABU-Push baseline, at the cost of lower occupancy and semantic mIoU (0.846/0.653 vs 0.877/0.720). The real-hardware validation is a qualitative zero-shot video. The authors also ablate their push sampler by plugging it into the prior POMDP planner and confirm improved efficiency and reduced collisions.
Significance. If the experimental claims hold, the paper makes a useful practical contribution: the RL-based continuous view planner reduces planning cost dramatically, and the informed push sampler appears to select more targeted, minimally invasive actions than random push sampling. The ablations (POMDP-CNABU-Informed versus POMDP-CNABU-Push) are well designed and isolate the effect of the push-selection mechanism. However, the central mapping-accuracy claim is currently supported only through the CNABU network's own predicted beliefs, which is a self-referential evaluation. The headline efficiency numbers (planning time, displacement, collisions) are directly measured and independent of that concern, but the 'accurate mapping' claim needs additional validation before the paper can be accepted.
major comments (3)
- [Section III-D and Section IV-B] The reported mIoU is computed on the CNABU network output after transformation into the map representation (Section IV-B), and after a selected push the system 'takes its predicted belief generated by the manipulation-CNABU as map representation' (Section III-D) without fusing any post-push sensor observation. This makes the occupancy and semantic mIoU curves, as well as the information-gain scores used for action selection, measures of the predictor's self-consistency rather than of the robot's actual map accuracy in the simulated environment. The claim that the framework 'enables a robot to construct complete semantic maps in cluttered, occlusion-heavy shelf environments' is therefore not established by the current experiments. Please either fuse actual post-push observations in simulation before computing metrics, or add a dedicated experiment comparing predicted post-push beliefs against the actual simulated post-push state, or explicitly and consistently reframe the claims as being about predicted-map quality and validate that predictor separately.
- [Section III-C.4 and Section IV-C.2] The manipulation-CNABU predictor was trained in prior work [10] on its own push parameterizations. The new corridor-based push sampling in Section III-C.4 generates pushes with directions and contact points that may be out of distribution for that predictor. No quantitative comparison is provided between the CNABU-predicted post-push belief and the actual post-push state (e.g., from the PyBullet simulator's ground truth) for these newly generated pushes. This is load-bearing because the VIG push score, the decision to push, and the resulting map representation all flow through this forward model. A bias in the predictor for the new pushes would compound over the 40-step budget and could explain the mIoU differences. Please add a direct predicted-versus-actual post-push evaluation for the corridor-sampled pushes.
- [Section IV-C] The description of the changed completion threshold is ambiguous and potentially unfair to the baseline. The text states: 'However, we increased the certainty threshold for full map completion after which no pushes are performed from 95%, as stated in [10], to 99%.' It is unclear whether this change was applied only to the proposed method or also to the reimplemented POMDP-CNABU-Push baseline. If applied only to the proposed method, the comparison is not controlled; if applied to all methods, the baseline no longer matches the published configuration of [10] and the effect of this change should be analyzed explicitly. Please clarify and, if necessary, report results under the original 95% threshold as well.
minor comments (5)
- [Section IV-C.2] The statement that 'the worst performing interactive perception method achieves higher semantic mIOU than the best active perception method' is contradicted by Table IV: POMDP-CNABU-Push (ToF), an interactive perception variant, has semantic mIoU 0.638, while the best active method POMDP-CNABU-View has semantic mIoU 0.641.
- [Table IV caption] The caption mentions the variant 'us|ub', but the table rows list 'us|uo' and 'uo|uo'; the caption should be corrected to match the actual configuration names.
- [Section III-C.1] The semantic uncertainty threshold of 0.1 and the empirical weights k1-k4 in Eq. (5) are stated to be chosen empirically, but no sensitivity analysis or selection procedure is described; please provide at least a brief justification or a reference to a supplementary study.
- [Section IV-B] The mIoU metric definition says the IoU is 'calculated on the CNABU network output after transformation into the map representation'; this conflation of prediction and robot map is the source of the major concern above and should be clarified in the main text so that readers understand what is being measured.
- [Abstract] Minor language issues: 'enables to accurately map' should be 'enables the robot to accurately map' or similar, and the Figure 1 caption contains an incomplete phrase ('informed push sampler then most informative uncertain point').
Circularity Check
Timing, displacement, and collision claims are independently grounded in simulation, but the interactive map-accuracy verdict is partly self-referential: after each push the manipulation-CNABU's own predicted belief is installed as the map state, and the reported mIoU is computed on that same CNABU output, with no post-push observation ever fused.
-
self definitional
[Section III-D (Manipulation-Enhanced Planning); Section IV-B (Metrics)]
"Otherwise, if pushing is expected to yield higher information gain, the robot proceeds to execute the selected push to actively modify the scene and takes its predicted belief generated by the manipulation-CNABU as map representation. ... mIOU: Semantic and occupancy mean Intersection-over-Union, computed as the average per-class IoU between predictions and ground truth, calculated on the CNABU network output after transformation into the map representation."
A push is selected because the manipulation-CNABU predicts a high VIGpush from its own post-push evidential map, and then that same predicted belief is adopted as the actual map state without fusing any post-push RGB-D observation. The expected information gain is therefore realized by construction: the belief becomes whatever the predictor asserted. The next VIG computation and the headline mIoU metric both operate on this same CNABU output, so the pipeline's map-accuracy claim cannot distinguish genuinely revealed regions from a confidently wrong open-loop prediction.
-
self citation load bearing
[Section III-A; Section IV-C (reimplementation note)]
"Following the CNABU framework [10], we represent the map belief as a probabilistic estimate over occupancy and semantic categories, enriched with explicit uncertainty. ... To compare our approach against the POMDP-CNABU planners [10], we re-implemented their pipeline and used the provided CNABU-models from their code release. In order to use the models for our approach, no fine-tuning on the novel set of continuous viewpoints was performed."
The load-bearing premise that CNABU produces accurate post-push and post-view beliefs for the new continuous viewpoints and corridor-sampled pushes is imported from [10], whose author list (Marques, Dengler, Muecke, Bennewitz) overlaps the present paper. The models are used as released without fine-tuning, and the only physical validation is a qualitative zero-shot hardware video, so the accuracy of predicted versus realized post-push beliefs for exactly these pushes is assumed rather than demonstrated. Mitigating factors: [10] is a published, code-released, peer-reviewed result with its own external evaluations, and the present paper compares against a reimplemented version of that same pipeline, so the citation is real evidence rather than a closed loop.
full rationale
The majority of the paper's headline claims are not circular. Planning-time reductions (Table III) are pure computational measurements, and mean displacement, push counts, and collision rates are measured in the PyBullet physics simulator against the actual executed pushes, independent of any Beta/Dirichlet uncertainty value. The experiments include randomized (Random-View) and privileged (RL-CNABU-View-Privileged, ground-truth IoU reward) baselines, and the final mIoU is computed against ground truth, so the action-selection strategies are externally benchmarked rather than merely internally consistent. The circularity is concentrated in the interactive mapping loop: Section III-D installs the manipulation-CNABU's predicted post-push belief as the map representation with no post-push sensor observation, and Section IV-B computes the reported semantic and occupancy mIoU on that same CNABU output. Consequently, a push's predicted information gain is realized by construction in the belief space, and the map-quality verdict partly measures the predictor's open-loop self-consistency for the new corridor-sampled pushes rather than a sensor-grounded robot map. This is a genuine partial self-definitional issue, but it does not infect the efficiency, displacement, or collision claims, and the citations to [10] carry real code-released evidence. The honest finding is therefore a moderate circularity score of 4, not higher: some of the mapping-accuracy derivation reduces to the predictor's own output, while the central efficiency contribution has independent content.
Assumptions & free parameters
free parameters (8)
- semantic uncertainty threshold =
0.1
- corridor scoring weights k1, k2, k3, k4 =
2, 3, 4, 5
- max candidate target locations =
5
- pushing corridor sector angle =
30 degrees
- reward weights w1 and w2 =
10, 2
- repeat penalty thresholds theta_p and theta_e =
0.1 m, 0.034 rad
- map completion certainty threshold =
99%
- corridor radius n_c and push candidate count n_p
assumptions (4)
- domain assumption The CNABU evidential predictor supplies calibrated occupancy and semantic uncertainty and accurate post-manipulation belief maps.
- domain assumption PyBullet physics and the modeled Realsense L515 camera are faithful enough for training and evaluation to transfer to real hardware.
- domain assumption The SAC policy trained on 12,500 procedurally generated shelf configurations generalizes to the 25 evaluation scenes and to real scenes.
- ad hoc to paper Uncertainty from Beta and Dirichlet distributions is an adequate proxy for expected information gain in view and push selection.
Cite this review
Pith. "Pith review of Efficient Manipulation-Enhanced Semantic Mapping With Uncertainty-Informed Action Selection." pith.science (2026). https://pith.science/paper/GCJCCU2M
@misc{pith2026250602286,
author = {Pith},
title = {Pith review of: Efficient Manipulation-Enhanced Semantic Mapping With Uncertainty-Informed Action Selection},
year = {2026},
howpublished = {\url{https://pith.science/paper/GCJCCU2M}},
note = {Machine review of arXiv:2506.02286}
}
read the original abstract
Service robots operating in cluttered human environments such as homes, offices, and schools cannot rely on predefined object arrangements and must continuously update their semantic and spatial estimates while dealing with possible frequent rearrangements. Efficient and accurate mapping under such conditions demands selecting informative viewpoints and targeted manipulations to reduce occlusions and uncertainty. In this work, we present a manipulation-enhanced semantic mapping framework for occlusion-heavy shelf scenes that integrates evidential metric-semantic mapping with reinforcement-learning-based next-best view planning and targeted action selection. Our method thereby exploits uncertainty estimates from Dirichlet and Beta distributions in the map prediction networks to guide both active sensor placement and object manipulation, focusing on areas with high uncertainty and selecting actions with high expected information gain. Furthermore, we introduce an uncertainty-informed push strategy that targets occlusion-critical objects and generates minimally invasive actions to reveal hidden regions by reducing overall uncertainty in the scene. The experimental evaluation shows that our framework enables to accurately map cluttered scenes, while substantially reducing object displacement and achieving a 95% reduction in planning time compared to the state-of-the-art, thereby realizing real-world applicability.
Figures
Reference graph
Works this paper leans on
-
[10]
Map Space Belief Prediction for Manipulation-Enhanced Mapping,
J. M. C. Marques, N. Dengler, T. Zaenker, J. Muecke, W. Shenlong, M. Bennewitz, and K. Hauser, “Map Space Belief Prediction for Manipulation-Enhanced Mapping,” in Proc. of Robotics: Science and Systems (RSS), 2025
work page 2025
-
[1]
Computer Vision for 3D Perception: A Review,
N. O’Mahony, S. Campbell, L. Krpalkova, D. Riordan, J. Walsh, A. Murphy, and C. Ryan, “Computer Vision for 3D Perception: A Review,” in Proc. of the Intelligent Systems Conference (IntelliSys) , 2019
work page 2019
-
[2]
Roboexp: Action-Conditioned Scene Graph via Interactive Exploration for Robotic Manipulation,
H. Jiang, B. Huang, R. Wu, Z. Li, S. Garg, H. Nayyeri, S. Wang, and Y . Li, “Roboexp: Action-Conditioned Scene Graph via Interactive Exploration for Robotic Manipulation,” Proc. of Conf. on Robot Learning (CoRL), 2024
work page 2024
-
[3]
Mechanical Search on Shelves With Efficient Stacking and Destacking of Objects,
H. Huang, L. Fu, M. Danielczuk, C. M. Kim, Z. Tam, J. Ichnowski, A. Angelova, B. Ichter, and K. Goldberg, “Mechanical Search on Shelves With Efficient Stacking and Destacking of Objects,” in Proc. of the Intl. Symposium on Robotic Research (ISRR) . Springer, 2022
work page 2022
-
[4]
Viewpoint Push Planning for Mapping of Unknown Confined Spaces,
N. Dengler, S. Pan, V . Kalagaturu, R. Menon, M. Dawood, and M. Bennewitz, “Viewpoint Push Planning for Mapping of Unknown Confined Spaces,” in Proc. of the IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS) , 2023
work page 2023
-
[5]
SpotLight: Robotic Scene Understanding through Interaction and Affordance Detection,
T. Engelbracht, R. Zurbr ¨ugg, M. Pollefeys, H. Blum, and Z. Bauer, “SpotLight: Robotic Scene Understanding through Interaction and Affordance Detection,” arXiv preprint arXiv:2409.11870 , 2024
arXiv 2024
-
[6]
Safe Leaf Manipulation for Accurate Shape and Pose Estimation of Occluded Fruits,
S. Yao, S. Pan, M. Bennewitz, and K. Hauser, “Safe Leaf Manipulation for Accurate Shape and Pose Estimation of Occluded Fruits,” in Proc. of the IEEE Intl. Conf. on Robotics & Automation (ICRA) , 2025
work page 2025
-
[7]
Safe, occlusion-aware manipulation for online object reconstruction in confined spaces,
Y . Miao, R. Wang, and K. Bekris, “Safe, occlusion-aware manipulation for online object reconstruction in confined spaces,” in Proc. of the Intl. Symposium on Robotic Research (ISRR) . Springer, 2022
work page 2022
Show all 26 references
-
[8]
Selective object rearrangement in clutter,
B. Tang and G. S. Sukhatme, “Selective object rearrangement in clutter,” in Proc. of the Conference on Robot Learning. PMLR, 2023
2023
-
[9]
Visual Foresight Trees for Object Retrieval from Clutter with Nonprehensile Rearrangement,
B. Huang, S. D. Han, J. Yu, and A. Boularias, “Visual Foresight Trees for Object Retrieval from Clutter with Nonprehensile Rearrangement,” IEEE Robotics and Automation Letters (RA-L) , 2021
2021
-
[11]
Active Visuo-Tactile Interactive Robotic Perception for Accurate Object Pose Estimation in Dense Clutter,
P. K. Murali, A. Dutta, M. Gentner, E. Burdet, R. Dahiya, and M. Kaboli, “Active Visuo-Tactile Interactive Robotic Perception for Accurate Object Pose Estimation in Dense Clutter,” IEEE Robotics and Automation Letters (RA-L) , 2022
2022
-
[12]
ActNeRF: Uncertainty- Aware Active Learning of NeRF-Based Object Models for Robot Manipulators using Visual and Re-orientation Actions,
S. Dasgupta, A. Gupta, S. Tuli, and R. Paul, “ActNeRF: Uncertainty- Aware Active Learning of NeRF-Based Object Models for Robot Manipulators using Visual and Re-orientation Actions,” in Proc. of the IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS) , 2024
2024
-
[13]
Reactive Informative Planning for Mobile Manipulation Tasks Under Sensing and Environmental Uncertainty,
M. Tzes, V . Vasilopoulos, Y . Kantaros, and G. J. Pappas, “Reactive Informative Planning for Mobile Manipulation Tasks Under Sensing and Environmental Uncertainty,” in Proc. of the IEEE Intl. Conf. on Robotics & Automation (ICRA) , 2022
2022
-
[14]
Uncertainty-Aware Manipulation Plan- ning Using Gravity and Environment Geometry,
F. von Drigalski, K. Kasaura, C. C. Beltran-Hernandez, M. Hamaya, K. Tanaka, and T. Matsubara, “Uncertainty-Aware Manipulation Plan- ning Using Gravity and Environment Geometry,” IEEE Robotics and Automation Letters (RA-L) , 2022
2022
-
[15]
Evidential Deep Learning to Quantify Classification Uncertainty,
M. Sensoy, L. Kaplan, and M. Kandemir, “Evidential Deep Learning to Quantify Classification Uncertainty,” Advances in Neural Information Processing Systems, 2018
2018
-
[16]
vMF-Contact: Uncertainty-aware Evidential Learning for Probabilistic Contact-grasp in Noisy Clutter,
Y . Shi, E. Welte, M. Gilles, and R. Rayyes, “vMF-Contact: Uncertainty-aware Evidential Learning for Probabilistic Contact-grasp in Noisy Clutter,” Proc. of the IEEE Intl. Conf. on Robotics & Automation (ICRA), 2025
2025
-
[17]
Uncertainty Estimation for 3D Object Detection via Evidential Learning,
N. Durasov, R. Mahmood, J. Choi, M. T. Law, J. Lucas, P. Fua, and J. M. Alvarez, “Uncertainty Estimation for 3D Object Detection via Evidential Learning,” arXiv preprint arXiv:2410.23910 , 2024
2024 arXiv
-
[18]
Semantic Mechanical Search with Large Vision and Language Models,
S. Sharma, H. Huang, K. Shivakumar, L. Y . Chen, R. Hoque, brian ichter, and K. Goldberg, “Semantic Mechanical Search with Large Vision and Language Models,” in Proc. of Conf. on Robot Learning (CoRL), 2023
2023
-
[19]
Mechanical Search: Multi-Step Retrieval of a Target Object Occluded by Clutter,
M. Danielczuk, A. Kurenkov, A. Balakrishna, M. Matl, D. Wang, R. Mart´ın-Mart´ın, A. Garg, S. Savarese, and K. Goldberg, “Mechanical Search: Multi-Step Retrieval of a Target Object Occluded by Clutter,” in Proc. of the IEEE Intl. Conf. on Robotics & Automation (ICRA) , 2019
2019
-
[20]
Curi- ousBot: Interactive Mobile Exploration via Actionable 3D Relational Object Graph,
Y . Wang, L. Fermoselle, T. Kelestemur, J. Wang, and Y . Li, “Curi- ousBot: Interactive Mobile Exploration via Actionable 3D Relational Object Graph,” arXiv preprint arXiv:2501.13338 , 2025
2025
-
[21]
Robust Contact Generation for Robot Simulation with Unstructured Meshes,
K. Hauser, “Robust Contact Generation for Robot Simulation with Unstructured Meshes,” in Proc. of the Intl. Symposium on Robotic Research (ISRR), 2013
2013
-
[22]
NBV-SC: Next Best View Planning Based on Shape Completion for Fruit Mapping and Reconstruction,
R. Menon, T. Zaenker, N. Dengler, and M. Bennewitz, “NBV-SC: Next Best View Planning Based on Shape Completion for Fruit Mapping and Reconstruction,” in Proc. of the IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS) , 2023
2023
-
[23]
Occlusion- Aware Search for Object Retrieval in Clutter,
W. Bejjani, W. C. Agboh, M. R. Dogar, and M. Leonetti, “Occlusion- Aware Search for Object Retrieval in Clutter,” inProc. of the IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS) , 2021
2021
-
[24]
PyBullet, a Python Module for Physics Simu- lation for Games, Robotics and Machine Learning,
E. Coumans and Y . Bai, “PyBullet, a Python Module for Physics Simu- lation for Games, Robotics and Machine Learning,” http://pybullet.org
-
[25]
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning With a Stochastic Actor,
T. Haarnoja, A. Zhou, P. Abbeel, and S. Levine, “Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning With a Stochastic Actor,” in Proc. of the Intl. Conf. on Machine Learning , 2018
2018
-
[26]
Stable-Baselines3: Reliable Reinforcement Learning Implementations,
A. Raffin, A. Hill, A. Gleave, A. Kanervisto, M. Ernestus, and N. Dormann, “Stable-Baselines3: Reliable Reinforcement Learning Implementations,” Journal of Machine Learning Research , 2021
2021
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.