Skip to content
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

installation of Opensim-rl #236

Open
AffDk opened this issue May 19, 2021 · 0 comments
Open

installation of Opensim-rl #236

AffDk opened this issue May 19, 2021 · 0 comments

Comments

@AffDk
Copy link

AffDk commented May 19, 2021

Hi,

I had an already installed Anaconda (navigator version 1.9.12) on my computer (run on windows) and followed the instructions to install osim-rl from the following website:

http://osim-rl.stanford.edu/docs/quickstart/

The installation went through smoothly, at least I did not see any warning or error message.
After that when I open Anaconda navigator, I can see osim-rl is added to the available environments.
when I choose osim-rl environment, it gives me two possibilities ("open terminal" and "open with python"),

if I choose "open terminal"

I run "activate opensim-rl" as instructed by the website that this must be done every time
I also run "python -c "import opensim" " and apparently this one is fine too. At least, it does not generate any error or warning message.

but when I choose "open with python" and run "activate opensim-rl", I face with the following error:

File "", line 1
activate opensim-rl
^
SyntaxError: invalid syntax

I also tried "activate org.opensim-rl" but the same error message popped up.

"from osim.env import L2RunEnv" I face an error message like this:

Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'L2RunEnv'

I also tried "from org.osim.env import L2RunEnv"

Any suggestion here?

By the way, I had seen the following thread too but none of the hints there came in handy in my case:

#217 (comment)

Best regards,
Afshin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant