Dominik Roth
Dominik Roth
Linux distribution: Ubuntu 20.04.2 LTS Linux Kernel: 5.4.0-70 Output of `autotierfs --version`: autotier 1.1.3 (installed using the deb-package) The SSD used as the first tier is a 'LITEON CV1-8B256' (SATA...
I saw, you added 'Fuse library version' into the issue template. So here is my output of `apt list --installed | grep fuse` (should be the newest versions in the...
Running `autotier which-tier /mnt/autotier/test/test.img` tells me that the file is indeed stored on the SSD (/mnt/local_autotier/test/test.img) The test.img file also appears in the directory on the SSD. I had problems...
Hi. Bugs that only one person seem to have are somewhat problematic to triage... Are you using any kind of virtual environment? (venv, poetry, conda, etc.) I heard about weird...
Did you install from github or PyPI? It's possible, that the update that brought AirHockey has not yet hit the PyPI repos. (We were restructuring how our deployment pipeline works...)
Primary issue is address by PR #85. Running the examples as part of the test-suite is also a good idea and will be added later.
The described issue is now fixed on master (by PR #85). The test suite will now also run all provided examples (open PR #88). Running the test suite as part...
Following the installation instructions should 'just work'. I tested this on multiple machines (two private machines, BwUni2 and HoreKa), but only on linux. Only the optional dependency 'mujoco-legacy' is somewhat...
Ok. If you have a working setup, I would classify this as low-priority. We will provide a PyPI package soon and installation will be as easy as `pip install fancy_gym`...