DavidRother / cooking_zoo

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

Observation Selection #3

Closed DavidRother closed 2 years ago

DavidRother commented 2 years ago

When creating an environment i want to be able to tell for every agent what its observation space is.

First one should select the wanted state representation: Symbolic (a list of objects) or feature planes or image pixels Then one should be able to select the MDP representation (the whole environment is visible) or a POMDP representation where one can select the view radius.

DavidRother commented 2 years ago

The selection is now done, but it still misses a partial observable component