Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
-
|
2 |
---
|
3 |
model-index:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
license: gpl-3.0
|
17 |
tags:
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# SephsRLModel
|
@@ -59,4 +60,4 @@ Known issues are listed under `issues.md`.
|
|
59 |
GPL-3.0: See `LICENSE` for details.
|
60 |
|
61 |
## Contact
|
62 |
-
Reach out via `contact_info.md` for support or collaboration.
|
|
|
|
|
1 |
---
|
2 |
model-index:
|
3 |
+
- name: SephsRLModel
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
name: Reinforcement Learning
|
7 |
+
type: reinforcement-learning
|
8 |
+
dataset:
|
9 |
+
name: sensor_input
|
10 |
+
type: csv
|
11 |
+
metrics:
|
12 |
+
- name: Qlearning
|
13 |
+
type: reward
|
14 |
+
value: q_value
|
15 |
license: gpl-3.0
|
16 |
tags:
|
17 |
+
- reinforcement-learning
|
18 |
+
- python
|
19 |
+
metrics:
|
20 |
+
- accuracy
|
21 |
---
|
22 |
|
23 |
# SephsRLModel
|
|
|
60 |
GPL-3.0: See `LICENSE` for details.
|
61 |
|
62 |
## Contact
|
63 |
+
Reach out via `contact_info.md` for support or collaboration.
|