mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-18 00:21:58 +02:00
Documentation
This commit is contained in:

committed by
Steffen Illium

parent
604c0c6f57
commit
855f53b406
@@ -16,3 +16,7 @@ STATE_OPEN = 'open' # Identifier to compare door-is-
|
||||
|
||||
# Actions
|
||||
ACTION_DOOR_USE = 'use_door' # Identifier for door-action
|
||||
|
||||
# Rewards
|
||||
REWARD_USE_DOOR_VALID: float = -0.00 # Reward for successful door use
|
||||
REWARD_USE_DOOR_FAIL: float = -0.01 # Reward for unsuccessful door use
|
||||
|
Reference in New Issue
Block a user