DeepRL-Agents icon indicating copy to clipboard operation
DeepRL-Agents copied to clipboard

checkGoal() in gridworld.py

Open anjany opened this issue 7 years ago • 0 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.

anjany avatar May 09 '18 08:05 anjany