Rohan Potdar
Rohan Potdar
Signed-off-by: Rohan138 #27154 changed the `tau` parameter to `polyak_coef`, but I forgot to update the docs. This should also fix [this](discuss) post. ## Related issue number ## Checks - [X]...
# Description Ray+RLlib 2.0.0 is currently being released as an `rc0`. I've updated all four RLlib examples to work with the new paths for algorithms, renamed imports, etc. and migrated...
## Types of changes - [X] Docs change / refactoring / dependency upgrade - [X] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which...
Dreamer
## Types of changes Still a WIP, but I've managed to add most of Dreamer. The main thing left is computing the loss in planning/dreamer_agent/DreamerAgent::train(). - [X] Docs change /...
PyTorch now has a TanhTransform class, replacing the old TanhBijector (which was, incidentally, broken with the newest version of pyTorch)
Hi, I'm a new user of pyrpl, trying to get a simple sin output from the asg and read it using the scope using the emulated _FAKE_ Red Pitaya. Code:...
## Why are these changes needed? ## Related issue number Fixes #36296 ## Checks - [X] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in...
### What happened + What you expected to happen cc: @amogkam HuggingFace `datasets` seems to do postprocessing on top of their datasets which does not get copied over when we...
## Why are these changes needed? Minor fixes to `check_env` adding observation space and action space checking. ## Related issue number ## Checks - [X] I've signed off every commit(by...
See: https://github.com/facebookresearch/mbrl-lib/pull/177#discussion_r1112261347