carpedm20 / deep-rl-tensorflow

TensorFlow implementation of Deep Reinforcement Learning papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some questions about the results

andrewliao11 opened this issue · comments

Hi all,
I wonder what's the meaning of frame-skip in the README.

It's an action_repeat described in DQN related papers. Skip frame for N and repeat actions for that skipping frames.