follow用policy_last
This commit is contained in:
33
constants.py
33
constants.py
@@ -40,6 +40,7 @@ ENDOSCOPE_TASK_CONFIGS = {
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': True,
|
||||
'instruction_mode': 'timestep-level',
|
||||
'use_cached_text_features': True,
|
||||
@@ -57,6 +58,7 @@ ENDOSCOPE_TASK_CONFIGS = {
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': True,
|
||||
'instruction_mode': 'timestep-level',
|
||||
'use_cached_text_features': True,
|
||||
@@ -74,6 +76,37 @@ ENDOSCOPE_TASK_CONFIGS = {
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': False,
|
||||
},
|
||||
'endoscope_sanity_check': {
|
||||
'dataset_dir': DATA_DIR + '/sanity-check',
|
||||
'num_episodes': 3,
|
||||
'episode_len': 400,
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': False,
|
||||
},
|
||||
'endoscope_cannulation_no_text': {
|
||||
'dataset_dir': DATA_DIR + '/cannulation-no-text',
|
||||
'num_episodes': 3,
|
||||
'episode_len': 400,
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': False,
|
||||
},
|
||||
'endoscope_follow_no_text': {
|
||||
'dataset_dir': DATA_DIR + '/follow-no-text',
|
||||
'num_episodes': 3,
|
||||
'episode_len': 400,
|
||||
'camera_names': ['top'],
|
||||
'state_dim': 2,
|
||||
'action_dim': 2,
|
||||
'real_action_t_minus_1': False,
|
||||
'use_text_instruction': False,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user