zjowowen commited on
Commit
b1372ef
1 Parent(s): 01590f2

Upload policy_config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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': {
@@ -63,9 +64,10 @@ exp_config = {
63
  'render_freq': -1,
64
  'mode': 'train_iter'
65
  },
 
66
  'cfg_type': 'InteractionSerialEvaluatorDict',
67
- 'n_episode': 5,
68
- 'stop_value': -250
69
  }
70
  },
71
  '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': {
 
64
  'render_freq': -1,
65
  'mode': 'train_iter'
66
  },
67
+ 'figure_path': None,
68
  'cfg_type': 'InteractionSerialEvaluatorDict',
69
+ 'stop_value': -250,
70
+ 'n_episode': 5
71
  }
72
  },
73
  'other': {