-
Notifications
You must be signed in to change notification settings - Fork 802
Description
Hi,
I am getting an error when running the examples:
Traceback (most recent call last): File "rllab/examples/trpo_cartpole.py", line 1, in <module> from rllab.algos.trpo import TRPO File "/home/arun/rbccps/rllab/rllab/algos/trpo.py", line 1, in <module> from rllab.algos.npo import NPO File "/home/arun/rbccps/rllab/rllab/algos/npo.py", line 3, in <module> from rllab.algos.batch_polopt import BatchPolopt File "/home/arun/rbccps/rllab/rllab/algos/batch_polopt.py", line 2, in <module> from rllab.sampler import parallel_sampler File "/home/arun/rbccps/rllab/rllab/sampler/parallel_sampler.py", line 2, in <module> from rllab.sampler.stateful_pool import singleton_pool, SharedGlobal File "/home/arun/rbccps/rllab/rllab/sampler/stateful_pool.py", line 3, in <module> from joblib.pool import MemmapingPool ImportError: cannot import name 'MemmapingPool'
I am running Ubuntu 16.04 and using Python3 to execute the scripts. Please help.
Thanks!