I followed the instructions to install osim-rl on my windows machine.
I can get osim-rl and import osim and osim.env is also present
BUT, I can not locate ProstheticsEnv
>>> dir(osim.env)
['Arm2DEnv', 'Arm2DVecEnv', 'L2M2019Env', 'OsimEnv', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'absolute_import', 'arm', 'convert_to_gym', 'gym', 'math', 'np', 'opensim', 'os', 'osim', 'random', 'utils']
Please help on this..
Thanks
can not import ProstheticsEnv
- Himanshu Pareek
- Posts: 1
- Joined: Mon Aug 17, 2020 9:48 am
- Deepali Salwan
- Posts: 1
- Joined: Sun Aug 16, 2020 9:32 am
Re: can not import ProstheticsEnv
Hi,
I am facing the same issue with ProstheticsEnv
The error I am getting is :
from osim.env import ProstheticsEnv
Traceback (most recent call last):
File "<ipython-input-9-e9a8a6e76a0a>", line 1, in <module>
from osim.env import ProstheticsEnv
ImportError: cannot import name 'ProstheticsEnv'
I am facing the same issue with ProstheticsEnv
The error I am getting is :
from osim.env import ProstheticsEnv
Traceback (most recent call last):
File "<ipython-input-9-e9a8a6e76a0a>", line 1, in <module>
from osim.env import ProstheticsEnv
ImportError: cannot import name 'ProstheticsEnv'
Last edited by Deepali Salwan on Wed Aug 19, 2020 2:32 am, edited 1 time in total.