Summary
This study focuses on multiple constraints setting in safe reinforcement learning, and an interesting method is proposed by leveraging gradient integration methods. Moreover, the feasibility of multi-constraint problems is addressed, TD distribution method is introduced to decrease the estimation bias.
Strengths
1. Multiple constraints are considered.
2. The code is provided.
3. The writing quality is good.
Weaknesses
1. Some papers are not investigated, e.g., [1] and [2]
[1] Gu, S., Yang, L., Du, Y., Chen, G., Walter, F., Wang, J., ... & Knoll, A. (2022). A review of safe reinforcement learning: Methods, theory and applications. arXiv preprint arXiv:2205.10330.
[2] Garcıa, J., & Fernández, F. (2015). A comprehensive survey on safe reinforcement learning. Journal of Machine Learning Research, 16(1), 1437-1480.
2. The experimental results do not convince me, as shown in Figure 3, other baselines also present better performance than this study, e.g., the WCSAC method.
3. Could you compare the method with PPO Lagrangian?
Questions
1. Can we handle multiple constraints by averaging the multiple constraints as one constraint?
2. The essential contribution is to design the distributional critics with low biases. How about the distributional actors for estimating different types of constraints?
3. What is the difference between PCPO and this method? In PCPO, they also make projections to optimize reward and cost.
4. Why does the $J(\pi)$ like the formation in page 3, line 93?
5. Why do we need a Shannon entropy?
6. How does the study have Equations (4) and (5)? Could the study provide analysis to prove them?
7. Since the method claims the algorithm is efficient and computation efficiency is better than other baselines, could the study provide the sample complexity?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
1. The cost is assumed as convex. However, in most cases, the constraints may be nonconvex.
2. The computation complexity and sample complexity should be provided to prove the effectiveness of this study.