Michael Panchenko
Michael Panchenko
This is a tiny PR to fix broken links
I needed to support force pushing as I use this action for demonstrating a cookiecutter template which creates an initial commit. Thus, pushing to an existing repo would always cause...
On Ubuntu I had to install `sudo apt install libgirepository1.0-dev libcairo2-dev pkg-config python3-dev` before pip install of gp-saml-gui worked. That was needed for `pycairo` and `pygobject`. Could you include this...
RL is flaky and one needs to report statistically significant results. We should help contributors and users with this. ~~I think using nni for parallel execution is a good fit...
Tianshou is nearing its next major release and there are several endeavors in place to popularize it among new users in industry and research. The [upcoming talk](https://2024.pycon.de/program/SSKV9R/) at PyData Berlin...
There is a bunch of reported RNN problems: #795 #513 #486 and some others. Generally, performance of agents with RNN on top never seemed to be good. This should be...
Using state shape is doubly confusing because 1. Some newer versions of gymnasium envs actually do have a notion of state 2. Tianshou uses obs to denote observations in Batch...
That's a tricky one since `learn` implementation are currently not cleanly separated (violate Liskov substitution) and **rely** on kwargs in order to remain functional. E.g. some implementations of learn take...