paintergogo commited on
Commit
5adaf4a
·
verified ·
1 Parent(s): c85bab6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -12,6 +12,12 @@ library_name: stable-baselines3
12
 
13
  This is an A2C agent trained on PandaReachDense-v3 using Stable-Baselines3.
14
 
 
 
 
 
 
 
15
  ## Usage
16
  ```python
17
  from stable_baselines3 import A2C
 
12
 
13
  This is an A2C agent trained on PandaReachDense-v3 using Stable-Baselines3.
14
 
15
+ ## Demo
16
+
17
+ <video controls autoplay loop>
18
+ <source src="https://huggingface.co/paintergogo/a2c_panda_reach/resolve/main/preview.mp4" type="video/mp4">
19
+ </video>
20
+
21
  ## Usage
22
  ```python
23
  from stable_baselines3 import A2C