webppl-agents
webppl-agents copied to clipboard
Webppl library for generating Gridworld MDPs. JS library for displaying Gridworld.
I have installed the dependencies and have gotten the webppl test to work, but unfortunately the webppl-agents test is failing for me (on Windows). When I run the test, I...
I'm getting the following error trying to install: ``` mkdir -p ~/.webppl npm install --prefix ~/.webppl webppl-agents npm ERR! code E404 npm ERR! 404 Not Found: webppl-agents@latest ``` Here is...
From a comment in the code: TODO: looks like if you have named features in a gridworld, then they have to be terminal (or at terminal after *timeAtRestaurant* is exceeded)....
The dependence on paper.js makes installing `webppl-agents` more difficult than necessary.
...so we should use a different name for observing POMDP states.
thanks for the cool project! when running the test webppl --require webppl-dp --require . tests/tests.wppl, another person and me get "cannot find domtomhtml". How can we resolve this?