mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-19 10:52:54 +02:00
Documentation
This commit is contained in:

committed by
Steffen Illium

parent
604c0c6f57
commit
855f53b406
@ -6,3 +6,9 @@ INVENTORY = 'Inventories'
|
||||
DROP_OFF = 'DropOffLocations'
|
||||
|
||||
ITEM_ACTION = 'ITEMACTION'
|
||||
|
||||
# Rewards
|
||||
REWARD_DROP_OFF_VALID: float = 0.1
|
||||
REWARD_DROP_OFF_FAIL: float = -0.1
|
||||
REWARD_PICK_UP_FAIL: float = -0.1
|
||||
REWARD_PICK_UP_VALID: float = 0.1
|
||||
|
Reference in New Issue
Block a user