Skip to content
Snippets Groups Projects
Unverified Commit 3caf5980 authored by Aditya Prakash's avatar Aditya Prakash Committed by GitHub
Browse files

Update README.md

parent 30cf0706
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<p align="center"> <img src="assets/model.png" width="512"> </p>
AIM consists of a ResNet34 image encoder with an autoregressive GRU-based waypoint prediction network. This is equivalent to adapting CILRS to predict waypoints conditioned on goal locations rather than predicting vehicle controls conditioned on navigational commmands.
[CILRS](https://arxiv.org/pdf/1904.08980.pdf) is a conditional imitation learning method in which the agent learns to predict vehicle controls from RGB image and measured speed while being conditioned on the navigational command. In addition, the output of the image encoder is also used for predicted the vehicle speed.
## Training
```Shell
......
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