leesangoh commited on
Commit
317543d
·
verified ·
1 Parent(s): 9d9aae3

Add environment info (Isaac Sim version, GPU, collection config)

Browse files
Files changed (1) hide show
  1. environment_info.json +25 -0
environment_info.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "isaac_sim_version": "4.5.0",
3
+ "isaac_lab_version": "2.2.1",
4
+ "python_version": "3.10.15",
5
+ "cuda_version": "12.8",
6
+ "gpu": "4x NVIDIA A6000 48GB",
7
+ "torch_version": "2.7.0+cu128",
8
+ "os": "Ubuntu 22.04 (Docker)",
9
+ "collection_date": "2026-03-24",
10
+ "code_repo": "https://github.com/Leesangoh/PhysREPA_Tasks",
11
+ "code_commit": "2808943",
12
+ "rl_checkpoints": {
13
+ "peg_insert": "rl_games/Factory/test/nn/last_Factory_ep_1200_rew_381.10492.pth",
14
+ "nut_thread": "rl_games/Factory/test/nn/last_Factory_ep_1100_rew_952.9759.pth",
15
+ "drawer": "rsl_rl/franka_open_drawer/2026-03-22_21-13-02/model_4999.pt"
16
+ },
17
+ "collection_config": {
18
+ "push": {"num_envs": 16, "num_episodes": 1500, "policy": "Step0PushPolicy (scripted)"},
19
+ "strike": {"num_envs": 16, "num_episodes": 3000, "policy": "Step0StrikePolicy (scripted)"},
20
+ "peg_insert": {"num_envs": 200, "num_episodes": 2500, "policy": "RL (rl_games)", "filter_success": true},
21
+ "nut_thread": {"num_envs": 200, "num_episodes": 2500, "policy": "RL (rl_games)", "filter_success": true},
22
+ "drawer": {"num_envs": 32, "num_episodes": 2000, "policy": "RL (RSL-RL)", "filter_success": true},
23
+ "reach": {"num_envs": 1, "num_episodes": 600, "policy": "ReachPolicy (scripted)", "filter_success": true}
24
+ }
25
+ }