VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

ImportError: No module named 'deer.policies' #39

Closed StuartFarmer closed 8 years ago

StuartFarmer commented 8 years ago

python run_toy_env.py returns:

Traceback (most recent call last): File "run_toy_env.py", line 17, in from deer.policies import EpsilonGreedyPolicy ImportError: No module named 'deer.policies'

Using Python 3.5.2

VinF commented 8 years ago

Since you are using the version of the example from the latest commits, you should use the bleeding edge version of DeeR. Can you try this? pip install git+git://github.com/VINF/deer.git@master

athenalion007 commented 8 years ago

Hi,

Why error report when use deer to analyze the time series? But it works last version.

Thanks!

在 2016年9月20日,18:43,VinF notifications@github.com 写道:

Closed #39.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.