MultiAgentLearning / playground

PlayGround: AI Research into Multi-Agent Learning.
https://www.pommerman.com
Apache License 2.0
765 stars 217 forks source link

BaseAgent init_agent function replaces in-built "id" function #185

Closed PixelyIon closed 5 years ago

PixelyIon commented 5 years ago

https://github.com/MultiAgentLearning/playground/blob/master/pommerman/agents/base_agent.py#L27 replaces the built-in id

cinjon commented 5 years ago

Thanks. Adjusted in 651fdf0.