mrm8488 commited on
Commit
1f222e0
1 Parent(s): 3e892f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  This is a pre-trained model of a PPO agent playing LunarLander-v2 using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library.
11
 
12
 
13
- <video src="https://huggingface.co/mrm8488/ppo-LunarLander-v2/blob/main/output.mp4" controls autoplay loop></video>
14
 
15
  ### Usage (with Stable-baselines3)
16
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
 
10
  This is a pre-trained model of a PPO agent playing LunarLander-v2 using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library.
11
 
12
 
13
+ <video src="https://huggingface.co/mrm8488/ppo-LunarLander-v2/resolve/main/output.mp4" controls autoplay loop></video>
14
 
15
  ### Usage (with Stable-baselines3)
16
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed: