Luis Pineda

Results 121 comments of Luis Pineda

Thanks a lot for the update @Rohan138! Looks like we will have to fix a bunch of mypy errors before we can merge. If you can try to address some...

Fixed the mypy errors in #163. There was some inconsistency between what we got from pre-commit's mypy command and directly running from the command line. Setting `python_version=3.9` got rid of...

I'm not sure why the 3.9 is needed, to be honest. Also, don't really understand why CI is failing in this branch and not in main; I guess it might...

Weird, I get some errors when I run. Maybe a python version issue? In any case, I also get these errors in `main`, so I don't really know how the...

OK, looks like all of these errors are due to `gym`'s version. If I downgrade my environment's `gym` to 0.17.2 mypy passes. Also, some of these changes look breaking, so...

I'm definitely interested in bumping the version to 0.24, it's mostly a matter of me finding some time to do it, which is a bit hard these days :( I'm...

Hi @alexanderimanicowenrivers. Thanks a lot for the feature request! I'm definitely interested in adding PILCO to the library. Unfortunately, it'll probably take a while as our current road map is...

CI is failing due to a trailing whitespace in the line. To automatically check for this and any other errors, you can install `pre-commit` in your conda env and run...

Thanks @RaghuSpaceRajan . cc'ing @natolambert since this is highly relevant to his work. I think this proposal is the most straightforward way to do this on the data management side.

Feel free to open a feature request issue for this as well @natolambert