zjowowen commited on
Commit
a4e9de1
1 Parent(s): af1c092

Upload policy_config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. policy_config.py +5 -3
policy_config.py CHANGED
@@ -11,10 +11,11 @@ exp_config = {
11
  'cfg_type': 'BaseEnvManagerDict'
12
  },
13
  'stop_value': 6000,
 
14
  'env_id': 'Hopper-v3',
15
  'collector_env_num': 8,
16
  'evaluator_env_num': 8,
17
- 'n_evaluator_episode': 8
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
- 'n_episode': 8,
73
- 'stop_value': 6000
74
  }
75
  },
76
  'other': {
 
11
  'cfg_type': 'BaseEnvManagerDict'
12
  },
13
  'stop_value': 6000,
14
+ 'n_evaluator_episode': 8,
15
  'env_id': 'Hopper-v3',
16
  'collector_env_num': 8,
17
  'evaluator_env_num': 8,
18
+ 'env_wrapper': 'mujoco_default'
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': 6000,
75
+ 'n_episode': 8
76
  }
77
  },
78
  'other': {