boettiger-lab / despot

:package: wrapper for the DESPOT algorithm for solving online POMDP problems
Other
1 stars 0 forks source link

Add package infrastructure #7

Closed cboettig closed 7 years ago

cboettig commented 7 years ago

@glimow Hey Tristan,

I think you're mostly working on tapir at the moment, but would be nice to get the R package infrastructure up on this so that it's portable, since it sounds like other than that it basically has what's needed. I believe I put some background material if you need it in #1 and #2.

glimow commented 7 years ago

@cboettig Yeah sure, As you said, I was working on tapir (Basic tapir implementation almost finished btw) because @miladm12 told me it was better to compare both algorithm's performances before choosing which one is a priority. for now, despot is working fine with POMDPX but i'm not sure it is production-ready because original authors seem to have designed it for human reading output. my custom CSV output system is working, but I would rather check it's reliability too before releasing the package. Anyway, I'm adding the general structure ASAP.

cboettig commented 7 years ago

Thanks. Please push your progress to the GitHub repository as you go for both anyway. Remember these are private repositories, only you, milad, and I can see them, and having in-development work on GitHub is of course totally normal (we typically use repostatus.org to flag this). Most R users only consider something truly production ready once it has been accepted to the CRAN repository anyhow.