jackvial commited on
Commit
1bdfb55
·
verified ·
1 Parent(s): 448105a

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +64 -0
  2. checkpoints/best.pt +3 -0
  3. checkpoints/epoch_0001.pt +3 -0
  4. checkpoints/last.pt +3 -0
  5. metrics_history.json +12 -0
  6. train_config.json +46 -0
  7. validation_plots/epoch_001/episode_00005.png +3 -0
  8. validation_plots/epoch_001/episode_00013.png +3 -0
  9. validation_plots/epoch_001/episode_00018.png +3 -0
  10. validation_plots/epoch_001/episode_00024.png +3 -0
  11. validation_plots/step_00000200/episode_00005.png +3 -0
  12. validation_plots/step_00000200/episode_00013.png +3 -0
  13. validation_plots/step_00000200/episode_00018.png +3 -0
  14. validation_plots/step_00000200/episode_00024.png +3 -0
  15. validation_plots/step_00000400/episode_00005.png +3 -0
  16. validation_plots/step_00000400/episode_00013.png +3 -0
  17. validation_plots/step_00000400/episode_00018.png +3 -0
  18. validation_plots/step_00000400/episode_00024.png +3 -0
  19. validation_plots/step_00000600/episode_00005.png +3 -0
  20. validation_plots/step_00000600/episode_00013.png +3 -0
  21. validation_plots/step_00000600/episode_00018.png +3 -0
  22. validation_plots/step_00000600/episode_00024.png +3 -0
  23. validation_plots/step_00000800/episode_00005.png +3 -0
  24. validation_plots/step_00000800/episode_00013.png +3 -0
  25. validation_plots/step_00000800/episode_00018.png +3 -0
  26. validation_plots/step_00000800/episode_00024.png +3 -0
  27. validation_plots/step_00001000/episode_00005.png +3 -0
  28. validation_plots/step_00001000/episode_00013.png +3 -0
  29. validation_plots/step_00001000/episode_00018.png +3 -0
  30. validation_plots/step_00001000/episode_00024.png +3 -0
  31. validation_plots/step_00001200/episode_00005.png +3 -0
  32. validation_plots/step_00001200/episode_00013.png +3 -0
  33. validation_plots/step_00001200/episode_00018.png +3 -0
  34. validation_plots/step_00001200/episode_00024.png +3 -0
  35. validation_plots/step_00001400/episode_00005.png +3 -0
  36. validation_plots/step_00001400/episode_00013.png +3 -0
  37. validation_plots/step_00001400/episode_00018.png +3 -0
  38. validation_plots/step_00001400/episode_00024.png +3 -0
  39. validation_plots/step_00001600/episode_00005.png +3 -0
  40. validation_plots/step_00001600/episode_00013.png +3 -0
  41. validation_plots/step_00001600/episode_00018.png +3 -0
  42. validation_plots/step_00001600/episode_00024.png +3 -0
  43. validation_plots/step_00001800/episode_00005.png +3 -0
  44. validation_plots/step_00001800/episode_00013.png +3 -0
  45. validation_plots/step_00001800/episode_00018.png +3 -0
  46. validation_plots/step_00001800/episode_00024.png +3 -0
  47. validation_plots/step_00002000/episode_00005.png +3 -0
  48. validation_plots/step_00002000/episode_00013.png +3 -0
  49. validation_plots/step_00002000/episode_00018.png +3 -0
  50. validation_plots/step_00002000/episode_00024.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,67 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ validation_plots/epoch_001/episode_00005.png filter=lfs diff=lfs merge=lfs -text
