Skip to content

Conversation

@vmoens
Copy link
Collaborator

@vmoens vmoens commented Jan 8, 2026

Stack from ghstack (oldest at bottom):


  • Add device parameter to DreamerActor, ObsEncoder, ObsDecoder, RSSMPrior, RSSMPosterior
  • Add in_channels param to ObsEncoder (avoids LazyConv2d)
  • Add latent_dim param to ObsDecoder (avoids LazyLinear)
  • Add action_dim param to RSSMPrior (avoids LazyLinear)
  • Add rnn_hidden_dim, obs_embed_dim params to RSSMPosterior (avoids LazyLinear)
  • Run GRUCell in full precision to avoid cuBLAS issues with bfloat16

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Jan 8, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/rl/3305

Note: Links to docs will display an error until the docs builds have been completed.

❌ 3 New Failures, 23 Pending

As of commit 1ed3749 with merge base df00d61 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

vmoens added 2 commits January 8, 2026 08:42
[ghstack-poisoned]
[ghstack-poisoned]
vmoens added a commit that referenced this pull request Jan 8, 2026
- Add device parameter to DreamerActor, ObsEncoder, ObsDecoder, RSSMPrior, RSSMPosterior
- Add in_channels param to ObsEncoder (avoids LazyConv2d)
- Add latent_dim param to ObsDecoder (avoids LazyLinear)
- Add action_dim param to RSSMPrior (avoids LazyLinear)
- Add rnn_hidden_dim, obs_embed_dim params to RSSMPosterior (avoids LazyLinear)
- Run GRUCell in full precision to avoid cuBLAS issues with bfloat16


ghstack-source-id: aaa3046
Pull-Request: #3305
@vmoens vmoens merged commit 1ed3749 into gh/vmoens/186/base Jan 8, 2026
78 of 95 checks passed
@vmoens vmoens deleted the gh/vmoens/186/head branch January 8, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants