Adroit/PenTwirl/CustomAdroitPenTwirlRandom-v0.yaml
| 1 | |
| 2 | env_id: CustomAdroitPenTwirlRandom-v0 |
| 3 | seed: 0 |
| 4 | |
| 5 | total_timesteps: 5_000_000 |
| 6 | eval_freq: 50_000 |
| 7 | save_freq: 625_000 |
| 8 | |
| 9 | reward_type: dense |
| 10 | norm_obs: True |
| 11 | norm_reward: False |
| 12 | clip_obs: 10.0 |
| 13 | |
| 14 | env_kwargs: |
| 15 | seed: ${env.seed} |
| 16 | max_episode_steps: 50 |
| 17 | add_wrist_pronation_supination: true |
| 18 | |
| 19 | task_variables_keys: |
| 20 | - obj_des_rot |
| 21 | - obj_err_pos |
| 22 | - obj_err_rot |
| 23 | |
| 24 | camera: |
| 25 | fps: 25 |
| 26 | type: free # 'free' or 'tracking' |
| 27 | tracked_body: forearm # used if tracking |
| 28 | lookat: [0.01, 0.05, 1.47] |
| 29 | distance: 0.8 |
| 30 | azimuth: 270 |
| 31 | elevation: -45 |
| 32 | |