DeepRL-Agents
DeepRL-Agents copied to clipboard
checkGoal() in gridworld.py
(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.