saferl-lite 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {saferl_lite-0.1.2.dist-info → saferl_lite-0.1.3.dist-info}/METADATA +4 -2
- {saferl_lite-0.1.2.dist-info → saferl_lite-0.1.3.dist-info}/RECORD +5 -5
- {saferl_lite-0.1.2.dist-info → saferl_lite-0.1.3.dist-info}/WHEEL +0 -0
- {saferl_lite-0.1.2.dist-info → saferl_lite-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {saferl_lite-0.1.2.dist-info → saferl_lite-0.1.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: saferl-lite
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: A lightweight, explainable, and constrained reinforcement learning toolkit.
|
5
5
|
Home-page: https://github.com/satyamcser/saferl-lite
|
6
6
|
Author: Satyam Mishra
|
@@ -54,12 +54,14 @@ Dynamic: summary
|
|
54
54
|
|
55
55
|
A **lightweight, explainable, and modular** Python library for **Constrained Reinforcement Learning (Safe RL)** with real-time **SHAP & saliency-based explainability**, custom metrics, and Gym-compatible wrappers.
|
56
56
|
|
57
|
+
**New update with ease to setup, install and import coming soon.
|
58
|
+
|
57
59
|
By:
|
58
60
|
- Satyam Mishra, Vision Mentors Ltd., Hanoi, Vietnam
|
59
61
|
- Shivam Mishra, Phung Thao Vi, Vietnam National University, Hanoi, Vietnam
|
60
62
|
- Dr. Vishwanath Bijalwan, SR University, Warangal, India
|
61
63
|
- Dr. Vijay Bhaskar Semwal, MANIT, Bhopal, India
|
62
|
-
- University of West London, London, UK
|
64
|
+
- Dr. Abdul Manan Khan, University of West London, London, UK
|
63
65
|
|
64
66
|
<p align="center">
|
65
67
|
<a href="https://github.com/satyamcser/saferl-lite/blob/main/LICENSE">
|
@@ -6,8 +6,8 @@ envs/wrappers.py,sha256=rfk3cfsTsfD8NqUjEcJ-o7XGMmkBBHt5kfaCiE3AgAw,1749
|
|
6
6
|
explainability/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
explainability/saliency.py,sha256=EpvrpkRZWqYqd3lkRIkfIbJ0pw7G_hJ8GEiVfgPo88U,767
|
8
8
|
explainability/shap_explainer.py,sha256=Tj-fP947z8ixFdWRXHdR6D3a_wtznGN5x-DomU34xbc,883
|
9
|
-
saferl_lite-0.1.
|
10
|
-
saferl_lite-0.1.
|
11
|
-
saferl_lite-0.1.
|
12
|
-
saferl_lite-0.1.
|
13
|
-
saferl_lite-0.1.
|
9
|
+
saferl_lite-0.1.3.dist-info/licenses/LICENSE,sha256=WRhQPkdFDzbMFEhvoaq9gSNnbsy0lhSC8tFH3stLntY,1070
|
10
|
+
saferl_lite-0.1.3.dist-info/METADATA,sha256=kCL8JQT3dJq2q56BlQ1cwmv-xmnrQNDK0TDpAEoQdzs,7701
|
11
|
+
saferl_lite-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
saferl_lite-0.1.3.dist-info/top_level.txt,sha256=f1IuezLA5sRnSuKZbl-VrS_Hh9pekOW2smLrpJLuiGg,27
|
13
|
+
saferl_lite-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|