huninEye commited on
Commit
4dff4b2
1 Parent(s): 6c5fac2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,22 +1,23 @@
1
-
2
  ---
3
  model-index:
4
- - name: SephsRLModel
5
- results:
6
- - task:
7
- name: Reinforcement Learning
8
- type: reinforcement-learning
9
- dataset:
10
- name: sensor_input
11
- type: csv
12
- metrics:
13
- - name: Qlearning
14
- type: reward
15
- value: q_value
16
  license: gpl-3.0
17
  tags:
18
- - reinforcement-learning
19
- - python
 
 
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.