nvasko commited on
Commit
15cba35
1 Parent(s): ef7c0a4

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +6 -6
  2. hyperparameters.json +1 -1
  3. replay.mp4 +0 -0
  4. results.json +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  tags:
3
- - Custom-Pixelcopter-ScreenRGB
4
  - reinforce
5
  - reinforcement-learning
6
  - custom-implementation
@@ -12,16 +12,16 @@ model-index:
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: 51.40 +/- 38.60
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
 
 
1
  ---
2
  tags:
3
+ - Pixelcopter-PLE-v0
4
  - reinforce
5
  - reinforcement-learning
6
  - custom-implementation
 
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: 54.50 +/- 40.91
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
 
hyperparameters.json CHANGED
@@ -1 +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}
 
1
+ {"h_size": 16, "n_training_episodes": 100000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 1e-05, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "Custom-Pixelcopter-ScreenRGB", "mean_reward": 51.4, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-24T05:20:10.581272"}
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 54.5, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-25T17:44:27.811204"}