Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
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
|