Skip to content

Commit

Permalink
EpsilonGreedy-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-1 committed Mar 7, 2020
1 parent 56136ea commit 92b681a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ A very light weight Scala machine learning library that provide some basic ML al

- [x] Monte Carlo Tree Search (MCTS) [[Code]](src/main/scala/algorithm/optimization/MCTS.scala) [[Usage]](src/test/scala/algorithm/optimization/MCTSTest.scala)

- [x] Epsilon Greedy Search [[Code]](src/main/scala/algorithm/optimization/EpsilonGreedy.scala) [[Usage]](src/test/scala/algorithm/optimization/EpsilonGreedyTest.scala)

### Reinforcement Learning :

- [x] Naive Feedback [[Code]](src/main/scala/algorithm/reinforcement/NaiveFeedback.scala) [[Usage]](src/test/scala/algorithm/reinforcement/NaiveFeedbackTest.scala)
Expand Down

0 comments on commit 92b681a

Please sign in to comment.