37
+ validation_plots/epoch_001/episode_00013.png filter=lfs diff=lfs merge=lfs -text
38
+ validation_plots/epoch_001/episode_00018.png filter=lfs diff=lfs merge=lfs -text
39
+ validation_plots/epoch_001/episode_00024.png filter=lfs diff=lfs merge=lfs -text
40
+ validation_plots/step_00000200/episode_00005.png filter=lfs diff=lfs merge=lfs -text
41
+ validation_plots/step_00000200/episode_00013.png filter=lfs diff=lfs merge=lfs -text
42
+ validation_plots/step_00000200/episode_00018.png filter=lfs diff=lfs merge=lfs -text
43
+ validation_plots/step_00000200/episode_00024.png filter=lfs diff=lfs merge=lfs -text
44
+ validation_plots/step_00000400/episode_00005.png filter=lfs diff=lfs merge=lfs -text
45
+ validation_plots/step_00000400/episode_00013.png filter=lfs diff=lfs merge=lfs -text
46
+ validation_plots/step_00000400/episode_00018.png filter=lfs diff=lfs merge=lfs -text
47
+ validation_plots/step_00000400/episode_00024.png filter=lfs diff=lfs merge=lfs -text
48
+ validation_plots/step_00000600/episode_00005.png filter=lfs diff=lfs merge=lfs -text
49
+ validation_plots/step_00000600/episode_00013.png filter=lfs diff=lfs merge=lfs -text
50
+ validation_plots/step_00000600/episode_00018.png filter=lfs diff=lfs merge=lfs -text
51
+ validation_plots/step_00000600/episode_00024.png filter=lfs diff=lfs merge=lfs -text
52
+ validation_plots/step_00000800/episode_00005.png filter=lfs diff=lfs merge=lfs -text
53
+ validation_plots/step_00000800/episode_00013.png filter=lfs diff=lfs merge=lfs -text
54
+ validation_plots/step_00000800/episode_00018.png filter=lfs diff=lfs merge=lfs -text
55
+ validation_plots/step_00000800/episode_00024.png filter=lfs diff=lfs merge=lfs -text
56
+ validation_plots/step_00001000/episode_00005.png filter=lfs diff=lfs merge=lfs -text
57
+ validation_plots/step_00001000/episode_00013.png filter=lfs diff=lfs merge=lfs -text
58
+ validation_plots/step_00001000/episode_00018.png filter=lfs diff=lfs merge=lfs -text
59
+ validation_plots/step_00001000/episode_00024.png filter=lfs diff=lfs merge=lfs -text
60
+ validation_plots/step_00001200/episode_00005.png filter=lfs diff=lfs merge=lfs -text
61
+ validation_plots/step_00001200/episode_00013.png filter=lfs diff=lfs merge=lfs -text
62
+ validation_plots/step_00001200/episode_00018.png filter=lfs diff=lfs merge=lfs -text
63
+ validation_plots/step_00001200/episode_00024.png filter=lfs diff=lfs merge=lfs -text
64
+ validation_plots/step_00001400/episode_00005.png filter=lfs diff=lfs merge=lfs -text
65
+ validation_plots/step_00001400/episode_00013.png filter=lfs diff=lfs merge=lfs -text
66
+ validation_plots/step_00001400/episode_00018.png filter=lfs diff=lfs merge=lfs -text
67
+ validation_plots/step_00001400/episode_00024.png filter=lfs diff=lfs merge=lfs -text
68
+ validation_plots/step_00001600/episode_00005.png filter=lfs diff=lfs merge=lfs -text
69
+ validation_plots/step_00001600/episode_00013.png filter=lfs diff=lfs merge=lfs -text
70
+ validation_plots/step_00001600/episode_00018.png filter=lfs diff=lfs merge=lfs -text
71
+ validation_plots/step_00001600/episode_00024.png filter=lfs diff=lfs merge=lfs -text
72
+ validation_plots/step_00001800/episode_00005.png filter=lfs diff=lfs merge=lfs -text
73
+ validation_plots/step_00001800/episode_00013.png filter=lfs diff=lfs merge=lfs -text
74
+ validation_plots/step_00001800/episode_00018.png filter=lfs diff=lfs merge=lfs -text
75
+ validation_plots/step_00001800/episode_00024.png filter=lfs diff=lfs merge=lfs -text
76
+ validation_plots/step_00002000/episode_00005.png filter=lfs diff=lfs merge=lfs -text
77
+ validation_plots/step_00002000/episode_00013.png filter=lfs diff=lfs merge=lfs -text
78
+ validation_plots/step_00002000/episode_00018.png filter=lfs diff=lfs merge=lfs -text
79
+ validation_plots/step_00002000/episode_00024.png filter=lfs diff=lfs merge=lfs -text
80
+ validation_plots/step_00002200/episode_00005.png filter=lfs diff=lfs merge=lfs -text
81
+ validation_plots/step_00002200/episode_00013.png filter=lfs diff=lfs merge=lfs -text
82
+ validation_plots/step_00002200/episode_00018.png filter=lfs diff=lfs merge=lfs -text
83
+ validation_plots/step_00002200/episode_00024.png filter=lfs diff=lfs merge=lfs -text
84
+ validation_plots/step_00002400/episode_00005.png filter=lfs diff=lfs merge=lfs -text
85
+ validation_plots/step_00002400/episode_00013.png filter=lfs diff=lfs merge=lfs -text
86
+ validation_plots/step_00002400/episode_00018.png filter=lfs diff=lfs merge=lfs -text
87
+ validation_plots/step_00002400/episode_00024.png filter=lfs diff=lfs merge=lfs -text
88
+ validation_plots/step_00002600/episode_00005.png filter=lfs diff=lfs merge=lfs -text
89
+ validation_plots/step_00002600/episode_00013.png filter=lfs diff=lfs merge=lfs -text
90
+ validation_plots/step_00002600/episode_00018.png filter=lfs diff=lfs merge=lfs -text
91
+ validation_plots/step_00002600/episode_00024.png filter=lfs diff=lfs merge=lfs -text
92
+ validation_plots/step_00002800/episode_00005.png filter=lfs diff=lfs merge=lfs -text
93
+ validation_plots/step_00002800/episode_00013.png filter=lfs diff=lfs merge=lfs -text
94
+ validation_plots/step_00002800/episode_00018.png filter=lfs diff=lfs merge=lfs -text
95
+ validation_plots/step_00002800/episode_00024.png filter=lfs diff=lfs merge=lfs -text
96
+ validation_plots/step_00003000/episode_00005.png filter=lfs diff=lfs merge=lfs -text
97
+ validation_plots/step_00003000/episode_00013.png filter=lfs diff=lfs merge=lfs -text
98
+ validation_plots/step_00003000/episode_00018.png filter=lfs diff=lfs merge=lfs -text
99
+ validation_plots/step_00003000/episode_00024.png filter=lfs diff=lfs merge=lfs -text
checkpoints/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a318ea658bb8a7d795b3512338ba0de72c01706a85bdfa11650acbb9cec24e98
3
+ size 5509242580
checkpoints/epoch_0001.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578a6dd3a2d48349375d6a53894b2677149f8247b727f4d2c58dead2421d91a3
3
+ size 5509279894
checkpoints/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5d155987982fed9ec2f01198c7a1c8221e841d123a075c0fa1a3837a00601f
3
+ size 5509242580
metrics_history.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "train_loss": 2.709393789703599,
5
+ "train_bin_acc": 0.3821078431372549,
6
+ "train_value_mae": 0.20579716418717617,
7
+ "val_loss": 1.9713405454227708,
8
+ "val_bin_acc": 0.4134259259259259,
9
+ "val_value_mae": 0.05562432825703312,
10
+ "lr": 5.410063403582886e-05
11
+ }
12
+ ]
train_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "jackvial/so101_pickplace_recap_merged_v2",
3
+ "output_dir": "/home/jack/code/lerobot/outputs/recap_value_0",
4
+ "labels_csv_path": null,
5
+ "root": "/home/jack/.cache/huggingface/lerobot",
6
+ "revision": null,
7
+ "episodes": null,
8
+ "epochs": 2,
9
+ "batch_size": 4,
10
+ "gradient_accumulation_steps": 4,
11
+ "num_workers": 4,
12
+ "learning_rate": 0.0001,
13
+ "weight_decay": 0.0001,
14
+ "warmup_ratio": 0.05,
15
+ "max_grad_norm": 1.0,
16
+ "use_class_weights": true,
17
+ "val_split_ratio": 0.1,
18
+ "seed": 42,
19
+ "device": "auto",
20
+ "max_train_steps_per_epoch": null,
21
+ "max_val_steps_per_epoch": null,
22
+ "log_every_n_steps": 100,
23
+ "validate_every_n_train_steps": 50,
24
+ "plot_every_n_train_steps": 200,
25
+ "max_val_steps_per_step_validation": 20,
26
+ "val_plot_num_episodes": 4,
27
+ "val_plot_num_frames": 8,
28
+ "val_plot_every_n_epochs": 1,
29
+ "c_fail": 500.0,
30
+ "num_value_bins": 50,
31
+ "text_tokenizer_name": "google/paligemma-3b-pt-224",
32
+ "tokenizer_max_length": 96,
33
+ "image_size": 224,
34
+ "max_state_dim": 32,
35
+ "paligemma_variant": "gemma_2b",
36
+ "model_precision": "bfloat16",
37
+ "freeze_vision_encoder": true,
38
+ "freeze_backbone": true,
39
+ "num_unfrozen_backbone_layers": 3,
40
+ "num_vlm_layers": 10,
41
+ "dropout": 0.1,
42
+ "pretrained_path": "lerobot/pi05_base",
43
+ "wandb_project": null,
44
+ "wandb_entity": null,
45
+ "wandb_run_name": null
46
+ }
validation_plots/epoch_001/episode_00005.png ADDED

