BeTomorrow / ReImproveJS

A framework using TensorFlow.js for Deep Reinforcement Learning
MIT License
123 stars 16 forks source link

Train on a dataset? #24

Open ChrisAgar opened 4 years ago

ChrisAgar commented 4 years ago

Hello, thanks for putting all your work out there :100: Is it possible to train on a recorded data set? Specifically from something like a csv.txt?

SpeedyCraftah commented 2 years ago

This defeats the point of a reinforcement network, which is try and figure out solutions and rules by itself.