From e2bb1a149d66b48c8acbb204511378b53f0baf48 Mon Sep 17 00:00:00 2001 From: zohdit <69303750+zohdit@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:10:08 +0200 Subject: [PATCH] Update README.md --- DeepHyperion-BNG/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DeepHyperion-BNG/README.md b/DeepHyperion-BNG/README.md index 2f49e92..ead1dba 100644 --- a/DeepHyperion-BNG/README.md +++ b/DeepHyperion-BNG/README.md @@ -1,3 +1,4 @@ + # DeepHyperion-BNG Test Input Generator using illumination search algorithm. @@ -106,7 +107,7 @@ py.exe core/mapelites_bng.py If everything works fine, you should see that BeamNG.research starts automatically, loads a newly generated test scenario, and the virtual car moves autonomously. As described in the paper, the car is driven by a controller based on the NVidia DAVE2 architecture that receives images from the camera mounted on the virtual car (not from the user camera that shows the simulator on the screen) and predict the steering angle to apply. On the console, you might see messages about CUDA and other CNN-related libraries. -[![Watch the video](https://tinyurl.com/deephyperion)](https://tinyurl.com/deephyperion) +[![Watch the video](https://img.youtube.com/vi/a_fE4QRpCBQ/hqdefault.jpg)](https://www.youtube.com/watch?v=a_fE4QRpCBQ) ### Troubleshooting