Skip to content

Useful Links

Richard Burgmann edited this page Jul 2, 2017 · 7 revisions

Useful Links

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.
https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html The Oracle tutorial on building menus in Java.
Clone this wiki locally