Update stop_sign_urban_intersection_3c.json#26
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.
praveen-palanisamy
left a comment
There was a problem hiding this comment.
Thanks for the updates!
| "env": { | ||
| "server_map": "/Game/Carla/Maps/Town03", | ||
| "render": true, | ||
| "render_x_res": 800, |
There was a problem hiding this comment.
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.
| "spectator_loc": [140, 68, 9], | ||
| "synch_server": true | ||
| "sync_server": true, | ||
| "fixed_delta_seconds": 0.05 |
There was a problem hiding this comment.
Same. Needs a visual indent fix. Please remove the extra space in the beginning.
| "squash_action_logits": false, | ||
| "verbose": false, | ||
| "use_depth_camera": false, | ||
| "use_depth_camera": false, |
There was a problem hiding this comment.
Please undo this change to remove the extra space in the beginning.
| "use_depth_camera": false, | ||
| "send_measurements": false, | ||
| "enable_planner": true, | ||
| "enable_planner": true, |
There was a problem hiding this comment.
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.