oxwhirl / pymarl

Python Multi-Agent Reinforcement Learning framework
Apache License 2.0
1.89k stars 386 forks source link

When i running the first command in the README , it comes an error. #32

Closed lml519 closed 5 years ago

lml519 commented 5 years ago

when i run the command "python3 src/main.py --config=qmix_smac --env-config=sc2 with env_args.map_name=2s3z".The output is that

[ERROR 20:41:53] pymarl Failed after 0:00:00! Traceback (most recent calls WITHOUT Sacred internals): File "src/main.py", line 31, in my_main env_args['seed'] = _config["seed"] sacred.utils.SacredError: The configuration is read-only in a captured function!

samvelyan commented 5 years ago

Solved in https://github.com/oxwhirl/pymarl/commit/9be8cb078ffd05b55a2ee02842ed0ad4a3f28827.