DavidRother / cooking_zoo

CookingZoo: a gym-cooking derivative to simulate a complex cooking environment
MIT License
18 stars 7 forks source link

interaction object in agent #18

Closed dtannebe closed 2 years ago

dtannebe commented 2 years ago

indicate the object the agent interacts with in the agent description, additional entry like 'interacts'. (list)

DavidRother commented 2 years ago

Added the attribute .interacts_with that shows the last objects the agent interacted with, including the floor for walking actions. (Does not show an interaction for changing orientation)