Git LFS Details

  • SHA256: 0da9ad957f867056e950df7f7afcc41cb4d813e814d1f1217874d366b600d784
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/epoch_001/episode_00013.png ADDED

Git LFS Details

  • SHA256: 2480f109ae1aabc4965cfb965d2fe1e48c2bbd272e1518d22f9f130ce964283a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
validation_plots/epoch_001/episode_00018.png ADDED

Git LFS Details

  • SHA256: ee4eaa85323107990ebb8ad47a5d17134a3acb3a5133b16d342171d6248b545f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
validation_plots/epoch_001/episode_00024.png ADDED

Git LFS Details

  • SHA256: 7074c09a39ab12aaab23cfbefe7e0bb091c7ceb1fc6f8167d9bcc9c831d52dc3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00000200/episode_00005.png ADDED

Git LFS Details

  • SHA256: 5a8adf88021c781ea588c74925b0ef035537fab07cbbf70669dc9ecf65a9659f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_plots/step_00000200/episode_00013.png ADDED

Git LFS Details

  • SHA256: ee26e4477806ac64a8c1560d750a2e34dd8714d58410ab02aa444a4c060200cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
validation_plots/step_00000200/episode_00018.png ADDED

Git LFS Details

  • SHA256: d174c677ac9504929afc14db5d4b15bd116bd630915b1920b6609a4dbc1e9956
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
validation_plots/step_00000200/episode_00024.png ADDED

Git LFS Details

  • SHA256: c9650eb202a51912c698616d63873e2734e40408f76bfcfd8071a6c735d91d31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00000400/episode_00005.png ADDED

Git LFS Details

  • SHA256: 659196753238a421f073d26bc058fdf92f16f4dad6090778f1d7d8bd5d72f230
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00000400/episode_00013.png ADDED

Git LFS Details

  • SHA256: 24f3bc87e2aa483d3299e14b60be825b25d6ff41f6241e097262bb93d9080bb9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
validation_plots/step_00000400/episode_00018.png ADDED

Git LFS Details

  • SHA256: 350c6cb8e986fa195ff5b32088549f2315b50ca8260976a2a284460e8598a5fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_plots/step_00000400/episode_00024.png ADDED

Git LFS Details

  • SHA256: ba24810e284126fd6f1db8d405000a1254ab1b62333d3ec7aa7d9d843905ad17
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00000600/episode_00005.png ADDED

Git LFS Details

  • SHA256: 5dd06ea0a5db61c7d7a2a51b6108e634084be8fb1cb19c71fa3149a03959403a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00000600/episode_00013.png ADDED

Git LFS Details

  • SHA256: c412ec08433fb84daaaa80433ddf8f843c0569571d07beec74300231cf68ac62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_plots/step_00000600/episode_00018.png ADDED

Git LFS Details

  • SHA256: 4cf7bf507dacc07a310871a484da27da49fe75baf30678f105e455e8e563fadd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_plots/step_00000600/episode_00024.png ADDED

Git LFS Details

  • SHA256: 65702b86fa0d8960e475a2eec62ec92221ca6680a5ef5620321a3622ecdbfe58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00000800/episode_00005.png ADDED

Git LFS Details

  • SHA256: ba501071b65487570adb5783145382e967fcc45a4a91ad044fb93b9598293e5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00000800/episode_00013.png ADDED

Git LFS Details

  • SHA256: 14a8409458840d912da0f48d620335b1420b1185b29df7e92816fbe918c6dab8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_plots/step_00000800/episode_00018.png ADDED

Git LFS Details

  • SHA256: a1c584e6cc1584868afe025f11b8e06db0253babcbfd211e9f554021078a391c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_plots/step_00000800/episode_00024.png ADDED

Git LFS Details

  • SHA256: 042e2b10a0a504272b37f97f8ee6147d37f7b82c6384d3e6f98da39ee10df2d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001000/episode_00005.png ADDED

Git LFS Details

  • SHA256: bc27544868a897806deeaf05e26f2024d719635adf6c770400607116cf113b32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001000/episode_00013.png ADDED

Git LFS Details

  • SHA256: b9672d5f62babcbf441b6ebb8c1e35ef7daa1a0510034351f10bc17fa9453ab1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
validation_plots/step_00001000/episode_00018.png ADDED

Git LFS Details

  • SHA256: 515ed5a16dff90c4257593fdb1356061f6cc238097481e498b8d98cb484b603e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_plots/step_00001000/episode_00024.png ADDED

Git LFS Details

  • SHA256: 4d48ab864eb94c514588d2750c4b31cea4965b342fdf773b38800dea38464331
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00001200/episode_00005.png ADDED

Git LFS Details

  • SHA256: 224183a9e6ca1ffd7a7b10063721b3e95b2641201dd6833eb0d36b30024d9e61
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001200/episode_00013.png ADDED

Git LFS Details

  • SHA256: 47393899b568e68ce3e33066f4bb1568d7a798c21b0ccd260b5ff84f18ba7762
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_plots/step_00001200/episode_00018.png ADDED

Git LFS Details

  • SHA256: 13f82b0d35fd1cebc5b67f4cd70d56468ce8bc9395544b8531ff7dc0cbfcdf54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00001200/episode_00024.png ADDED

Git LFS Details

  • SHA256: f3b7640a148313921b6fc37de2043528575df47844b8bf50cd2e20abfa0db22d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001400/episode_00005.png ADDED

Git LFS Details

  • SHA256: dfab8a95393ed1a686155d8bf1e018ec27a5439618e000db45bc4d219a59d02d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001400/episode_00013.png ADDED

Git LFS Details

  • SHA256: 61bfc105506b32293c63276cedc019b0d08b8cc58126de1649b38adff5f1a62f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_plots/step_00001400/episode_00018.png ADDED

Git LFS Details

  • SHA256: 63a840754ffc384c947f511a46e2139f3e93ba657de8ec6ae36603c270694159
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00001400/episode_00024.png ADDED

Git LFS Details

  • SHA256: 920e70d2261bdd3212190488382d3895456e61cc01538558632053de89f7293c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00001600/episode_00005.png ADDED

Git LFS Details

  • SHA256: ac83b8f337a55a00368f1bc57b92dc5106eb895336749b071de293703558691e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001600/episode_00013.png ADDED

Git LFS Details

  • SHA256: 37449e918416ed3cdb1977e0a3eb1a0fef7545e9c294f7d81b740c6395369953
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_plots/step_00001600/episode_00018.png ADDED

Git LFS Details

  • SHA256: 560754396994d9820a13d758515b386e9db2cacbf6b51f5286499ee5d91f133c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00001600/episode_00024.png ADDED

Git LFS Details

  • SHA256: c10827a2e93852ce7cb38dadb6dcd243108ea26999ba634f5b66918faa634ca8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
validation_plots/step_00001800/episode_00005.png ADDED

Git LFS Details

  • SHA256: 78d116518c73ab5293debc384846defdf0140e176d0539f35bd63d351846704d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001800/episode_00013.png ADDED

Git LFS Details

  • SHA256: ad3717293ba9ab330576897aa8dbcca57efed2ed101a25d9d1aab29d2fe72f7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
validation_plots/step_00001800/episode_00018.png ADDED

Git LFS Details

  • SHA256: 9079b8ac0d58192df9189c1b5492e121ae42d0e0ba73386a96ddda3cc5017595
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
validation_plots/step_00001800/episode_00024.png ADDED

Git LFS Details

  • SHA256: cdfc904b0519c18b175a98df8273d5a5516db528b2edeb78cf36e9fac2fd633a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
validation_plots/step_00002000/episode_00005.png ADDED

Git LFS Details

  • SHA256: 22339c1adf117fe2bb98a1bc9948ddba178be2cf131bb329b9ed7b544d864eca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00002000/episode_00013.png ADDED

Git LFS Details

  • SHA256: 2b47f872c4e14c9094bf558fb3f667ea25aecab6f32003f06d7e07458aaf3f65
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
validation_plots/step_00002000/episode_00018.png ADDED

Git LFS Details

  • SHA256: 31c28ec32e940e747e7b878e5ad418e2939f8b3e6408879dedbd0886ae5f9e48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
validation_plots/step_00002000/episode_00024.png ADDED

Git LFS Details

  • SHA256: 9984034e7148e9295e401dfa65773b1813ec2d63885896f6a7e407db9a150111
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB