Self-Driving Cars in a Browser (Deep Reinforcement Learning, JavaScript, WebGL)

The goal of this project was to create a fully self-learning agent, that would be able to control a car in a 2D bottom-down environment. Written solely in JavaScript. Read more

Similar

JavaScript chat room tutorial

We're going to be building a real-time JavaScript chat room similar to Twitch.tv's chat using JavaScript and Scaledrone push messaging service. The app is going to be using Websockets on modern browsers and fallback technologies on older ones. (more…)

Read more »

15 Must-Know JavaScript Array Methods

Arrays are wonderful and a very particular type in JavaScript. There are many useful built-in properties and methods that will help you resolve any task which involves arrays. Today we are going to discuss 15 array methods every developer should know. so... (more…)

Read more »

An Intro to JavaScript Modules

There seems to be some confusion when it comes to JavaScript modules and how they exactly work, and why are there different forms in which we can use them. Today I’ll explain the different ways in which you can export and import modules. Some background o... (more…)

Read more »