Svalorzen / AI-Toolbox

A C++ framework for MDPs and POMDPs with Python bindings
GNU General Public License v3.0
647 stars 98 forks source link

Carry on! #2

Closed EHadoux closed 10 years ago

EHadoux commented 10 years ago

Hi, I've recently found your repository. It looks very promising. I can't help at the moment but I probably will very soon if you accept it. If I may suggest you two things:

  1. Use travis-ci to build and run your tests automatically after each commit (see this for how to specify C++ project). It's totally free for open-source projects.
  2. Use waffle-io to inform people on what to do, who's currently doing what and what is already done. If you cut things in atomical tasks, it will be easier to help you.

In either case, put the badges in your readme for people to be able to see them.

Carry on! Cheers,

Emmanuel

Svalorzen commented 10 years ago

Thanks! I don't plan on stopping, even though at the moment I have only so much time to dedicate to the project. But I will definitely add a better TODO/travis/waffle ASAP!