Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Mar 1, 2021
0 parents commit 0689d73
Show file tree
Hide file tree
Showing 9 changed files with 3,806 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# nodejs
node_modules
lib
docs

# for macs
.DS_Store

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Typescript Reinforcement Learning Library

This is a RL focused library built with typescript, enabling faster bug-free development and scalability and more.

Why RL with typescript / javascript? I don't know yet.


Inspired by [Andrej Karpath's blog post](http://karpathy.github.io/2016/05/31/rl/), I'm building this to get a strong, end to end understanding of deep learning and reinforcement learning.
Loading

0 comments on commit 0689d73

Please sign in to comment.