vandat2601 commited on
Commit
fc49d78
·
verified ·
1 Parent(s): a9e1450

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +28 -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,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: Pixelcopter-PLE-v0
16
+ type: Pixelcopter-PLE-v0
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 16.83 +/- 15.75
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **Reinforce** Agent playing **Pixelcopter-PLE-v0**
25
+ This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
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
+ My name is VanDat =))
28
+
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "state_size": 7, "action_size": 2, "hidden_size": 128, "training_episodes": 10000, "evaluate_episodes": 100, "max_step": 1000, "gamma": 0.9, "lr": 0.0001, "print_per_episodes": 100}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2e162b23cf39183b40ebcaa4f1cea70b9565f42e04b75d99de1e5ba96ecf5b
3
+ size 141620
replay.mp4 ADDED
Binary file (7.8 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 16.83, "n_evaluation_episodes": 100, "eval_datetime": "2025-05-23T11:47:53.102733"}