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.13k stars 208 forks source link

Updated changes from stable-baselines update. #37

Closed keshaviyengar closed 5 years ago

keshaviyengar commented 5 years ago

python train.py fails because ActionNoise as changed locations in the main stable-baselines repo. This fixes import from ddpg to common

araffin commented 5 years ago

Hello,

~Do you have the latest master version? because the backward compatibility is normally ensured (see https://github.com/hill-a/stable-baselines/blob/master/stable_baselines/ddpg/noise.py)~ EDIT: see comment below

araffin commented 5 years ago

Oh, I see, this is the base class import...