Commit History

fix: remove root app.py — HF defaults to app.py over app_file setting
68ba0c4

garvitsachdeva commited on

fix: downgrade sdk_version 1.44.0→1.40.0 — HF health check compatibility
fc19138

garvitsachdeva commited on

diag: minimal 5-line app + disable usage stats — isolate Starting issue
066febe

garvitsachdeva commited on

fix: cache_resource warm-up — spinner flushes before heavy imports block
f7e6177

garvitsachdeva commited on

diag: print checkpoints + visible loading banner; expose errors to stderr
1c14ec3

garvitsachdeva commited on

fix: call set_page_config before heavy imports; patch duplicate call
b5fdc1f

garvitsachdeva commited on

fix: use exec() wrapper — eliminates double set_page_config crash
96cef35

garvitsachdeva commited on

fix: set_page_config before heavy import; cache_resource spinner; no-op patch
a824fc0

garvitsachdeva commited on

fix: importlib wrapper with correct __file__; remove garbage files
61e8a52

garvitsachdeva commited on

diag: wrap module-level imports to surface crash error
51db558

garvitsachdeva Claude Sonnet 4.6 commited on

fix: move streamlit_app.py to root; fix sys.path for new location
9dfb393

garvitsachdeva Claude Sonnet 4.6 commited on

fix: use app.py as Streamlit entry point (HF default)
37c9261

garvitsachdeva Claude Sonnet 4.6 commited on

diag: minimal test to confirm Space runs our file
92182bf

garvitsachdeva commited on

fix: add openenv back; catch BaseException to surface crash cause
72d70ca

garvitsachdeva Claude Sonnet 4.6 commited on

fix: use importlib to load demo app + streamlit config.toml
e05a5b9

garvitsachdeva Claude Sonnet 4.6 commited on

fix: catch startup errors and display them instead of crash-looping
e247c59

garvitsachdeva Claude Sonnet 4.6 commited on

fix: use exec() to run demo app with correct __file__ context
b0a7802

garvitsachdeva Claude Sonnet 4.6 commited on

fix: add root streamlit_app.py entry point; HF was running default demo
fba2beb

garvitsachdeva Claude Sonnet 4.6 commited on

feat: add Training Space link to Training tab; fix Space URL in app.py
9988949

garvitsachdeva Claude Sonnet 4.6 commited on

deploy: Streamlit Space setup + button-triggered training
7e20750

garvitsachdeva Claude Sonnet 4.6 commited on

trained evironment UI fixes
44f11d2

garvitsachdeva commited on

fix: install nvidia-cudnn-cu12 alongside CUDA torch (removes --no-deps)
0c3df82

garvitsachdeva commited on

fix: force-reinstall CUDA torch before gradio import; populate logs on page load
82cc86d

garvitsachdeva commited on

fix: eliminate API leaks in training loop, set 30k steps for A100
a5c7dd0

garvitsachdeva commited on

Fix CPU training + 1902ms step speed bottleneck
e8360fd

garvitsachdeva commited on

fix: push reward curve + logs every 10k steps, not just at training end
a798c01

garvitsachdeva commited on

perf: add encode+step benchmark to logs, validate CUDA speed
812dbcc

garvitsachdeva commited on

perf: force ST to CUDA, disable LLM tasks, reduce to 100k steps
b71b25c

garvitsachdeva commited on

feat: integrate trained RecurrentPPO policy into Streamlit demo UI
236d9fb

garvitsachdeva commited on

fix: force-install CUDA torch in app.py before training starts
83cf44b

garvitsachdeva commited on

fix: remove torch from requirements to preserve pre-installed CUDA torch
c977821

garvitsachdeva commited on

fix: install CUDA-enabled torch for GPU spaces
a39792d

garvitsachdeva commited on

pre-deployment fixes for HF Spaces
aa154f2

garvitsachdeva commited on

Update Cell 1 & 2 with user-verified working versions
175b600

garvitsachdeva Claude Sonnet 4.6 commited on

Bulletproof Cell 1: check .git dir, rm partial clone, correct REPO path
3bce6e3

garvitsachdeva Claude Sonnet 4.6 commited on

Fix REPO path: clone root is /content/kuchbhi not /content/kuchbhi/spindleflow-rl
21923ce

garvitsachdeva Claude Sonnet 4.6 commited on

Rewrite train_colab.py: clean cells, fix audioop-lts, log file, reward curve
956acce

garvitsachdeva Claude Sonnet 4.6 commited on

Remove Colab notebook — using plain .py script instead
c8407b4

garvitsachdeva Claude Sonnet 4.6 commited on

Fix Cell 1: skip audioop-lts on Python < 3.13 (Colab uses 3.12)
c77f83c

garvitsachdeva Claude Sonnet 4.6 commited on

Add Colab notebook: 8 runnable cells, both secrets, log + curve
13dd91f

garvitsachdeva Claude Sonnet 4.6 commited on

Final Colab training script: log file, fixed reward curve, 100k steps
c2b373f

garvitsachdeva Claude Sonnet 4.6 commited on

Add HF Hub push cell + fix pip deps in Colab training script
8e0fa29

garvitsachdeva Claude Sonnet 4.6 commited on

Remove gr.Timer: caused C-level crash with no Python output
278b691

garvitsachdeva Claude Sonnet 4.6 commited on

Fix logs not showing: use file-based state instead of in-memory globals
52e0424

garvitsachdeva Claude Sonnet 4.6 commited on

Add auto-refresh timer and dark theme CSS
0c2a6e7

garvitsachdeva Claude Sonnet 4.6 commited on

Fix theme/css: keep in Blocks(), not launch()
c0c63ff

garvitsachdeva Claude Sonnet 4.6 commited on

Improve Gradio UI: fix theme, add CSS, clean up layout
c0997b4

garvitsachdeva Claude Sonnet 4.6 commited on