hijkzzz / pymarl2

Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
https://iclr-blogposts.github.io/2023/blog/2023/riit/
Apache License 2.0
633 stars 124 forks source link

Reference at 'refs/heads/master' does not exist #37

Closed lihaibineric closed 11 months ago

lihaibineric commented 11 months ago

when i run pymarl2 i met this error:

raise ValueError("Reference at %r does not exist" % ref_path) ValueError: Reference at 'refs/heads/master' does not exist

can you help me?

lihaibineric commented 11 months ago

pip install sacred==0.7.5 Just reduce the version of the python library, all will be ok.

hijkzzz commented 11 months ago

thx