Skip to content
Snippets Groups Projects
Commit 5d1f7f79 authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

Merge branch 'master' of gitlab.aicrowd.com:deepracer/neurips-2021-aws-deepracer-starter-kit

parents 0503ba34 3f6e2cfa
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ Your goal is to train a model that can complete a lap as fast as possible withou
In this challenge, you will train your models locally and then upload them to AIcrowd (via git) to be evaluated.
<!-- **The following is a high level description of how this process works.** -->
**The following is a high level description of how this process works.**
<!-- <div class="tenor-gif-embed" data-postid="22946542" data-share-method="host" data-width="100%" data-aspect-ratio="5.03030303030303"><a href="https://tenor.com/view/gif-22946542">GIF</a> </div><script type="text/javascript" async src="https://tenor.com/embed.js"></script> -->
![Submission Flow](https://gitlab.aicrowd.com/deepracer/neurips-2021-aws-deepracer-starter-kit/-/raw/master/docs/submission_flow.gif)
1. **Sign up** to join the competition [on the AIcrowd website](https://www.aicrowd.com/challenges/neurips-2021-aws-deepracer-ai-driving-olympics-challenge).
2. **Clone** this repo and start developing your solution.
......
docker run -it --rm --name=deepracer -p 8888:8888 -p 5000:5000 --cpus="3" --memory="6g" aicrowd/deepracer:round1_release /bin/bash
\ No newline at end of file
docker run -it --rm --name=deepracer -p 8888:8888 -p 5000:5000 --cpus="3" --memory="6g" aicrowd/base-images:deepracer_round1_release /bin/bash
docs/submission_flow.gif

773 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment