xyaoNV commited on
Commit
eae6744
·
verified ·
1 Parent(s): 173f930

Upload 4 files

Browse files
Files changed (4) hide show
  1. model_1000.pt +2 -2
  2. model_1999.pt +2 -2
  3. params/agent.yaml +1 -1
  4. params/env.yaml +148 -68
model_1000.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0411c87d0050e1a6d56fcf23fc38f65652c650cee4bd7b55a216d8d84e540524
3
- size 1242805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:781da7b3bb3c781a93a4285f92a353caf6e3054c2fb216f4f3fe2b31b14c6ca9
3
+ size 1298101
model_1999.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a42dca235f666f62b7a98b6f9e58de7a3a820f1f463aa5125f81b9b846fdef9
3
- size 1242805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babbbfd363f894443ffe494f26c5b6e0485fb35d4f5480c088295c23fc2a13aa
3
+ size 1298101
params/agent.yaml CHANGED
@@ -12,7 +12,7 @@ obs_groups:
12
  - task_obs
13
  clip_actions: null
14
  check_for_nan: true
15
- save_interval: 100
16
  experiment_name: generic_experiment
17
  run_name: ''
18
  logger: tensorboard
 
12
  - task_obs
13
  clip_actions: null
14
  check_for_nan: true
15
+ save_interval: 200
16
  experiment_name: generic_experiment
17
  run_name: ''
18
  logger: tensorboard
params/env.yaml CHANGED
@@ -17,7 +17,7 @@ viewer:
17
  body_name: null
18
  sim:
19
  device: cuda:0
20
- dt: 0.01
21
  gravity: !!python/tuple
22
  - 0.0
23
  - 0.0
@@ -84,7 +84,7 @@ sim:
84
  visualizer_cfgs: []
85
  ui_window_class_type: isaaclab.envs.ui.manager_based_rl_env_window:ManagerBasedRLEnvWindow
86
  seed: 42
87
- decimation: 2
88
  scene:
89
  num_envs: 4096
90
  env_spacing: 30.0
@@ -480,7 +480,7 @@ scene:
480
  recorders:
481
  dataset_file_handler_class_type: isaaclab.utils.datasets.hdf5_dataset_file_handler:HDF5DatasetFileHandler
482
  dataset_export_dir_path: /tmp/isaaclab/logs
483
- dataset_filename: dataset_20260401_130737_rank0
484
  dataset_export_mode:
485
  _value_: 1
486
  _name_: EXPORT_ALL
@@ -490,12 +490,6 @@ recorders:
490
  success_rate:
491
  class_type: isaaclab_arena.metrics.success_rate:SuccessRecorder
492
  name: success
493
- min_goal_distance:
494
- class_type: isaaclab_arena.metrics.min_goal_distance:MinGoalDistanceRecorder
495
- name: min_goal_distance
496
- robot_name: robot
497
- object_name: dex_cube
498
- command_name: object_pose
499
  observations:
500
  policy:
501
  concatenate_terms: true
@@ -503,6 +497,15 @@ observations:
503
  enable_corruption: false
504
  history_length: null
505
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
506
  joint_pos:
507
  func: isaaclab.envs.mdp.observations:joint_pos_rel
508
  params: {}
@@ -521,12 +524,49 @@ observations:
521
  scale: null
522
  history_length: 0
523
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  task_obs:
525
  concatenate_terms: true
526
  concatenate_dim: -1
527
  enable_corruption: false
528
  history_length: null
529
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
530
  object_position:
531
  func: isaaclab_arena.tasks.observations.observations:object_position_in_frame
532
  params:
@@ -582,25 +622,6 @@ observations:
582
  scale: null
583
  history_length: 0
584
  flatten_history_dim: true
585
- target_object_position:
586
- func: isaaclab.envs.mdp.observations:generated_commands
587
- params:
588
- command_name: object_pose
589
- modifiers: null
590
- noise: null
591
- clip: null
592
- scale: null
593
- history_length: 0
594
- flatten_history_dim: true
595
- actions:
596
- func: isaaclab.envs.mdp.observations:last_action
597
- params: {}
598
- modifiers: null
599
- noise: null
600
- clip: null
601
- scale: null
602
- history_length: 0
603
- flatten_history_dim: true
604
  actions:
605
  arm_action:
606
  class_type: isaaclab.envs.mdp.actions.joint_actions:JointPositionAction
