prouhard / tfjs-mountaincar

Reinforcement Learning in the browser with Mountain Car simulation
41 stars 13 forks source link

TensorFlow.js Example: Reinforcement Learning with Mountain Car Simulation

Overview

This is a modification of this tensorflow.js subrepository, by @Caisq, to tackle the OpenAI's gym MountainCar problem: https://github.com/openai/gym/blob/master/gym/envs/classic_control/mountain_car.py

For a more graphical illustration of the problem, see: http://gym.openai.com/envs/MountainCar-v0/

Features:

Usage

yarn && yarn watch