Karmvir-Phogat commited on
Commit
a4d4aed
·
1 Parent(s): 36359ee

Upload . with huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Taxi-v3
4
+ - q-learning
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ model-index:
8
+ - name: q-Taxi-v3
9
+ results:
10
+ - task:
11
+ type: reinforcement-learning
12
+ name: reinforcement-learning
13
+ dataset:
14
+ name: Taxi-v3
15
+ type: Taxi-v3
16
+ metrics:
17
+ - type: mean_reward
18
+ value: 8.09 +/- 2.90
19
+ name: mean_reward
20
+ verified: false
21
+ ---
22
+
23
+ # **Q-Learning** Agent playing1 **Taxi-v3**
24
+ This is a trained model of a **Q-Learning** agent playing **Taxi-v3** .
25
+
26
+ ## Usage
27
+
28
+ ```python
29
+
30
+ model = load_from_hub(repo_id="Karmvir-Phogat/q-Taxi-v3", filename="q-learning.pkl")
31
+
32
+ # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
33
+ env = gym.make(model["env_id"])
34
+ ```
35
+
q-learning.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf462a7abb4493d1cbe6483f7b08a28e522295a2f269577653d86424a31fc2a3
3
+ size 24369
replay.mp4/openaigym.video.0.14411.video000000.json ADDED
File without changes
replay.mp4/openaigym.video.0.14411.video000000.meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_id": 0, "content_type": "video/vnd.openai.ansivid"}
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Taxi-v3", "mean_reward": 8.09, "n_eval_episodes": 100, "eval_datetime": "2023-02-22T20:11:22.602147"}