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

Getting the updated examples from 'main' to 'workshop' #4

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'refs/remotes/origin/workshop' into main
# Conflicts:
#	examples/monkey_reaching/config.yaml
  • Loading branch information
matthew-dowling committed Jun 3, 2024
commit 0b144a8f6bc06a93c8f507ddc51a48579d242fe5
30 changes: 14 additions & 16 deletions examples/monkey_reaching/config.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
# --- graphical model --- #
n_latents: 40
n_latents_read: 35
n_latents: 2
n_latents_read: 2

rank_local: 15
rank_backward: 5
rank_local: 2
rank_backward: 2

Q_init: 1e-1
n_hidden_dynamics: 128
n_hidden_dynamics: 64

# --- inference network --- #
n_samples: 25
n_hidden_local: 256
n_hidden_backward: 128 # 64 except for dvbf@128
n_samples: 5
n_hidden_local: 128
n_hidden_backward: 64

# --- hyperparameters --- #
use_cd: False
p_mask_a: 0.0
p_mask_a_offset: 0.0
p_mask_a: 0.5
p_mask_b: 0.0
p_mask_b_offset: 0.0
p_mask_apb: 0.0
p_mask_y_in: 0.0
p_local_dropout: 0.4
p_backward_dropout: 0.0

# --- training --- #
device: 'cuda'
data_device: 'cuda'
device: 'cpu'
data_device: 'cpu'

lr: 1e-3
n_epochs: 1000
batch_sz: 512
n_epochs: 1500
batch_sz: 128

# --- misc --- #
bin_sz: 20e-3
bin_sz_ms: 20

seed: 1236
seed: 1234
default_dtype: torch.float32

# --- ray --- #
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.