This commit is contained in:
soybby 2020-04-07 20:35:09 +02:00
parent d79d503d03
commit 637302de83
1 changed files with 12 additions and 0 deletions

12
environment (1).md Normal file
View File

@ -0,0 +1,12 @@
# Environmental Task
### Report
##### To complete the Environmental Task we have decided to use pygame package as, at least for us, this is the most intuitive program from the ones available.
##### Our team (Martyna Drumińska, Weronika Skowrońska, Przemysław Andrzejewski, and Tao-Sen Chang) has chosen the Waiter Project, and therefore our grid is adjusted to such kind of task.
##### Using numpy arrays we have created a 16 by 16 grid of white squares on the black background, each representing one possible interaction field. We then marked some of them as the “tables” and the “kitchen” - using, respectively, green and red color. We have decided our agent to be blue.
![Image of Yaktocat]( https://raw.githubusercontent.com/DawsonChang/test/master/grid.jpg)
As for now, the user can move the agent with his arrows.