Skip to content

Releases: wellkilo/DRL_MuJoCo

DRL_MuJoCo v1.0.20

22 Apr 09:52
ddc901d

Choose a tag to compare

Merge pull request #42 from wellkilo/feature/multi-gpu-scaling

docs: improve GPU scaling feature layout in README with full-width ro…

DRL_MuJoCo v1.0.19

16 Apr 11:24
381d14d

Choose a tag to compare

Merge pull request #37 from wellkilo/feat/nextjs-tailwind-migration

fix: prevent RunningMeanStd count overflow causing NaN crash

DRL_MuJoCo v1.0.18

15 Apr 06:36
98b6872

Choose a tag to compare

Merge pull request #36 from wellkilo/feat/nextjs-tailwind-migration

feat: capture and display training error details on crash

DRL_MuJoCo v1.0.17

14 Apr 08:03
fd3e859

Choose a tag to compare

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

13 Apr 06:35
6b878d9

Choose a tag to compare

Merge pull request #34 from wellkilo/feat/nextjs-tailwind-migration

fix: improve Windows compatibility across project

DRL_MuJoCo v1.0.15

12 Apr 11:22
2c28454

Choose a tag to compare

Merge pull request #33 from wellkilo/feat/nextjs-tailwind-migration

feat: add Windows batch scripts with auto conda init

DRL_MuJoCo v1.0.14

10 Apr 06:51
7f13dd0

Choose a tag to compare

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

09 Apr 12:38
dbc21fb

Choose a tag to compare

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

24 Mar 11:45
bb657c8

Choose a tag to compare

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

24 Mar 10:04
1ba1d4b

Choose a tag to compare

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