Gare commited on
Commit
16fc967
·
verified ·
1 Parent(s): 25b0a46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -23,7 +23,10 @@ model-index:
23
 
24
  # PPO Agent Playing LunarLander-v3
25
 
26
- <video controls autoplay loop src="https://huggingface.co/Gare/ppo-LunarLander-v3/blob/main/replay-step-0-to-step-500.mp4"></video>
 
 
 
27
 
28
  # **PPO** Agent playing **LunarLander-v3**
29
  This is a trained model of a **PPO** agent playing **LunarLander-v3**
 
23
 
24
  # PPO Agent Playing LunarLander-v3
25
 
26
+ <video controls autoplay loop style="width: 100%; max-width: 600px;">
27
+ <source src="https://huggingface.co/Gare/ppo-LunarLander-v3/resolve/main/replay-step-0-to-step-500.mp4" type="video/mp4">
28
+ Your browser does not support the video tag.
29
+ </video>
30
 
31
  # **PPO** Agent playing **LunarLander-v3**
32
  This is a trained model of a **PPO** agent playing **LunarLander-v3**