Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwins9001 authored Jun 6, 2021
1 parent 2930d44 commit 05c5e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Deep-Q-Learning-on-Carla

For demo see: https://www.youtube.com/watch?v=Y9OVlKSkPpg&ab_channel=AshvinderSuri

Testing a double deep q-network for self-driving cars using open-source Carla environment. Code mainly generated from open-source authors (Felippe Roza) with slight modifications (based on Simonini Thomas's deep q-learning implementation in Space Invaders) to memory buffer (no priority replay as Felippe Roza did) and network architecture (no dueling added in, thus no advantage or value functions). Used as a learning experience to apply knowledge about reinforcement learning.

<p align="center">
Expand Down

0 comments on commit 05c5e0f

Please sign in to comment.