lucasbertola commited on
Commit
b776cb1
1 Parent(s): 9a183ae

Upload . with huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +35 -0
  2. replay.mp4 +0 -0
  3. results.json +1 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Taxi-v3
4
+ - q-learning
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - Lucas_is_the_best
8
+ model-index:
9
+ - name: q-Taxi-v3
10
+ results:
11
+ - metrics:
12
+ - type: mean_reward
13
+ value: 7.56 +/- 2.71
14
+ name: mean_reward
15
+ task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: Taxi-v3
20
+ type: Taxi-v3
21
+ ---
22
+
23
+ # **Q-Learning** Agent playing1
24
+ This is a trained model of a **Q-Learning** agent playing
25
+
26
+ ## Usage
27
+
28
+ ```python
29
+
30
+ model = load_from_hub(repo_id="lucasbertola/q-Taxi-v3", filename="q-learning.pkl")
31
+
32
+ # Don't forget to check if you need to add additional attributes (is_slippery=True etc)
33
+ env = gym.make(model["env_id"])
34
+ ```
35
+
replay.mp4 ADDED
Binary file (96.8 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Taxi-v3", "mean_reward": 7.56, "n_eval_episodes": 100, "eval_datetime": "2023-06-25T17:31:30.514731"}