Federico Belotti
Federico Belotti
As we do in the [coupled version of SAC](https://github.com/Eclectic-Sheep/sheeprl/blob/76b21b7f52fe16bbbcc845b7ed0371d3f2c39d30/sheeprl/algos/sac/sac.py#L295), where we gather data from all ranks before running a distributed update, we should add the possibility for all Dreamer's implementaation...
Hi guys, first of all what an awesome video you've done on YT! I'm one of the maintainers of [sheeprl](https://github.com/Eclectic-Sheep/sheeprl) and I'm here just to tell you that we're running...
## Summary This PR adds various env wrappers: * [ClipAction](https://gymnasium.farama.org/api/wrappers/action_wrappers/#gymnasium.wrappers.ClipAction) * NormalizeObservationWrapper: inspired by the [NormalizeObservation](https://gymnasium.farama.org/api/wrappers/observation_wrappers/#gymnasium.wrappers.NormalizeObservation), applies normalization to `Dict` spaces * [NormalizeReward](https://gymnasium.farama.org/api/wrappers/reward_wrappers/#gymnasium.wrappers.NormalizeReward) * Observation clip: clip the observations in...
I cannot _sheeprl-eval_ my trained model, since the keys in the world model's state_dict have different names: Stacktrace Error executing job with overrides: ['checkpoint_path=/home/drt/Desktop/sheeprl/sheeprl/logs/runs/dreamer_v3/PyFlyt/2024-06-23_19-34-31_dreamer_v3_PyFlyt_42/version_0/checkpoint/ckpt_730000_0.ckpt', 'fabric.accelerator=gpu', 'env.capture_video=True', 'seed=52'] Traceback (most recent...
## Summary Describe the purpose of the pull request, including: - What problem does it solve? - How does it solve the problem? - What are the benefits of the...