updated remaining configs from dirt to coins

This commit is contained in:
Chanumask
2024-09-25 18:22:21 +02:00
parent 5476f617c6
commit 2eee415015
12 changed files with 96 additions and 83 deletions

View File

@@ -298,6 +298,8 @@ class Factory(gym.Env):
""" Generalized method to mask entities based on dynamic conditions. """
for entity in entities:
if entity.name == 'CoinPiles':
# entity.name = 'Destinations'
# entity.value = 1
entity.mask = 'Destinations'
entity.mask_value = 1
return entities