mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-03-16 07:10:13 +01:00
- Updated weight and feature storage to use float32 for reduced memory bandwidth. - Implemented compact storage for raw observations as uint8, batch-normalized at episode end. - Introduced vectorized return computation and chunk-based weight updates using einsum. - Reduced weight sanitization to once per episode instead of per-step. - Refactored action selection and return calculation for improved efficiency.