araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.12k stars 208 forks source link

fix atari custom frame issue, always print save paths, minor comments #47

Closed sytelus closed 4 years ago

sytelus commented 4 years ago
  1. If custom frame_stack is specified then use that for Atari.
  2. Tell user that workers are using different seeds.
  3. Always tell user where things are being saved.
  4. Minor code comments for readability.
araffin commented 4 years ago

Closing this as the new zoo prints and save the logs by defaults and allow custom number of frame stack, see https://github.com/DLR-RM/rl-baselines3-zoo/blob/master/hyperparams/a2c.yml#L1