Closed leejk526 closed 6 years ago
Yes you are right. opensim
package is actual OpenSim simulator, while the reinforcement learning package is called osim
. Therefore import opensim as osim
is not only confusing but just wrong. It was there in the old script from the times we were starting to build this environment. Thanks for the catch!
The script is now here https://github.com/stanfordnmbl/osim-rl/blob/master/examples/ddpg.keras-rl.py
Thank you for response!
Hi, I've done in 'ver1.5.5'. I'm trying to run "scripts/example.py" code for training with command "python scripts/example.py --visualize --train --model sample"
But, the interpreter said,
So, I wondered that where is "osim/env/*" path. When I tried that,
osim path is in virtual python root library path, not the "$osim-rl/osim/env" path. I annotated "import opensim as osim" in the "scripts/example.py" file like this.
Am I right? My primary question is a confusion of the real path 'osim/env'. why does the editor write "import opensim as osim"?
Thank you for reading.