gabehubner commited on
Commit
073b87a
Β·
1 Parent(s): 27ff6a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  title: Deep Rl Explainability
3
- emoji: πŸ†
4
- colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.7.1
8
  app_file: app.py
9
- pinned: false
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.