Update README.md

This commit is contained in:
Steffen Illium
2023-10-13 12:57:05 +02:00
parent f5c6317158
commit 66ab77862a

View File

@ -103,12 +103,12 @@ provide env-access to implement customn logic, calculate rewards, or gather info
[Results](marl_factory_grid/environment/entity/object.py) provide a way to return `rule` evaluations such as rewards and state reports
back to the environment.
#### Assets
Make sure to bring your own assets for each Entity living in the Gridworl as the `Renderer` relies on it.
Make sure to bring your own assets for each Entity living in the Gridworld as the `Renderer` relies on it.
PNG-files (transparent background) of square aspect-ratio should do the job, in general.
<img src=".\environment\assets\wall.png" width="5%">
<img src=".\marl_factory_grid\environment\assets\wall.png" width="5%">
&nbsp&nbsp&nbsp&nbsp
<img src=".\environment\assets\agent\agent.png" width="5%">
<img src=".\marl_factory_grid\environment\assets\agent\agent.png" width="5%">