CHAYEN commited on
Commit
8a1e178
·
1 Parent(s): 66dc6af

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -78,7 +78,7 @@ def estimator(start_patch, end_patch, mode, equilibrium, data_patch, updating, p
78
 
79
  if play_memory_of_chaos:
80
  reward.stellar_jade['moc_n_pf'] = 720 * moc_n_pf['MoC']
81
- reward.stellar_jade['moc_n_pf'] = 720 * moc_n_pf['PF']
82
 
83
  if EXPRESS_SUPPLY:
84
  reward.stellar_jade['EXPRESS_SUPPLY'] = 90 * duration
 
78
 
79
  if play_memory_of_chaos:
80
  reward.stellar_jade['moc_n_pf'] = 720 * moc_n_pf['MoC']
81
+ reward.stellar_jade['moc_n_pf'] += 720 * moc_n_pf['PF']
82
 
83
  if EXPRESS_SUPPLY:
84
  reward.stellar_jade['EXPRESS_SUPPLY'] = 90 * duration