Guy Davidson
Guy Davidson
Currently if there are multiple input tuples in `input_size`, the function errors on the line I modified, as it attempts to multiply a number by a tuple: ``` in ()...
Hi Kai, In the Rainbow paper, the evaluation procedure is described as > The average scores of the agent are evaluated during training, every 1M steps in the environment, by...
Hello, I'm having trouble geting started with MineRL on OSX, even after following the [installation instructions](http://minerl.io/docs/tutorials/index.html) carefully. I am running on OSX Catalina (10.15.3), Python 3.6.7, JDK 8 as instructed,...
Hello, I ran into an issue, which I believe should at least be better documented, if not somehow worked around. Building an MSI installer fails of the project name (as...
Does this issue occur when all extensions are disabled?: Yes/No (N/A, requires the Python and Jupyter extensions) - VS Code Version: 1.66.2 (Universal) Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977 - OS Version: macOS Monterey...
`Example.toDict()` did not account for the case in which the value is a tuple. This happens in `Evaluate.__call__()`, where the `results` is a list of tuples, where each tuple includes...