-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Links
Richard Burgmann edited this page Jun 11, 2017
·
7 revisions
URL | Description |
---|---|
https://en.wikipedia.org/wiki/Q-learning | The wikipedia explanation, reasonably easy to follow. |
https://github.com/outlace/Gridworld | I found this exposition the most entertaining and enlightening example of Wumpus world known by the generic name of gridworld. |
http://www.edu4java.com/en/game/game1.html | Useful for how to do graphics. |
https://guides.github.com/features/mastering-markdown/ | Guide to the markdown language. |
https://gist.github.com/rodneyrehm/40e7946c0cff68a31cea | Details on how to include diagrams within Github. |
https://deeplearning4j.org/ | Provide a framework for machine learning algorithms for Java. As I only code for fun these days I've settled on Java as my language of choice for most things. This organisation have put in a lot of work to support deep networks which have revitalized the field recently. It is over kill for this application but I want to use it as a training exercise with their framework for when I move onto other problems. |