mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-21 11:21:35 +02:00
CI/CD integration and auto-build for pypi
This commit is contained in:
@ -93,7 +93,11 @@ All [Entites](./environment/entity/global_entities.py) are available at runtime
|
||||
|
||||
|
||||
#### Rules
|
||||
[Rules](./environment/entity/object.py)
|
||||
[Rules](./environment/entity/object.py) define how the environment behaves on micro-scale.
|
||||
Each of the hookes ('on_init', 'pre-step', 'on_step', 'post_step', 'on_done')
|
||||
provide env-access to implement customn logic, calculate rewards, or gather information.
|
||||
|
||||
|
||||
|
||||
|
||||
[Results](./environment/entity/object.py) provide a way to return 'rule' evaluations such as rewards and state reports
|
||||
|
Reference in New Issue
Block a user