mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-24 04:11:36 +02:00
fixed names and function, dirtspawn and item spawn
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from .actions import BtryCharge
|
||||
from .entitites import Pod, Battery
|
||||
from .groups import ChargePods, Batteries
|
||||
from .rules import BtryDoneAtDischarge, BatteryDecharge
|
||||
from .rules import DoneAtBatteryDischarge, BatteryDecharge
|
||||
|
@ -94,7 +94,7 @@ class BatteryDecharge(Rule):
|
||||
return results
|
||||
|
||||
|
||||
class BtryDoneAtDischarge(BatteryDecharge):
|
||||
class DoneAtBatteryDischarge(BatteryDecharge):
|
||||
|
||||
def __init__(self, reward_discharge_done=b.REWARD_DISCHARGE_DONE, mode: str = b.SINGLE, **kwargs):
|
||||
f"""
|
||||
|
Reference in New Issue
Block a user