-
to compare/contrast and to help people learn
-
Hi there, I learn on your course about BDA using Probabilistic Programming. In chapter 6, I met this error:
`exptData is not defined
ReferenceError: exptData is not defined
at eval (eval at ru…
-
To reproduce:
1. Check out this repo and switch to branch `bypass`
2. Use the latest webppl from the daipp branch (I am on commit ba04723e - "Reintroduce mapData")
3. From the root of the intercache r…
-
See inline comments in WebPPL code header for details.
Please try to prepare for later multidimensional aspirations by storing all aspiration values not as intervals (as it is the case currently in W…
-
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?
-
When I was trying to run the following code on webppl:
```webppl
var viz = webpplViz;
//viz.bar(['a','b','c'], [1,2,3])
viz.bar(['a','b','c'], [1,2,3], {fileName: 'bar.svg'})
viz.hist(repeat(4,…
-
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 get the error:
```
C:\Use…
-
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
```
H…
-
Hi,
I am trying to use webppl-viz,
but it seems like that something wrong with canvas dependency.
I get the error: "Error: Cannot find module 'canvas'".
i use the viz as `viz(thetaPosterior);` …
-
Before I merged the stochastic-dependence-analysis branch, we were caching the compiled webppl header. After the merge in d94e1642ec7f7f24ff68ef62d17262fa969c7ad6, this is no longer the case. I didn't…