Open josiahcoad opened 4 years ago
Hello, There is one important info that is missing: what simulator are you using? And did you launch it before launching the script?
Using donkey sim "SDSandbox v 20.5.16". I've tried several things:
Using donkey sim "SDSandbox v 20.5.16". I've tried several things:
This is a newer version compared to the one tested. Did you try using the one from the README?
I've got an internal pytorch version working with "SDSandbox v 20.5.16" and SB3, I planned to open source it at some point.
In the meantime, you can take a look at https://github.com/tawnkramer/gym-donkeycar to see what have changed in the api of the simulator. The logic is different: the simulator is the server instead of the client now.
Oh I see, that's unfortunate. the linked sim in the README is just for linux (unless I were to build it myself). Looking forward to your next release!
You can also try older binaries from the release page: https://github.com/tawnkramer/gym-donkeycar/releases
September 2018 may work: https://github.com/tawnkramer/gym-donkeycar/releases/tag/v18.9
There are binaries for Linux, Mac and Windows.
Well, I did get a different result. Now I get (after setting the env var DONKEY_SIM_PATH but without launching the sim first)
...
Waiting for sim to start...if the simulation is running, press EXIT to go back to the menu
Got a new client ('127.0.0.1', 58585)
Scene Selection Ready
Connection dropped
Waiting for sim to start...if the simulation is running, press EXIT to go back to the menu
...
Hello, I am trying to run your code exactly as is (using your pretrained agent and vae) and just get :"Waiting for sim to start...if the simulation is running, press EXIT to go back to menu.". I also tried setting the export DONKEY_SIM_PATH environment variable but to no avail.
Code example
System Info Describe the characteristic of your environment: