michigan-traffic-lab / Mcity-AV-Challenge

10 stars 2 forks source link

set docker collaborator problems #3

Closed Jihy closed 5 months ago

Jihy commented 5 months ago

It seems like to set mcityavchallenge as the collaborator of private repository need a pro docker account. Is there a way to share the repository without upgrading the account?

屏幕截图 2024-04-06 203823
zhuhj-tery commented 5 months ago

There's seems no other ways. And we expect all the participants to upgrade their account to the pro docker account during this challenge event.

Jihy commented 5 months ago

Ok, so I temperately set my repository as public and add the challenge account as collaborator, Could you get it?

Jihy commented 5 months ago

by the way, is "mcityavchallenge" the account to add?

zhuhj-tery commented 5 months ago

Yes, it's "mcityavchallenge".

zhuhj-tery commented 5 months ago

We can retrieve your Docker image and conduct testing on your algorithm. However, we've identified two primary issues:

  1. It appears there are some issues with your algorithm during the exit phase from the roundabout. Can you confirm if this is an expected behavior?

  2. We would like to request that you perform testing of your algorithm using our most recent Docker images. The Docker images currently in use by you may be out of date. Since we have changed the format of step_info and planning_result, the migration will need some extra development efforts. For more information, please refer to the updated version of the User Manual. You should run "docker compose -f docker-compose-development.yml down --rmi all" to remove the older version of the images and run "docker compose -f docker-compose-development.yml up -d" to pull the latest images.

Your assistance would be greatly appreciated.