friendlyGiraffe
commited on
Commit
•
68cf5e7
1
Parent(s):
3e33b0a
Push Q-Learning agent to Hub
Browse files- README.md +1 -1
- q-learning.pkl +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
type: Taxi-v3
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
-
value: 7.
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
|
|
15 |
type: Taxi-v3
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
+
value: 7.56 +/- 2.71
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
q-learning.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f6df75379760a93b5ec0213a211af14efe8e609c27f9dc4a9136dfa02357880
|
3 |
+
size 24572
|
replay.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73497e669988ef5a28e73793b828c90ebaa7d436353f60bc7e660c8df37c0f10
|
3 |
+
size 123026
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Taxi-v3", "mean_reward": 7.
|
|
|
1 |
+
{"env_id": "Taxi-v3", "mean_reward": 7.56, "n_eval_episodes": 100, "eval_datetime": "2023-02-15T15:38:40.550656"}
|