MultiAgentLearning / playground

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

Error when running example CLI command. #124

Closed weseldridge closed 6 years ago

weseldridge commented 6 years ago

@ GRomera

Got this an error when running the example player. This is the example command.

pom_battle --agents=player::arrows,test::agents.SimpleAgent,random::null,random:null --config=PommeFFACompetition-v0

This is the error. errors

cinjon commented 6 years ago

The command is missing a : in random:null at the end. Do a git pull, add that in, and you're good to go.