We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I found the model sizes in config.yaml are like
config.yaml
size12m: &size12m dyn.rssm: {deter: 2048, hidden: 256, classes: 16} .*\.depth: 16 .*\.units: 256 size25m: &size25m dyn.rssm: {deter: 3072, hidden: 384, classes: 24} .*\.depth: 24 .*\.units: 384 size50m: &size50m dyn.rssm: {deter: 4096, hidden: 512, classes: 32} .*\.depth: 32 .*\.units: 512 size100m: &size100m dyn.rssm: {deter: 6144, hidden: 768, classes: 48} .*\.depth: 48 .*\.units: 768 size200m: &size200m dyn.rssm: {deter: 8192, hidden: 1024, classes: 64} .*\.depth: 64 .*\.units: 1024
For the model size=12M, I think the deterand hidden should be 1024 and 256 according to the DreamerV3 paper:
deter
hidden
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I found the model sizes in
config.yaml
are likeFor the model size=12M, I think the
deter
andhidden
should be 1024 and 256 according to the DreamerV3 paper:The text was updated successfully, but these errors were encountered: