Dominik Jain

Results 15 issues of Dominik Jain

I also wanted to add that I got the following exception while trying to learn the netEd tool with Ubuntu 18.04 and following java version: openjdk version "11.0.7" 2020-04-14 OpenJDK...

- [X] I have marked all applicable categories: + [ ] exception-raising bug + [ ] RL algorithm bug + [ ] documentation request (i.e. "X is missing from the...

refactoring

Two files in the repo are symlinks: * examples/vizdoom/network.py -> ../atari/atari_network.py * examples/modelbased/psrl.py -> ../../test/modelbased/test_psrl.py The use of symlinks can cause problems on Windows (git setting core.symlinks must be enabled...

enhancement
minor
on hold

### Description In our project, we depend on the source version of the tianshou library like so: ``` tianshou = { git = "https://github.com/thu-ml/tianshou.git", rev = "9b6cb6903eddb529437f949b76ffa87a9b9115e9" } ``` We...

kind/bug
area/installer
status/triage
area/vcs

- [X] I have added the correct label(s) to this Pull Request or linked the relevant issue(s) - [ ] I have provided a description of the changes in this...

bug
high-level-api

- [X] I have added the correct label(s) to this Pull Request or linked the relevant issue(s) - [X] I have provided a description of the changes in this Pull...

high-level-api
experiment-eval

Changes pertaining to the same component are not grouped. I would recommend a more hierarchical change log, where we group all changes according to the function/module/class they pertain to. The...

documentation

**Describe the changes you made** * Relax site URL to avoid site detection problems when the site is initially opened without a `/musik/*` suffix * Fix invalid attribute access in...

patch-change
fixed-connector

**Bug Report Checklist** - [ ] I provided code that demonstrates a minimal reproducible example. - [ ] I confirmed bug exists on the latest mainline of AutoGluon via source...

enhancement
priority: 1

Right now, we cannot deal with this when using categorical default rules, as they will render the categorical features _unsupported_ rather than _ignored_. While I am not aware of models...

enhancement