openai / multiagent-competition

Code for the paper "Emergent Complexity via Multi-agent Competition"
https://arxiv.org/abs/1710.03748
806 stars 153 forks source link

Syntax error in policy.py #2

Closed hassaanhashmi closed 7 years ago

hassaanhashmi commented 7 years ago

I am facing a syntax error in line 75 of policy.py. The error prompt is pointing out that there is something wrong with using * as def __init__'s 3rd argument. Any help in this regard would be awesome. Thanks for reading through.

ashwani-rathee commented 4 years ago

Hey @hassaanhashmi ,how did you resolve this issue??