Upload policy_config.py with huggingface_hub
Browse files- policy_config.py +1 -0
policy_config.py
CHANGED
@@ -69,6 +69,7 @@ exp_config = {
|
|
69 |
'render_freq': -1,
|
70 |
'mode': 'train_iter'
|
71 |
},
|
|
|
72 |
'cfg_type': 'InteractionSerialEvaluatorDict',
|
73 |
'stop_value': 10000000000,
|
74 |
'n_episode': 5
|
|
|
69 |
'render_freq': -1,
|
70 |
'mode': 'train_iter'
|
71 |
},
|
72 |
+
'figure_path': None,
|
73 |
'cfg_type': 'InteractionSerialEvaluatorDict',
|
74 |
'stop_value': 10000000000,
|
75 |
'n_episode': 5
|