Ewerton de Oliveira
Ewerton de Oliveira
Compile the shared library interface following the instructions in the README.md. Then, the easiest way to solve this, is to copy the 'snes9x2010_libretro.so' file into the folder 'rle_python_interface'. Regards.
Really helpful, thanks!
Hey, how to deal with variable length items in data?
Hi, thanks for your answer... Yes! I do have it installed!  Well, at least I ran the ./install.sh file previously..
Add this line to the bottom of __init__.py in the pypolyagamma module: from pypolyagamma.binary_trees import decision_list
Got the same error!
Hi; I realize this may be late for you. But, just replace the call in line 23 above by `from jax import jit`. It works on `python==3.10.13` and `jax==0.4.36`.