Upload policy_config.py with huggingface_hub
Browse files- policy_config.py +6 -4
policy_config.py
CHANGED
@@ -11,10 +11,11 @@ exp_config = {
|
|
11 |
'cfg_type': 'BaseEnvManagerDict'
|
12 |
},
|
13 |
'stop_value': -250,
|
|
|
|
|
14 |
'collector_env_num': 8,
|
15 |
'evaluator_env_num': 5,
|
16 |
-
'act_scale': True
|
17 |
-
'n_evaluator_episode': 5
|
18 |
},
|
19 |
'policy': {
|
20 |
'model': {
|
@@ -68,9 +69,10 @@ exp_config = {
|
|
68 |
'render_freq': -1,
|
69 |
'mode': 'train_iter'
|
70 |
},
|
|
|
71 |
'cfg_type': 'InteractionSerialEvaluatorDict',
|
72 |
-
'
|
73 |
-
'
|
74 |
}
|
75 |
},
|
76 |
'other': {
|
|
|
11 |
'cfg_type': 'BaseEnvManagerDict'
|
12 |
},
|
13 |
'stop_value': -250,
|
14 |
+
'n_evaluator_episode': 5,
|
15 |
+
'env_id': 'Pendulum-v1',
|
16 |
'collector_env_num': 8,
|
17 |
'evaluator_env_num': 5,
|
18 |
+
'act_scale': True
|
|
|
19 |
},
|
20 |
'policy': {
|
21 |
'model': {
|
|
|
69 |
'render_freq': -1,
|
70 |
'mode': 'train_iter'
|
71 |
},
|
72 |
+
'figure_path': None,
|
73 |
'cfg_type': 'InteractionSerialEvaluatorDict',
|
74 |
+
'stop_value': -250,
|
75 |
+
'n_episode': 5
|
76 |
}
|
77 |
},
|
78 |
'other': {
|