enrique2701 commited on
Commit
cddf071
·
verified ·
1 Parent(s): 0b5fb11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -12,14 +12,15 @@ tags:
12
  using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
 
14
  ## Results
15
- [INFO] SnowballTarget.
16
- Step: 400000.
17
- Time Elapsed: 903.639 s.
18
- Mean Reward: 25.591.
19
- Std of Reward: 1.992.
20
 
21
  ## Hyperparameters
22
- %%file /content/ml-agents/config/ppo/SnowballTarget.yaml
 
23
  behaviors:
24
  SnowballTarget:
25
  trainer_type: ppo
@@ -47,6 +48,7 @@ behaviors:
47
  extrinsic:
48
  gamma: 0.9
49
  strength: 1.0
 
50
 
51
  ### Resume the training
52
  ```bash
 
12
  using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
 
14
  ## Results
15
+ -[INFO] SnowballTarget.
16
+ -Step: 400000.
17
+ -Time Elapsed: 903.639 s.
18
+ -Mean Reward: 25.591.
19
+ -Std of Reward: 1.992.
20
 
21
  ## Hyperparameters
22
+ %%file /content/ml-agents/config/ppo/SnowballTarget.yaml
23
+ ```yaml
24
  behaviors:
25
  SnowballTarget:
26
  trainer_type: ppo
 
48
  extrinsic:
49
  gamma: 0.9
50
  strength: 1.0
51
+ ```
52
 
53
  ### Resume the training
54
  ```bash