Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,14 @@ This is a trained model of a **QRDQN** agent playing **SpaceInvadersNoFrameskip-
|
|
25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3)
|
26 |
and the [RL Zoo](https://github.com/DLR-RM/rl-baselines3-zoo).
|
27 |
|
28 |
-
There is a longer video of this agent playing at [Youtube](https://youtu.be/OmxWdSx0ouY)
|
29 |
-
|
30 |
The RL Zoo is a training framework for Stable Baselines3
|
31 |
reinforcement learning agents,
|
32 |
with hyperparameter optimization and pre-trained agents included.
|
33 |
|
|
|
|
|
|
|
|
|
34 |
## Usage (with SB3 RL Zoo)
|
35 |
|
36 |
RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
|
|
|
25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3)
|
26 |
and the [RL Zoo](https://github.com/DLR-RM/rl-baselines3-zoo).
|
27 |
|
|
|
|
|
28 |
The RL Zoo is a training framework for Stable Baselines3
|
29 |
reinforcement learning agents,
|
30 |
with hyperparameter optimization and pre-trained agents included.
|
31 |
|
32 |
+
[W&B report](https://wandb.ai/corianas/sb3/reports/QRDQN-Agent-playing-SpaceInvadersNoFrameskip-v4--VmlldzoyMjA4NDk4)
|
33 |
+
|
34 |
+
There is a longer video of this agent playing at [Youtube](https://youtu.be/OmxWdSx0ouY)
|
35 |
+
|
36 |
## Usage (with SB3 RL Zoo)
|
37 |
|
38 |
RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
|