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

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="{your link}" 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/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: