Closed lbeyers closed 8 months ago
In the AgentID wrapper, the new_agents_view type is not enforced to be consistent, so for LBF with flashbax a dtype error emerges.
Steps to reproduce the behavior:
Expected the observation to be added easily to the buffer.
This is somewhat an exercise in opening an issue!
Will make a PR soon! Basically a cast to the agents_view type.
Thank you @lbeyers for catching this! A question here, did you test this with Rware? And can you please test this with Matrax as well 🙏
Extra: This commit would help for understanding the issue at the moment 😄
Describe the bug
In the AgentID wrapper, the new_agents_view type is not enforced to be consistent, so for LBF with flashbax a dtype error emerges.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected the observation to be added easily to the buffer.
Context (Environment)
Additional context
This is somewhat an exercise in opening an issue!
Possible Solution
Will make a PR soon! Basically a cast to the agents_view type.