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

Request for action space specificiation #9

Open
dosssman opened this issue Apr 5, 2023 · 0 comments
Open

Request for action space specificiation #9

dosssman opened this issue Apr 5, 2023 · 0 comments

Comments

@dosssman
Copy link

dosssman commented Apr 5, 2023

Greetings.

I was quite inspired by your work on theory of mind and it;s integration with AI agents.
Thank you very much for publishing the experiments, as well as the experiment simulator.

Regarding the latter, I was hoping you could provide a bit more details regarding the action space for the overcooked environment featured in this repository.

I went as far as looking into the OvercookedEnvironment class's step method, but it is not clear what I should feed when calling env.step(action_dict).

The paper mentions an action space size 5 to move the agent: North, East, West, South, Stay still.
I tried passing action_dict={"agent-1": 0,1,2,3,4... etc...} but it did not seem to work consistently.

For a bit more context, I am trying to use this environment with off-the-shelf RL algorithms such as those provided in Stable Baselines 3, so it would be really helpful to have a specification for env.action_space.

Looking forward to hear from you.
Best regards.

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

1 participant