kinkpunk commited on
Commit
19224b2
·
1 Parent(s): 2c49204

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -25,10 +25,10 @@ model-index:
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
 
28
- # **Training hyperparameters**
29
 
30
  ```python
31
- pixelcopter_hyperparameters = {
32
  "h_size": 32,
33
  "n_training_episodes": 40000,
34
  "n_evaluation_episodes": 10,
@@ -38,6 +38,6 @@ pixelcopter_hyperparameters = {
38
  "env_id": env_id,
39
  "state_space": s_size,
40
  "action_space": a_size,
41
- }
42
- ```
43
 
 
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
 
28
+ # **Training hyperparameters**
29
 
30
  ```python
31
+ pixelcopter_hyperparameters = {
32
  "h_size": 32,
33
  "n_training_episodes": 40000,
34
  "n_evaluation_episodes": 10,
 
38
  "env_id": env_id,
39
  "state_space": s_size,
40
  "action_space": a_size,
41
+ }
42
+ ```
43