samwell commited on
Commit
f3253bd
·
verified ·
1 Parent(s): 42c2ecf

Upload 5 files

Browse files
Files changed (5) hide show
  1. README.md +26 -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,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Pixelcopter-PLE-v0
4
+ - reinforce
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - deep-rl-class
8
+ model-index:
9
+ - name: Reinforce-Pixelcopter-PLE-v0
10
+ results:
11
+ - metrics:
12
+ - type: mean_reward
13
+ value: 13.00 +/- 16.24
14
+ name: mean_reward
15
+ task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: Pixelcopter-PLE-v0
20
+ type: Pixelcopter-PLE-v0
21
+ ---
22
+
23
+ # **Reinforce** Agent playing **Pixelcopter-PLE-v0**
24
+ This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
25
+ To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
26
+
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"h_size": 128, "n_training_episodes": 50000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "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:0dacf5e42682bc2ea6431b8f0e25d903f6f52df2406a52790f9b1480fa9aa637
3
+ size 7135
replay.mp4 ADDED
Binary file (4.47 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 13.0, "n_evaluation_episodes": 10, "eval_datetime": "2022-06-30T08:13:07.789733"}