Releases: wellkilo/DRL_MuJoCo
Releases · wellkilo/DRL_MuJoCo
DRL_MuJoCo v1.0.20
DRL_MuJoCo v1.0.19
Merge pull request #37 from wellkilo/feat/nextjs-tailwind-migration fix: prevent RunningMeanStd count overflow causing NaN crash
DRL_MuJoCo v1.0.18
Merge pull request #36 from wellkilo/feat/nextjs-tailwind-migration feat: capture and display training error details on crash
DRL_MuJoCo v1.0.17
Merge pull request #35 from wellkilo/feat/nextjs-tailwind-migration fix: isolate isRunning per-environment to prevent cross-env state bugs
DRL_MuJoCo v1.0.16
Merge pull request #34 from wellkilo/feat/nextjs-tailwind-migration fix: improve Windows compatibility across project
DRL_MuJoCo v1.0.15
Merge pull request #33 from wellkilo/feat/nextjs-tailwind-migration feat: add Windows batch scripts with auto conda init
DRL_MuJoCo v1.0.14
Merge pull request #29 from wellkilo/feat/nextjs-tailwind-migration fix: CSS variable opacity, API error handling, WebSocket backoff, emp…
DRL_MuJoCo v1.0.13
Merge pull request #26 from wellkilo/feat/nextjs-tailwind-migration feat: migrate frontend from Vite+SCSS to Next.js+Tailwind CSS
DRL_MuJoCo v1.0.12
Merge pull request #25 from wellkilo/refactor/rename-hooks-to-tsx refactor: rename React hooks files from .ts to .tsx - Rename useMetricsHistory.ts to useMetricsHistory.tsx - Rename useTrainingStream.ts to useTrainingStream.tsx - Follow industry standard: React-related files use .tsx extension
DRL_MuJoCo v1.0.11
Merge pull request #24 from wellkilo/feature/ts-frontend-rust-buffer refactor: convert CSS to SCSS with variables and modern compiler - Refactor global.css to SCSS with nested selectors - Add _variables.scss for centralized style management - Update vite.config.ts to use modern Sass compiler API - Install sass as dev dependency - Update App.tsx import from .css to .scss - Remove legacy CSS file - Update README with SCSS documentation - Fix Sass deprecation warnings