MLJejuCamp2017 / DRL_based_SelfDrivingCarControl

Deep Reinforcement Learning (DQN) based Self Driving Car Control with Vehicle Simulator
293 stars 95 forks source link

Questions about project #4

Closed eds89 closed 6 years ago

eds89 commented 6 years ago

Hello, Is this an academic project? If so, were the results published elsewhere and where can I find the corresponding paper?

All the best, Eduardo

Kyushik commented 6 years ago

Actually this simulator was made for project of Machine leaning camp Jeju 2017. However, I am trying to write some papers using this simulator. Even though there is no paper about this simulator, but maybe the ppt file that I presented at the camp might be helpful. You can download it from the link which is at the readme.md. Thank you! :smile:

eds89 commented 6 years ago

Ok, good. I wonder where can I find the training data? What format is it stored as?

On 15 January 2018 at 00:57, Kyushik Min notifications@github.com wrote:

Actually this simulator was made for project of Machine leaning camp Jeju 2017. However, I am trying to write some papers using this simulator. Even though there is no paper about this simulator, but maybe the ppt file that I presented at the camp might be helpful. You can download it from the link which is at the readme.md. Thank you! 😄

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MLJejuCamp2017/DRL_based_SelfDrivingCarControl/issues/4#issuecomment-357558199, or mute the thread https://github.com/notifications/unsubscribe-auth/AQUNuZBvLG4Bp59sv0wO72iVTwa7Oj0Tks5tKqJ1gaJpZM4RdlMR .

Kyushik commented 6 years ago

Actually, this simulator was made for training and testing deep reinforcement learning algorithm. It is trained online, so there is no training data.