awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkGoal() in gridworld.py

anjany opened this issue · comments

(Ref. line 97 in gridworld.py) Shouldn't the 'done' flag be TRUE when the 'hero' reaches either 'goal' or 'fire'? Currently checkGoal( ) always returns a FALSE 'done' status.