Loading
0 Follower
0 Following
sidharth_kathpal6

Location

US

Badges

0
0
0

Activity

Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Mon
Wed
Fri

Challenge Categories

Loading...

Challenges Entered

Latest submissions

No submissions made in this challenge.

Latest submissions

See All
graded 176756
graded 176754
failed 176753
Participant Rating
Participant Rating
sidharth_kathpal6 has not joined any teams yet...

Learn-to-Race: Autonomous Racing Virtual Challenge

Camera configuration on evaluation server

Almost 4 years ago

Hi @bernd_heihoff,
We had a discussion among the organizing committee we will be allowing the use of three cameras for the evaluation phase for now. To add the configuration -
config.py - active_sensors = [
โ€œCameraFrontRGBโ€,
]

Add names of the other cameras here in the config file.

Open discussion on some tricks we can use to work towards solving this task!

Almost 4 years ago

I wanted to discuss certain ideas on how to approach solving this challenge, anyone wants to chip in they are more than welcome to discuss on top of this -

  1. Combining imitation learning and reinforcement learning. One of the things I am thinking about is possibly pretraining the model using images from racetracks captured during the run of the simulator. Using this the agent can gauge the upcoming environment and probably stay on track. Multiple ways of feeding this to the agent could be based on encoding the images in such a way thatโ€™s easily interpretable for the setup.
  2. Knowledge distillation from multiple sensor inputs. Because the evaluation procedure only allows for a subset of the sensors that can be used for training an agent, it could be worth exploring best practices for transferring knowledge from the training sensors to the testing subset, e.g., through pre-trained encoder models.
  3. Another thing I am planning to try during my run with this challenge is comparing the usage of On-policy vs Off-policy agents also possible comparing and contrasting the two with the base Soft Actor-Critic being off policy an On-policy algorithm like PPO could be an interesting approach to try for this challenge.
  4. Also, we need to keep in mind the second part of the challenge as well which consists of the Safety aspect of the model we are using. What would be interesting is how the points mentioned above could be useful for the safety part of the challenge as well. Also to come up with a specific model that focuses more on the safety rewards would be interesting and some sort of ensemble of the fast model and the safety model could be the solution.

Camera configuration on evaluation server

Almost 4 years ago

Hi @bernd_heihoff,
You are allowed to use any camera configuration for training purposes.
So you can use the cameras for pertaining and learning the weights for your model.
During the evaluation, it will only be a single camera predecided from our end that is going to be used.
So no need to worry about the evaluation portion those configs are decided from the backend.

Docker Image - Documentation

Almost 4 years ago

https://www.youtube.com/watch?v=W6WdWrB10g4 hereโ€™s a walkthrough for setting up the resources for the challenge.

Error in evaluation phase

Almost 4 years ago

The fix for this is underway will be available soon.

Error in starter code

Almost 4 years ago

Thanks for pointing this out will be fixed and pushed to the starter_code soon.

Docker Image - Documentation

Almost 4 years ago

Hey,

We are checking the version provided to you for the docker image.
Meanwhile, to get you started you can run it locally if you have a Linux setup or you can use a virtual machine using AWS.
For that, itโ€™s easier just to run the bash script in the LinuxNoEditor folder. Keep this running in the background.
Also sharing a template for the controller_kwargs = {
โ€œsim_versionโ€: โ€œArrivalSim-linux-0.7.0-cmu4โ€,
โ€œquietโ€: True,
โ€œuserโ€: โ€œubuntuโ€,
โ€œstart_containerโ€: False,
โ€œsim_pathโ€: โ€œโ€“pathโ€“/ArrivalSim-linux-0.7.0-cmu4/ArrivalSim-linux-0.7.0.182276/LinuxNoEditorโ€,
}

sidharth_kathpal6 has not provided any information yet.