Jin Zhu
Results
13
issues of
Jin Zhu
Conduct the command: ``` make html ``` but the following error occurs: ```bash /bin/sh: sphinx-build: command not found make: *** [html] Error 127 ``` But, actually, `sphinx` has been installed....
documentation
wontfix
I have implemented an IQL algorithm that supports discrete actions. And I have tested it in my local device and found it does work. Below is my test code: ```python...