finalRLEnv / app.py

Commit History

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

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

garvitsachdeva commited on

pre-deployment fixes for HF Spaces
aa154f2

garvitsachdeva 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

Fix create_repo naming error with huggingface_hub 1.x
4bad83e

garvitsachdeva Claude Sonnet 4.6 commited on

Add startup diagnostics
171b6d6

garvitsachdeva commited on

SpindleFlow RL — periodic push + log persistence
02ff91f

garvitsachdeva commited on