ThomasSimonini HF staff commited on
Commit
a143587
1 Parent(s): 717deca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -14,7 +14,8 @@ Mean_reward: `21.00 +/- 0.0`
14
 
15
  # Usage (with Stable-baselines3)
16
  - You need to use `gym==0.19` since it **includes Atari Roms**.
17
- - The Actor Space is 6 since we use only **legit actions**.
 
18
 
19
  Watch your agent interacts :
20
 
@@ -56,9 +57,6 @@ while True:
56
 
57
 
58
  ## Training Code
59
- - You need to use `gym==0.19` since it **includes Atari Roms**.
60
- - The Actor Space is 6 since we use only **legit actions**.
61
-
62
  ```python
63
  import wandb
64
  import gym
 
14
 
15
  # Usage (with Stable-baselines3)
16
  - You need to use `gym==0.19` since it **includes Atari Roms**.
17
+ - The Action Space is 6 since we use only **possible actions in this game**.
18
+
19
 
20
  Watch your agent interacts :
21
 
 
57
 
58
 
59
  ## Training Code
 
 
 
60
  ```python
61
  import wandb
62
  import gym