MultiAgentLearning / playground

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

pom_tf_battle errors out: unexpected keyword argument 'action' #191

Closed a-hodges closed 5 years ago

a-hodges commented 5 years ago

When running pom_tf_battle with no arguments it gives the following error:

Traceback (most recent call last):
  File ".../pommerman/venv/bin/pom_tf_battle", line 11, in <module>
    load_entry_point('pommerman==0.2.0', 'console_scripts', 'pom_tf_battle')()
  File ".../pommerman/venv/lib/python3.6/site-packages/pommerman/cli/train_with_tensorforce.py", line 139, in main
    runner.run(episodes=10, max_episode_timesteps=2000)
  File ".../pommerman/venv/lib/python3.6/site-packages/tensorforce/execution/runner.py", line 104, in run
    state, terminal, step_reward = self.environment.execute(action=action)
TypeError: execute() got an unexpected keyword argument 'action'
cinjon commented 5 years ago

Is this still an issue? Please reopen if so.