Adil Zouitine
7eccefe235
refactor(learner): Remove normalization from cached image features retrieval
...
- Simplified the retrieval of observation features by removing the normalization step from the `get_cached_image_features` method calls.
- This change enhances clarity and aligns with the recent updates to policy processors.
2025-08-06 17:20:42 +02:00
Steven Palma
378e1f0338
Update pre-commit-config.yaml + pyproject.toml + ceil rerun & transformer dependencies version ( #1520 )
...
* chore: update .gitignore
* chore: update pre-commit
* chore(deps): update pyproject
* fix(ci): multiple fixes
* chore: pre-commit apply
* chore: address review comments
* Update pyproject.toml
Co-authored-by: Ben Zhang <5977478+ben-z@users.noreply.github.com >
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
* chore(deps): add todo
---------
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
Co-authored-by: Ben Zhang <5977478+ben-z@users.noreply.github.com >
2025-07-17 14:30:20 +02:00
Eugene Mironov
816034948a
[Async Inference] Add gRPC retry mechanism to Async client ( #1485 )
...
Co-authored-by: Michel Aractingi <michel.aractingi@huggingface.co >
2025-07-16 16:13:01 +02:00
Adil Zouitine
ce2b9724bf
fix(hil-serl): discrete critic send through network ( #1468 )
...
Co-authored-by: Khalil Meftah <kmeftah.khalil@gmail.com >
Co-authored-by: jpizarrom <jpizarrom@gmail.com >
2025-07-09 16:22:40 +02:00
Simon Alibert
d4ee470b00
Package folder structure ( #1417 )
...
* Move files
* Replace imports & paths
* Update relative paths
* Update doc symlinks
* Update instructions paths
* Fix imports
* Update grpc files
* Update more instructions
* Downgrade grpc-tools
* Update manifest
* Update more paths
* Update config paths
* Update CI paths
* Update bandit exclusions
* Remove walkthrough section
2025-07-01 16:34:46 +02:00