mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 09:31:35 +02:00
Documentation
This commit is contained in:

committed by
Steffen Illium

parent
604c0c6f57
commit
855f53b406
@ -5,3 +5,7 @@ CLEAN_UP = 'do_cleanup_action'
|
||||
CLEAN_UP_VALID = 'clean_up_valid'
|
||||
CLEAN_UP_FAIL = 'clean_up_fail'
|
||||
CLEAN_UP_ALL = 'all_cleaned_up'
|
||||
|
||||
REWARD_CLEAN_UP_VALID: float = 0.5
|
||||
REWARD_CLEAN_UP_FAIL: float = -0.1
|
||||
REWARD_CLEAN_UP_ALL: float = 4.5
|
||||
|
Reference in New Issue
Block a user