instadeepai/Mava

[BUG]Jumanji RWARE reward shape mismatch

Open

#1.110 geöffnet am 24. Okt. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (122 Forks)auto 404
buggood first issue

Repository-Metriken

Stars
 (922 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We found that in the 4ag RWARE task, env.reward_spec().generate_value() gives something of shape (), but the reward that environment outputs is actually of shape (num_agents).

This is curious because I believe the scenario should output a reward of shape ().

Maybe it's a wrapper thing?

Contributor Guide