MarioBarbeque commited on
Commit
0180195
·
verified ·
1 Parent(s): 74dba08

add HTML for gameplay preview

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -85,3 +85,7 @@ OrderedDict([('batch_size', 128),
85
  ```python
86
  {'render_mode': 'rgb_array'}
87
  ```
 
 
 
 
 
85
  ```python
86
  {'render_mode': 'rgb_array'}
87
  ```
88
+
89
+ <video controls width="640">
90
+ <source src="gameplay.mp4" type="video/mp4">
91
+ </video>