liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
296 stars 34 forks source link

DQN: Refactoring, adding support for episodic MDPs, adding ReplayBuffer, adding PER and adding Double-DQN #181

Closed raimannma closed 5 years ago

raimannma commented 5 years ago

refactoring many files and adding support for episodic MDPs by adding the parameter "isFinalState"