Skip to content

Commit c7b9036

Browse files
bbalaji-ucsdyijiezh
authored andcommitted
Adding a link to DeepRacer ArXiv paper (aws#915)
* adding a video that shows deepracer working in various tracks * adding deepracer paper link to readme * fixing line breaks * fixing line breaks * fixing line breaks * fixing back slash
1 parent 315d552 commit c7b9036

File tree

1 file changed

+15
-1
lines changed
  • reinforcement_learning/rl_deepracer_robomaker_coach_gazebo

1 file changed

+15
-1
lines changed

reinforcement_learning/rl_deepracer_robomaker_coach_gazebo/README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,18 @@ This folder contains examples of how to use RL to train an autonomous deepracer.
3131
7. Then click create notebook instance button at the button
3232
8. This takes like 2 min to create your notebook instance. Then click on the newly created instance and click on the juypter notebook.
3333
9. You will see all the github files and now run `deepracer_rl.ipynb`
34-
10. Run clean robomaker & sagemaker commands in the script only when you are done with training.
34+
10. Run clean robomaker & sagemaker commands in the script only when you are done with training.
35+
36+
## DeepRacer Paper
37+
38+
A techncial paper for AWS DeepRacer is available at https://arxiv.org/abs/1911.01562. Below is a BibTeX entry for citations:
39+
```
40+
@misc{deepracer2019,
41+
title={DeepRacer: Educational Autonomous Racing Platform for Experimentation with Sim2Real Reinforcement Learning},
42+
author={Bharathan Balaji and Sunil Mallya and Sahika Genc and Saurabh Gupta and Leo Dirac and Vineet Khare and Gourav Roy and Tao Sun and Yunzhe Tao and Brian Townsend and Eddie Calleja and Sunil Muralidhara and Dhanasekar Karuppasamy},
43+
year={2019},
44+
eprint={1911.01562},
45+
archivePrefix={arXiv},
46+
primaryClass={cs.LG}
47+
}
48+
```

0 commit comments

Comments
 (0)