Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SHITIANYU-hue
Copy link

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.

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.
Copy link
Owner

@praveen-palanisamy praveen-palanisamy left a 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,
Copy link
Owner

@praveen-palanisamy praveen-palanisamy Sep 5, 2020

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

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,

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,

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.

@praveen-palanisamy
Copy link
Owner

@SHITIANYU-hue , you can make the changes and update this PR by pushing to the same branch (SHITIANYU-hue:patch-1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants