-
Notifications
You must be signed in to change notification settings - Fork 94
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
The simulator! #1
Comments
Thanks for working on my code! It uses socketio to connect DQN code(Python) and Simulator(Unity). |
I'm using your simulator for my project work, is there any way to cite it, also is there any name for this simulator?? |
@matrixBT Sorry for late reply. I went to military training for a month, so I couldn't use any electronic devices. Actually, there is no cite or name for the simulator. I think adding github link is okay. Thanks for using my simulator for your project work!! Are you writing a paper with this simulator? |
Excuse me , I can't find that 'drive_Combined.py'file in your git hub. Where shod I find that python file? |
@champcui Hi! 'drive_combined.py' is a file that existed in old version. Now you should run the files in the 'RL_algorithms' folder |
Thank u very much! I can use Rl_algorthms now, and I want to know how to get photo that in your paper just like "lanechange" "sensor.gif", and so on. |
I recorded a video and converted it to gif :) |
okay, and how should I get that Input Configuration ?for example averge speed ,lanechange and number of overtaking. Because I can just get step and score in that algorthms.ipynb. |
It's much trouble for me if I record these every data in running video. |
You can get speed and other data using vector observation in ipynb file :) |
Code for tensorboard tensorboarddef setup_summary():
Sorry to bother you again! Actually, I find these code in your ipynb. But I can not find these calculate data at last. I realy want to use these data. Thanks! |
I know actions is related to max Qvalue. But I can't find actions and rewards in your ipynb. So how should I do to find it? |
|
The speed and lanechange should be changed in the Unity project. |
I am glad to work on your codes. While working, the simulator is not loading. Can you describe the simulator connections? Is it uses Socket? or it starts automatically with the python code that you've provided?
Thanks,
Fayjie
The text was updated successfully, but these errors were encountered: