microsoft / malmo-challenge

Task and example code for the Malmo Collaborative AI Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge Agent does not have "move -1"?

jingweiz opened this issue · comments

Hey,
When I try to print out the ENV_ACTIONS from common, I see that the ChanllengeAgent does not have (move -1) as one of its actions, but at the end of each episode, it will execute this (move -1), any particular reason for that?

Thank you for bringing this up, the "move -1" needs to be removed (adding it creates a larger action set and makes training harder). We'll remove this.

Hey,
thanks for the reply. You meant that "move -1" will be removed from the ChallengeAgent's action set, but not from the Agent who's controlled by us right?