zjowowen commited on
Commit
548d146
1 Parent(s): 93bfa92

Upload policy_config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. policy_config.py +6 -5
policy_config.py CHANGED
@@ -10,12 +10,12 @@ exp_config = {
10
  'retry_waiting_time': 0.1,
11
  'cfg_type': 'BaseEnvManagerDict'
12
  },
13
- 'stop_value': 240,
 
14
  'env_id': 'LunarLanderContinuous-v2',
15
  'collector_env_num': 4,
16
  'evaluator_env_num': 8,
17
- 'act_scale': True,
18
- 'n_evaluator_episode': 8
19
  },
20
  'policy': {
21
  'model': {
@@ -66,9 +66,10 @@ exp_config = {
66
  'render_freq': -1,
67
  'mode': 'train_iter'
68
  },
 
69
  'cfg_type': 'InteractionSerialEvaluatorDict',
70
- 'n_episode': 8,
71
- 'stop_value': 240
72
  }
73
  },
74
  'other': {
 
10
  'retry_waiting_time': 0.1,
11
  'cfg_type': 'BaseEnvManagerDict'
12
  },
13
+ 'stop_value': 260,
14
+ 'n_evaluator_episode': 8,
15
  'env_id': 'LunarLanderContinuous-v2',
16
  'collector_env_num': 4,
17
  'evaluator_env_num': 8,
18
+ 'act_scale': True
 
19
  },
20
  'policy': {
21
  'model': {
 
66
  'render_freq': -1,
67
  'mode': 'train_iter'
68
  },
69
+ 'figure_path': None,
70
  'cfg_type': 'InteractionSerialEvaluatorDict',
71
+ 'stop_value': 260,
72
+ 'n_episode': 8
73
  }
74
  },
75
  'other': {