Robotics
LeRobot
Safetensors
act
EvanMath commited on
Commit
06c8362
·
verified ·
1 Parent(s): 2c5680f

Update config.json

Browse files

Rename key "pretrained_path" to "checkpoint_path" due to this issue
"""
raise DecodingError(path, f"The fields {formatted_keys} are not valid for {stringify_type(cls)}")
draccus.utils.DecodingError: The fields `pretrained_path` are not valid for ACTConfig
"""

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -40,7 +40,7 @@
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
- "pretrained_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "checkpoint_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {