aimacode / aima-julia

Julia implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
126 stars 50 forks source link

Add Travis-CI build status badge for main repository. #4

Closed mikhail-j closed 7 years ago

mikhail-j commented 7 years ago

@norvig Please enable Travis-CI services for aimacode/aima-julia, the badge I added to the README.md reflects the main repository.

I have also added a workaround to the build errors on OSX where multiple /dev/urandom calls caused a Julia SystemError.

mikhail-j commented 7 years ago

@norvig This pull request now includes the Julia implementation of games.py and its respective doctests. As noted earlier, please enable Travis-CI for the Travis-CI build badge to work with this repository.