-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update stop_sign_urban_intersection_3c.json #26
base: master
Are you sure you want to change the base?
Conversation
When I run : python baseline_agent.py --config /home/tianyushi/code/macad-gym/src/macad_gym/envs/intersection/stop_sign_urban_intersection_3c.json in the path: /home/tianyushi/code/macad-agents/src/macad_agents I found some configurations are missing in this jason file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
@@ -3,6 +3,8 @@ | |||
"env": { | |||
"server_map": "/Game/Carla/Maps/Town03", | |||
"render": true, | |||
"render_x_res": 800, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove the extra space in the beginning of this line (Line 6) and the next line (Line 7) so that it aligns with the previous line (Line 5)?
This will maintain readability with uniform visual indent.
@@ -13,7 +15,8 @@ | |||
"send_measurements": false, | |||
"enable_planner": true, | |||
"spectator_loc": [140, 68, 9], | |||
"synch_server": true | |||
"sync_server": true, | |||
"fixed_delta_seconds": 0.05 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same. Needs a visual indent fix. Please remove the extra space in the beginning.
"x_res": 168, | ||
"y_res": 168, | ||
"framestack": 1, | ||
"discrete_actions": true, | ||
"squash_action_logits": false, | ||
"verbose": false, | ||
"use_depth_camera": false, | ||
"use_depth_camera": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this change to remove the extra space in the beginning.
"send_measurements": false, | ||
"enable_planner": true, | ||
"enable_planner": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this change to keep the visual indent aligned.
@SHITIANYU-hue , you can make the changes and update this PR by pushing to the same branch ( |
When I run :
python baseline_agent.py --config /home/tianyushi/code/macadgym/src/macad_gym/envs/intersection/stop_sign_urban_intersection_3c.json
in the path: /home/tianyushi/code/macad-agents/src/macad_agents
I found some configurations are missing in this jason file.