@@ -630,12 +651,12 @@ events:
630
  params:
631
  default_pose:
632
  - 0.0
633
- - -0.569
634
- - 0.0
635
- - -2.81
636
  - 0.0
637
- - 3.037
638
- - 0.741
639
  - 0.04
640
  - 0.04
641
  mode: reset
@@ -719,11 +740,10 @@ rerender_on_reset: false
719
  num_rerenders_on_reset: 0
720
  wait_for_textures: false
721
  xr: null
722
- teleop_devices:
723
- devices: {}
724
  isaac_teleop: null
725
  export_io_descriptors: false
726
- log_dir: /workspaces/isaaclab_arena/logs/rsl_rl/generic_experiment/2026-04-01_13-07-40
727
  is_finite_horizon: false
728
  episode_length_s: 5.0
729
  rewards:
@@ -1171,9 +1191,6 @@ commands:
1171
  axis: Z
1172
  metrics:
1173
  - {}
1174
- - _robot_name: robot
1175
- _object_name: dex_cube
1176
- _command_name: object_pose
1177
  isaaclab_arena_env:
1178
  name: lift_object
1179
  scene:
@@ -1865,6 +1882,15 @@ isaaclab_arena_env:
1865
  enable_corruption: false
1866
  history_length: null
1867
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
1868
  joint_pos:
1869
  func: isaaclab.envs.mdp.observations:joint_pos_rel
1870
  params: {}
@@ -1883,18 +1909,45 @@ isaaclab_arena_env:
1883
  scale: null
1884
  history_length: 0
1885
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1886
  event_config:
1887
  init_franka_arm_pose:
1888
  func: isaaclab_tasks.manager_based.manipulation.stack.mdp.franka_stack_events:set_default_joint_pose
1889
  params:
1890
  default_pose:
1891
  - 0.0
1892
- - -0.569
 
 
1893
  - 0.0
1894
- - -2.81
1895
- - 0.0
1896
- - 3.037
1897
- - 0.741
1898
  - 0.04
1899
  - 0.04
1900
  mode: reset
@@ -2579,6 +2632,15 @@ isaaclab_arena_env:
2579
  enable_corruption: false
2580
  history_length: null
2581
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
2582
  joint_pos:
2583
  func: isaaclab.envs.mdp.observations:joint_pos_rel
2584
  params: {}
@@ -2597,18 +2659,45 @@ isaaclab_arena_env:
2597
  scale: null
2598
  history_length: 0
2599
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2600
  event_config:
2601
  init_franka_arm_pose:
2602
  func: isaaclab_tasks.manager_based.manipulation.stack.mdp.franka_stack_events:set_default_joint_pose
2603
  params:
2604
  default_pose:
2605
  - 0.0
2606
- - -0.569
2607
- - 0.0
2608
- - -2.81
2609
  - 0.0
2610
- - 3.037
2611
- - 0.741
2612
  - 0.04
2613
  - 0.04
2614
  mode: reset
@@ -2667,6 +2756,16 @@ isaaclab_arena_env:
2667
  enable_corruption: false
2668
  history_length: null
2669
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
2670
  object_position:
2671
  func: isaaclab_arena.tasks.observations.observations:object_position_in_frame
2672
  params:
@@ -2722,25 +2821,6 @@ isaaclab_arena_env:
2722
  scale: null
2723
  history_length: 0
2724
  flatten_history_dim: true
2725
- target_object_position:
2726
- func: isaaclab.envs.mdp.observations:generated_commands
2727
- params:
2728
- command_name: object_pose
2729
- modifiers: null
2730
- noise: null
2731
- clip: null
2732
- scale: null
2733
- history_length: 0
2734
- flatten_history_dim: true
2735
- actions:
2736
- func: isaaclab.envs.mdp.observations:last_action
2737
- params: {}
2738
- modifiers: null
2739
- noise: null
2740
- clip: null
2741
- scale: null
2742
- history_length: 0
2743
- flatten_history_dim: true
2744
  commands_cfg:
2745
  object_pose:
2746
  class_type: isaaclab.envs.mdp.commands.pose_command:UniformPoseCommand
 
17
  body_name: null
18
  sim:
19
  device: cuda:0
20
+ dt: 0.005
21
  gravity: !!python/tuple
22
  - 0.0
23
  - 0.0
 
84
  visualizer_cfgs: []
85
  ui_window_class_type: isaaclab.envs.ui.manager_based_rl_env_window:ManagerBasedRLEnvWindow
86
  seed: 42
87
+ decimation: 4
88
  scene:
89
  num_envs: 4096
90
  env_spacing: 30.0
 
480
  recorders:
481
  dataset_file_handler_class_type: isaaclab.utils.datasets.hdf5_dataset_file_handler:HDF5DatasetFileHandler
482
  dataset_export_dir_path: /tmp/isaaclab/logs
483
+ dataset_filename: dataset_20260403_034228_rank0
484
  dataset_export_mode:
485
  _value_: 1
486
  _name_: EXPORT_ALL
 
490
  success_rate:
491
  class_type: isaaclab_arena.metrics.success_rate:SuccessRecorder
492
  name: success
 
 
 
 
 
 
493
  observations:
494
  policy:
495
  concatenate_terms: true
 
497
  enable_corruption: false
498
  history_length: null
499
  flatten_history_dim: true
500
+ actions:
501
+ func: isaaclab.envs.mdp.observations:last_action
502
+ params: {}
503
+ modifiers: null
504
+ noise: null
505
+ clip: null
506
+ scale: null
507
+ history_length: 0
508
+ flatten_history_dim: true
509
  joint_pos:
510
  func: isaaclab.envs.mdp.observations:joint_pos_rel
511
  params: {}
 
524
  scale: null
525
  history_length: 0
526
  flatten_history_dim: true
527
+ eef_pos:
528
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_pos
529
+ params: {}
530
+ modifiers: null
531
+ noise: null
532
+ clip: null
533
+ scale: null
534
+ history_length: 0
535
+ flatten_history_dim: true
536
+ eef_quat:
537
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_quat
538
+ params: {}
539
+ modifiers: null
540
+ noise: null
541
+ clip: null
542
+ scale: null
543
+ history_length: 0
544
+ flatten_history_dim: true
545
+ gripper_pos:
546
+ func: isaaclab_arena.embodiments.franka.observations:gripper_pos
547
+ params: {}
548
+ modifiers: null
549
+ noise: null
550
+ clip: null
551
+ scale: null
552
+ history_length: 0
553
+ flatten_history_dim: true
554
  task_obs:
555
  concatenate_terms: true
556
  concatenate_dim: -1
557
  enable_corruption: false
558
  history_length: null
559
  flatten_history_dim: true
560
+ target_object_position:
561
+ func: isaaclab.envs.mdp.observations:generated_commands
562
+ params:
563
+ command_name: object_pose
564
+ modifiers: null
565
+ noise: null
566
+ clip: null
567
+ scale: null
568
+ history_length: 0
569
+ flatten_history_dim: true
570
  object_position:
571
  func: isaaclab_arena.tasks.observations.observations:object_position_in_frame
572
  params:
 
622
  scale: null
623
  history_length: 0
624
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
625
  actions:
626
  arm_action:
627
  class_type: isaaclab.envs.mdp.actions.joint_actions:JointPositionAction
 
651
  params:
652
  default_pose:
653
  - 0.0
654
+ - -0.785
655
+ - -0.1107
656
+ - -1.1775
657
  - 0.0
658
+ - 0.785
659
+ - 0.785
660
  - 0.04
661
  - 0.04
662
  mode: reset
 
740
  num_rerenders_on_reset: 0
741
  wait_for_textures: false
742
  xr: null
743
+ teleop_devices: null
 
744
  isaac_teleop: null
745
  export_io_descriptors: false
746
+ log_dir: /workspaces/isaaclab_arena/logs/rsl_rl/generic_experiment/2026-04-03_03-42-29
747
  is_finite_horizon: false
748
  episode_length_s: 5.0
749
  rewards:
 
1191
  axis: Z
1192
  metrics:
1193
  - {}
 
 
 
1194
  isaaclab_arena_env:
1195
  name: lift_object
1196
  scene:
 
1882
  enable_corruption: false
1883
  history_length: null
1884
  flatten_history_dim: true
1885
+ actions:
1886
+ func: isaaclab.envs.mdp.observations:last_action
1887
+ params: {}
1888
+ modifiers: null
1889
+ noise: null
1890
+ clip: null
1891
+ scale: null
1892
+ history_length: 0
1893
+ flatten_history_dim: true
1894
  joint_pos:
