MattStammers
commited on
Commit
·
9377016
1
Parent(s):
23c78c3
Update README.md
Browse files
README.md
CHANGED
@@ -82,4 +82,8 @@ OrderedDict([('batch_size', 256),
|
|
82 |
# Environment Arguments
|
83 |
```python
|
84 |
{'render_mode': 'rgb_array'}
|
85 |
-
```
|
|
|
|
|
|
|
|
|
|
82 |
# Environment Arguments
|
83 |
```python
|
84 |
{'render_mode': 'rgb_array'}
|
85 |
+
```
|
86 |
+
|
87 |
+
## Training
|
88 |
+
|
89 |
+
This model has extended video and was trained on a T600 Laptop GPU. Total training time was <12 hours.
|