Skip to content

Instantly share code, notes, and snippets.

View T2brozz's full-sized avatar

T2brozz

View GitHub Profile
@RGBKnights
RGBKnights / test-academy.js
Last active April 30, 2020 17:12
ReImproveJS
import assert from 'assert'
import { NeuralNetwork, Model, Academy } from "reimprovejs/dist/reimprove.js"
const TIMEOUT = 1; // mins
const MAP_SIZE = 10;
function randomPoint()
{
let min = 0;
let max = MAP_SIZE;