ghostAgents.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:2017-planning-with-simulators 作者: aig-upf 项目源码 文件源码
def getAction( self, state ):
        dist = self.getDistribution(state)
        if len(dist) == 0:
            return Directions.STOP
        else:
            return util.chooseFromDistribution( dist )
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号