mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-06 15:40:37 +01:00
added changes from code submission branch and coin entity
This commit is contained in:
11
marl_factory_grid/modules/coins/constants.py
Normal file
11
marl_factory_grid/modules/coins/constants.py
Normal file
@@ -0,0 +1,11 @@
|
||||
COIN = 'CoinPiles'
|
||||
|
||||
COLLECT = 'do_collect_action'
|
||||
|
||||
COLLECT_VALID = 'collect_valid'
|
||||
COLLECT_FAIL = 'collect_fail'
|
||||
COLLECT_ALL = 'all_collected'
|
||||
|
||||
REWARD_COLLECT_VALID: float = 0.5
|
||||
REWARD_COLLECT_FAIL: float = -0.1
|
||||
REWARD_COLLECT_ALL: float = 4.5
|
||||
Reference in New Issue
Block a user