You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update LICENSE. Update README with our results. We set a all_suites task to evaluate on all benchmarks. We had a link to the freezing issue when importing carla and torch. We removed the hack to destuck agent. We replace all print/exit with raise ValueError
### CARLA Challenge (town02/04/05 with dynamic weather) (ONGOING)
103
109
110
+
The results there are way below the one above, but note that it was trained on much harder tasks and that
111
+
it works also on US towns, i.e. Town03, Town04 and Town05.
112
+
104
113
```
105
114
COMING SOON
106
115
```
107
116
108
117
## License
109
-
This repo is released under the MIT License (please refer to the LICENSE file for details). Part of the PythonAPI and the map rendering code is borrowed from the official [CARLA](https://github.com/carla-simulator/carla) repo, which is under MIT license. The image augmentation code is borrowed from [Coiltraine](https://github.com/felipecode/coiltraine) which is released under MIT license.
118
+
This repo is released under the MIT License (please refer to the LICENSE file for details).
119
+
Most of the code come from the repository
120
+
[**Learning by Cheating**](https://github.com/dianchen96/LearningByCheating)
121
+
which is under MIT license.
122
+
Part of the PythonAPI and the map rendering code is borrowed from the official
123
+
[CARLA](https://github.com/carla-simulator/carla) repo, which is under MIT license.
0 commit comments