FLAIROx / JaxMARL

Multi-Agent Reinforcement Learning with JAX
Apache License 2.0
393 stars 68 forks source link

Fix action-direction mismatch #90

Closed lupuandr closed 4 months ago

lupuandr commented 4 months ago

Fixes mismatch between actions and where the agent would end up facing.

Now an agent taking e.g. the "North" action will be facing North after that action.

Expect no change or slight improvement in performance after this change.