Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,14 @@ language:
|
|
4 |
- en
|
5 |
tags:
|
6 |
- reinforcement learning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
## Finding Theta Blog Posts:
|
|
|
4 |
- en
|
5 |
tags:
|
6 |
- reinforcement learning
|
7 |
+
model-index:
|
8 |
+
- name: Lunar Lander
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: game-play # Required. Example: automatic-speech-recognition
|
12 |
+
metrics:
|
13 |
+
- type: Reward # Required. Example: wer. Use metric id from https://hf.co/metrics
|
14 |
+
value: 100
|
15 |
---
|
16 |
|
17 |
## Finding Theta Blog Posts:
|