zjowowen commited on
Commit
b1f271d
1 Parent(s): ef2eef1

Upload policy_config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. policy_config.py +3 -1
policy_config.py CHANGED
@@ -21,5 +21,7 @@ exp_config = {
21
  'unroll_len': 1,
22
  'deterministic_eval': True,
23
  'model': {},
24
- 'cfg_type': 'PPOFPolicyDict'
 
 
25
  }
 
21
  'unroll_len': 1,
22
  'deterministic_eval': True,
23
  'model': {},
24
+ 'cfg_type': 'PPOFPolicyDict',
25
+ 'env_id': 'HalfCheetah-v3',
26
+ 'exp_name': 'HalfCheetah-v3-PPO'
27
  }