Kentris commited on
Commit
5c7611a
·
1 Parent(s): b6de20f

Upload 5 files

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. hyperparameters.json +1 -9
  3. model.pt +2 -2
  4. replay.mp4 +0 -0
  5. results.json +1 -1
README.md CHANGED
@@ -1,27 +1,27 @@
1
  ---
2
  tags:
3
- - CartPole-v1
4
  - reinforce
5
  - reinforcement-learning
6
  - custom-implementation
7
  - deep-rl-class
8
  model-index:
9
- - name: Reinforce-Pixelcopter-PLE-v0
10
  results:
11
  - task:
12
  type: reinforcement-learning
13
  name: reinforcement-learning
14
  dataset:
15
- name: CartPole-v1
16
- type: CartPole-v1
17
  metrics:
18
  - type: mean_reward
19
- value: 22.20 +/- 6.32
20
  name: mean_reward
21
  verified: false
22
  ---
23
 
24
- # **Reinforce** Agent playing **CartPole-v1**
25
- This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
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
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: 21.80 +/- 16.40
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,9 +1 @@
1
- {'h_size': 64,
2
- 'n_training_episodes': 50000,
3
- 'n_evaluation_episodes': 10,
4
- 'max_t': 10000,
5
- 'gamma': 0.99,
6
- 'lr': 0.0001,
7
- 'env_id': 'Pixelcopter-PLE-v0',
8
- 'state_space': 7,
9
- 'action_space': 2}
 
1
+ {"h_size": 64, "n_training_episodes": 20000, "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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c651fd496de85aef6ed8e4a03d361b4d326a6e8131dbfc2742cc7046ac4f736
3
- size 38215
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7099c687d10bff7c8e5c311af6b1debc06f884cfa0d5ac7a393dadc9f33c8b6f
3
+ size 38983
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "CartPole-v1", "mean_reward": 22.2, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-09T17:21:15.457691"}
 
1
+ {"env_id": "Pixelcopter-PLE-v0", "mean_reward": 21.8, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-08T12:15:14.893463"}