sadhumitha-s commited on
Commit
705175b
·
1 Parent(s): 2ec63e1

feat: redeploy fresh model weights and demo trajectories

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -9,7 +9,7 @@ pinned: false
9
 
10
  # DT-Circuits: Mechanistic Interpretability for Decision Transformers
11
 
12
-
13
  [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
14
  [![PyTorch 2.x](https://img.shields.io/badge/PyTorch-2.x-red.svg)](https://pytorch.org/)
15
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -186,10 +186,13 @@ pip install -r requirements.txt
186
  ```
187
 
188
  ### Dashboard Execution
189
- Launch the `DT-Explorer` dashboard. The dashboard will initialize with a random model if no trained weights are detected.
190
- ```bash
191
- streamlit run src/dashboard/app.py
192
- ```
 
 
 
193
 
194
  ### Workflow
195
 
 
9
 
10
  # DT-Circuits: Mechanistic Interpretability for Decision Transformers
11
 
12
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A5%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/sadhumitha-s/DT-Explorer)
13
  [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
14
  [![PyTorch 2.x](https://img.shields.io/badge/PyTorch-2.x-red.svg)](https://pytorch.org/)
15
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](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