nvasko commited on
Commit
047a7c6
·
verified ·
1 Parent(s): 22f6cf1

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +27 -0
  2. hyperparameters.json +1 -0
  3. model.pt +3 -0
  4. replay.mp4 +0 -0
  5. results.json +1 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Custom-Pixelcopter-ScreenRGB
4
+ - reinforce
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - deep-rl-class
8
+ model-index:
9
+ - name: Reinforce-pixelcopter-moe-1
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: Custom-Pixelcopter-ScreenRGB
16
+ type: Custom-Pixelcopter-ScreenRGB
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 14.10 +/- 13.58
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **Reinforce** Agent playing **Custom-Pixelcopter-ScreenRGB**
25
+ This is a trained model of a **Reinforce** agent playing **Custom-Pixelcopter-ScreenRGB** .
26
+ To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
27
+
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"h_size": 16, "n_training_episodes": 100000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 1e-05, "env_id": "Custom-Pixelcopter-ScreenRGB", "state_space": 7, "action_space": 2}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f8bbc3c0fb4d540a249e2ad4fda0b8fb1f8651db6a3a20b6f4a5b241d74348
3
+ size 2724842
replay.mp4 ADDED
Binary file (5.97 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Custom-Pixelcopter-ScreenRGB", "mean_reward": 14.1, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-22T15:59:42.385814"}