Merge branch 'user/mshukor/2025_03_24_pi0fast' of github.com:mshukor/lerobot into user/mshukor/2025_03_24_pi0fast
merge
This commit is contained in:
commit
1daa9aae9e
|
@ -67,6 +67,7 @@ PRECISION = {
|
|||
"bfloat16": torch.bfloat16,
|
||||
}
|
||||
|
||||
|
||||
def normalize(x, min_val, max_val):
|
||||
return (x - min_val) / (max_val - min_val)
|
||||
|
||||
|
|
Loading…
Reference in New Issue