instadeepai/Mava

[BUG]Jumanji RWARE reward shape mismatch

Open

#1,110 创建于 2024年10月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (122 fork)auto 404
buggood first issue

仓库指标

Star
 (922 star)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南