1895
  func: isaaclab.envs.mdp.observations:joint_pos_rel
1896
  params: {}
 
1909
  scale: null
1910
  history_length: 0
1911
  flatten_history_dim: true
1912
+ eef_pos:
1913
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_pos
1914
+ params: {}
1915
+ modifiers: null
1916
+ noise: null
1917
+ clip: null
1918
+ scale: null
1919
+ history_length: 0
1920
+ flatten_history_dim: true
1921
+ eef_quat:
1922
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_quat
1923
+ params: {}
1924
+ modifiers: null
1925
+ noise: null
1926
+ clip: null
1927
+ scale: null
1928
+ history_length: 0
1929
+ flatten_history_dim: true
1930
+ gripper_pos:
1931
+ func: isaaclab_arena.embodiments.franka.observations:gripper_pos
1932
+ params: {}
1933
+ modifiers: null
1934
+ noise: null
1935
+ clip: null
1936
+ scale: null
1937
+ history_length: 0
1938
+ flatten_history_dim: true
1939
  event_config:
1940
  init_franka_arm_pose:
1941
  func: isaaclab_tasks.manager_based.manipulation.stack.mdp.franka_stack_events:set_default_joint_pose
1942
  params:
1943
  default_pose:
1944
  - 0.0
1945
+ - -0.785
1946
+ - -0.1107
1947
+ - -1.1775
1948
  - 0.0
1949
+ - 0.785
1950
+ - 0.785
 
 
1951
  - 0.04
1952
  - 0.04
1953
  mode: reset
 
2632
  enable_corruption: false
2633
  history_length: null
2634
  flatten_history_dim: true
2635
+ actions:
2636
+ func: isaaclab.envs.mdp.observations:last_action
2637
+ params: {}
2638
+ modifiers: null
2639
+ noise: null
2640
+ clip: null
2641
+ scale: null
2642
+ history_length: 0
2643
+ flatten_history_dim: true
2644
  joint_pos:
2645
  func: isaaclab.envs.mdp.observations:joint_pos_rel
2646
  params: {}
 
2659
  scale: null
2660
  history_length: 0
2661
  flatten_history_dim: true
2662
+ eef_pos:
2663
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_pos
2664
+ params: {}
2665
+ modifiers: null
2666
+ noise: null
2667
+ clip: null
2668
+ scale: null
2669
+ history_length: 0
2670
+ flatten_history_dim: true
2671
+ eef_quat:
2672
+ func: isaaclab_tasks.manager_based.manipulation.stack.mdp.observations:ee_frame_quat
2673
+ params: {}
2674
+ modifiers: null
2675
+ noise: null
2676
+ clip: null
2677
+ scale: null
2678
+ history_length: 0
2679
+ flatten_history_dim: true
2680
+ gripper_pos:
2681
+ func: isaaclab_arena.embodiments.franka.observations:gripper_pos
2682
+ params: {}
2683
+ modifiers: null
2684
+ noise: null
2685
+ clip: null
2686
+ scale: null
2687
+ history_length: 0
2688
+ flatten_history_dim: true
2689
  event_config:
2690
  init_franka_arm_pose:
2691
  func: isaaclab_tasks.manager_based.manipulation.stack.mdp.franka_stack_events:set_default_joint_pose
2692
  params:
2693
  default_pose:
2694
  - 0.0
2695
+ - -0.785
2696
+ - -0.1107
2697
+ - -1.1775
2698
  - 0.0
2699
+ - 0.785
2700
+ - 0.785
2701
  - 0.04
2702
  - 0.04
2703
  mode: reset
 
2756
  enable_corruption: false
2757
  history_length: null
2758
  flatten_history_dim: true
2759
+ target_object_position:
2760
+ func: isaaclab.envs.mdp.observations:generated_commands
2761
+ params:
2762
+ command_name: object_pose
2763
+ modifiers: null
2764
+ noise: null
2765
+ clip: null
2766
+ scale: null
2767
+ history_length: 0
2768
+ flatten_history_dim: true
2769
  object_position:
2770
  func: isaaclab_arena.tasks.observations.observations:object_position_in_frame
2771
  params:
 
2821
  scale: null
2822
  history_length: 0
2823
  flatten_history_dim: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2824
  commands_cfg:
2825
  object_pose:
2826
  class_type: isaaclab.envs.mdp.commands.pose_command:UniformPoseCommand