Matt-Heun Hong
Matt-Heun Hong
From Python docs: > The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have well-defined behavior....
While running this command: `jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar bqplot jupyter-threejs [email protected] ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume Check your installation` I get the error: `Building jupyterlab assets (build:prod:minimize) An...
Notebooks that use Interact (e.g. 10-ExplorationExploitation and 16-OnlinePOMDPMethods) sometimes throw `WebIO not detected` or `Unable to load WebIO` errors, and so fail to run. 
Current package.json installs typescript version ~4.1.3. yarn actually fails using typescript4.8 with `Error: Debug Failure. Unhandled SyntaxKind: ImportClause.` which is a bug specific to svelte-loader. Either webpack^5.0.0 (currently 5.80) or...
Hey Zach, Referencing these lines: https://github.com/JuliaPOMDP/QuickPOMDPs.jl/blob/master/src/discrete_explicit.jl#L162 Currently the inner `for xp in ss` loop evaluates the transition probabilities for each state-action combo, and populates a `SparceCat` distribution. This creates a...