eikoenchine commited on
Commit
d3070f1
1 Parent(s): 3882ae4

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +21 -0
  2. q-learning.pkl +3 -0
  3. replay.mp4 +0 -0
  4. results.json +1 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Taxi-v3
4
+ - q-learning
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ ---
8
+
9
+ # **Q-Learning** Agent playing1 **Taxi-v3**
10
+ This is a trained model of a **Q-Learning** agent playing **Taxi-v3** .
11
+
12
+ ## Usage
13
+
14
+ ```python
15
+
16
+ model = load_from_hub(repo_id="eikoenchine/taxi-Q-learning-off-policy", filename="q-learning.pkl")
17
+
18
+ # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
19
+ env = gym.make(model["env_id"])
20
+ ```
21
+
q-learning.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdef5897096a40ff36dbcd2428c8ff94220c6fdc554160ac6ade97110cc12773
3
+ size 24570
replay.mp4 ADDED
Binary file (140 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Taxi-v3", "mean_reward": -99.0, "n_eval_episodes": 100, "eval_datetime": "2023-07-29T00:56:44.871943"}