Skip to content
New issue

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

Update POPGym hyperparameters. #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recall2imagine/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,18 +218,19 @@ popgym:
script: train
train_ratio: 64
steps: 2e8
rssm.deter: 1024
encoder.mlp_layers: 1
decoder.mlp_layers: 1
encoder.mlp_units: 512
decoder.mlp_units: 512
actor.inputs: [stoch, hidden]
critic.inputs: [stoch, hidden]
ssm.n_layers: 3
rssm.units: 1024
.*\.cnn_depth: 32
.*\.layers: 2
.*\.units: 512
rssm.units: 1024
rssm.deter: 512
rssm.hidden: 512
ssm.n_layers: 5
encoder: {mlp_keys: 'observation', cnn_keys: '$^'}
decoder: {mlp_keys: 'observation', cnn_keys: '$^'}

Expand Down