instadeepai/Mava

[BUG]Jumanji RWARE reward shape mismatch

Open

#1 110 ouverte le 24 oct. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (122 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (922 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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?

Guide contributeur