Commit
•
a143587
1
Parent(s):
717deca
Update README.md
Browse files
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
|
|
|
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
|