You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"python ddpg.keras-rl.py --visualize --train --model sample" returns : "python: can't open file 'ddpg.keras-rl.py': [Errno 2] No such file or directory"
and gym seems not supporting python 3.6.1 which is used in this installation guide.
Could you please help me with this issue?
The text was updated successfully, but these errors were encountered:
Hello
I tried to install opensim-rl in anaconda CMD from "https://osim-rl.kidzinski.com/ installation guide".
The installation seems to be done without any problem, but i can't run any code examples from documentation.
For example:
"from osim.env import L2RunEnv" returns an error : "can't import LRunEnv".
"python ddpg.keras-rl.py --visualize --train --model sample" returns : "python: can't open file 'ddpg.keras-rl.py': [Errno 2] No such file or directory"
and gym seems not supporting python 3.6.1 which is used in this installation guide.
Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: