-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should I add path in order to run example script? #1
Comments
Even after I use |
Are you using python 2 or python 3? You will need python 3. |
Following instructions of rlllab, I created a Python 3 environment. I am using this environment to run softqlearning |
To verify the following steps are correct, I have even tried rllabplusplus and can run both rllab and rllab++ correctly,
|
I see. You don't need to install rllab for this to work. All dependencies are already included in the |
Cool, I will use anaconda to create a new Python 3 environment instead of run this in the rllab environment. Do you mean I need to add path of this |
You don't need to add it at all, if you add path to softqlearning root to your |
I see, thanks. I can run it in a new python 3 environment after adding |
Cool. It probably fails because rllab can then be found in two different locations, and python looks into the wrong one which does not have the required module, and it thus fails. |
I'm having similar problem importing rllab.
How I have installed:
Any help would be very much appreciated |
In rllab directory, there is another rllab. Not sure if it is causing the confusion to import |
If anyone is still looking at this thread use: python3 while creating the environment, it will work. |
I installed rllab correctly and cloned softqlearning into a different folder. When I was trying to run an example file e.g.
python softqlearning/scripts/learn_swimmer.py
I was told thatIt seems that I need to add some path?
The text was updated successfully, but these errors were encountered: