-
Notifications
You must be signed in to change notification settings - Fork 20
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
Multiple starting issues #23
Comments
Hello Robert, Thanks a lot for identifying these issues. The wiki for the
We will be updating the |
Hello Sohan! Thank you very much for answering that quick! Also thank you for clarifying some stuff. I launched For the
Also for Maybe, there is another code fragment or line that needs to be adjusted for trainign/testing the vehicles? I simply don't know why it is not working since the ports are correct. For the PID examples, I still receive both errors, which i described in my first post above. I am running with Ubuntu 18.04.2 and i cannot install the Best, |
When you are using
So what you need to do is replace I think multi-agent training is also being started as the port was changed. And for multi-agent training do make sure that you have got in as many scr-servers as specified in the code. See the running instructions on how to add more |
I am aware of the specification of the port numbers. Despite the correct selection of the ports, the server yields Replacing |
Which version of torcs are you using? Is this a different one from the one specified in our repo. |
I am applying torcs version 1.3.1, which is based on the gym-torcs repo https://github.com/ugo-nama-kun/gym_torcs. As mentioned in my first comment, I was not able to install the torcs version from your repo based on your given installation instructions. For this installation, I created a clean VM and tried to install your torcs 1.3.6, with exactly the same commands. Thus, I tried executing both commands separately with a preceding Do you think that I am still missing any packages? I have installed all packages that are listed on your README. |
I was able to install the torcs from your repo, so torcs 1.3.6 is able to run. The single agent as well as the multi agent from
Can you please help me out again? I would really appreciate any further help here. |
Dear community,
first of all, I am not able to install torcs 1.3.6 by following your commands you provided. I tried this multiple times, every time reverting my VM, following your version 1 branch and again trying with the master branch and so on, but after the installation, torcs is just not found. On my other VM, I tried applying MADRaS with the gym-torcs 1.3.1, which I have installed already based on the repository of yanpanlau (DDPG-Keras-TensorFlow). I just wanted to explore DDPG driving with multiple vehicles, this is how came to your repository. I dont know if the version is the issue, but it would be sufficient enough if I get the experiments run, even with version 1.3.1. So I am trying to get some experiments run, based on your description, by just running the examples, which ends up problematic. More precisely:
Behavior reflex -> single agent:
For Quickrace, one scr_server is already selected. Then I close torcs and go with the following:
I tried again, but this time starting a quickrace in torcs due to "waiting for server on 3101" and executing again with port 3101. Interestingly, the simulation starts by displaying the vehicle and the track and so on, but it is not starting to drive. From the first console, where i started torcs, i get:
and from the second, where I executed the start for the single agent, it looks familiar again:
Behavior reflex -> multiple agents
PID -> single agent
For the multple agents file, I receive the same as for single agent.
I am hoping that the cause of the problem is not version 1.3.1 because I saw the vehicle, the track, etc. thus the simulation is able to work properly. I think that actually starting it right is rather the issue and maybe the missing
utils.gym_madras
. Can somebody please help in any way? I am becoming really desperate and for any help I would be really grateful!Best regards,
Robert
The text was updated successfully, but these errors were encountered: