Spaces:
Sleeping
Sleeping
gabehubner
commited on
Commit
Β·
073b87a
1
Parent(s):
27ff6a9
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
title: Deep Rl Explainability
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.7.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
@@ -54,4 +54,4 @@ For each step, the reward:
|
|
54 |
|
55 |
## `train()` and `load_trained()`
|
56 |
|
57 |
-
`load_trained()` function loads a pre-trained model that ran through 1000 episodes of training, while `train()` does training from scratch. You can edit which one of the functions is running from the bottom of the main.py file. If you set render_mode=False, the program will train a lot faster.
|
|
|
1 |
---
|
2 |
title: Deep Rl Explainability
|
3 |
+
emoji: π
|
4 |
+
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.7.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
54 |
|
55 |
## `train()` and `load_trained()`
|
56 |
|
57 |
+
`load_trained()` function loads a pre-trained model that ran through 1000 episodes of training, while `train()` does training from scratch. You can edit which one of the functions is running from the bottom of the main.py file. If you set render_mode=False, the program will train a lot faster.
|