Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more complex percepts? #1

Open
AI-Guru opened this issue Apr 27, 2024 · 2 comments
Open

Adding more complex percepts? #1

AI-Guru opened this issue Apr 27, 2024 · 2 comments

Comments

@AI-Guru
Copy link

AI-Guru commented Apr 27, 2024

Hi! I love your environment! A question...

If I got it right, you can only perceive the current position. What about extending the percepts to include the contents of the adjacent cells? This would aid exploration.

Cheer,
Tristan

@damat-le
Copy link
Owner

Hi Tristan,
It sounds as a good idea to me! For sure it is possible to implement something like a discrete radius of observation. My only doubt is:

should this observability region depend on the direction the agent is moving (like in minigrid) or should it be independent (something like a 360° view)?

Thank you for the suggestion,
Leo

@AI-Guru
Copy link
Author

AI-Guru commented Apr 29, 2024

Hi Leo, great talking to you! As a start, I would suggest a square around the agent with (x,y, content). x,y could be absolute at the beginning to make things easier, maybe with an option to make them relative. And yes, making it direction-dependent should be optional. I would not start with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants