facebookresearch / facebookresearch/BenchMARL

Key 'wandb_extra_kwargs' not in 'ExperimentConfig'

Open
#209 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
661
Forks
135
PR merge metrics
No merged PRs in 30d

Description

```
(benchmarl) bharath@bharath-HP-Z230-Tower-Workstation:~/marl_team/BenchMARL$ python benchmarl/run.py algorithm=mappo task=pettingzoo/simple_spread "experiment.loggers=[tensorboard]"
In 'experiment/base_experiment': ConfigKeyError raised while composing config:
Key 'wandb_extra_kwargs' not in 'ExperimentConfig'
full_key: experiment.wandb_extra_kwargs
object_type=ExperimentConfig

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
```

I got all the installations up and running, any help is appreciated.
Cheers

Contributor guide

Open the contributing guide

Research direction

Start with benchmarl/run.py and the experiment/base_experiment configuration named in the error, then reproduce the command with algorithm=mappo, task=pettingzoo/simple_spread, and tensorboard logging. Trace why ExperimentConfig rejects experiment.wandb_extra_kwargs; done means the command composes successfully without the ConfigKeyError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.