Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Deepracer
NeurIPS 2021 AWS Deepracer Starter Kit
Commits
5d1f7f79
Commit
5d1f7f79
authored
Sep 16, 2021
by
Dipam Chakraborty
Browse files
Merge branch 'master' of gitlab.aicrowd.com:deepracer/neurips-2021-aws-deepracer-starter-kit
parents
0503ba34
3f6e2cfa
Changes
3
Show whitespace changes
Inline
Side-by-side
README.md
View file @
5d1f7f79
...
...
@@ -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>
-->

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.
...
...
deepracer-gym/start_deepracer_docker.sh
View file @
5d1f7f79
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
0 → 100644
View file @
5d1f7f79
773 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment