Thomas Simonini commited on
Commit
f934b21
·
1 Parent(s): 8b01127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -8,12 +8,10 @@ tags:
8
 
9
  This is a pre-trained model of a PPO agent playing SpaceInvadersNoFrameskip using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library. It is taken from [RL-trained-agents](https://github.com/DLR-RM/rl-trained-agents)
10
 
11
- <video src="https://huggingface.co/ThomasSimonini/ppo-SpaceInvadersNoFrameskip-v4/resolve/main/output.mp4" controls autoplay loop/>
12
-
13
 
14
  ### Usage (with Stable-baselines3)
15
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
16
-
17
  ```
18
  pip install stable-baselines3
19
  pip install huggingface_sb3
 
8
 
9
  This is a pre-trained model of a PPO agent playing SpaceInvadersNoFrameskip using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library. It is taken from [RL-trained-agents](https://github.com/DLR-RM/rl-trained-agents)
10
 
11
+ <video src="https://huggingface.co/ThomasSimonini/ppo-SpaceInvadersNoFrameskip-v4/resolve/main/output.mp4" controls autoplay loop></video>
 
12
 
13
  ### Usage (with Stable-baselines3)
14
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
 
15
  ```
16
  pip install stable-baselines3
17
  pip install huggingface_sb3