devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.46k stars 765 forks source link

Why set terminal=True when live decreases? #13

Closed LinZichuan closed 7 years ago

LinZichuan commented 7 years ago

In gym, terminal is True only when lives is 0. But in act() function of GymEnvironment class, it seems that terminal is True when live decrease. It will influence num_game and episode reward.

carpedm20 commented 7 years ago

DeepMind does that when they publishing their Nature paper.