add HTML for gameplay preview
Browse files
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>
|