Spaces:
Running
Running
Commit ·
705175b
1
Parent(s): 2ec63e1
feat: redeploy fresh model weights and demo trajectories
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ pinned: false
|
|
| 9 |
|
| 10 |
# DT-Circuits: Mechanistic Interpretability for Decision Transformers
|
| 11 |
|
| 12 |
-
|
| 13 |
[](https://www.python.org/downloads/)
|
| 14 |
[](https://pytorch.org/)
|
| 15 |
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -186,10 +186,13 @@ pip install -r requirements.txt
|
|
| 186 |
```
|
| 187 |
|
| 188 |
### Dashboard Execution
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
|
|
|
|
|
|
|
|
|
| 193 |
|
| 194 |
### Workflow
|
| 195 |
|
|
|
|
| 9 |
|
| 10 |
# DT-Circuits: Mechanistic Interpretability for Decision Transformers
|
| 11 |
|
| 12 |
+
[](https://huggingface.co/spaces/sadhumitha-s/DT-Explorer)
|
| 13 |
[](https://www.python.org/downloads/)
|
| 14 |
[](https://pytorch.org/)
|
| 15 |
[](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
| 186 |
```
|
| 187 |
|
| 188 |
### Dashboard Execution
|
| 189 |
+
You can access the hosted version on Hugging Face Spaces instantly, or run it locally:
|
| 190 |
+
|
| 191 |
+
* **Live Hosted Space:** [DT-Explorer Web App](https://sadhumitha-s-dt-explorer.hf.space) (No local installation needed!)
|
| 192 |
+
* **Local Run:** Launch the dashboard on your machine (it will initialize with a random model if no trained weights are detected):
|
| 193 |
+
```bash
|
| 194 |
+
streamlit run src/dashboard/app.py
|
| 195 |
+
```
|
| 196 |
|
| 197 |
### Workflow
|
| 198 |
|