openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.84k stars 4.88k forks source link

run_atari.py versus atari/train.py #184

Open melodyguan opened 7 years ago

melodyguan commented 7 years ago

are these supposed to be interchangeable?

cxxgtxy commented 7 years ago

I don't think so. In general, they share the same basic code. However, the former is a simple one, the latter is recommended for research, since it has many advantages.

phuongho43 commented 6 years ago

For experiments/atari/train.py, is info['steps'] referring to one game step while num_iters takes into acount the 4 framestacking?